diff --git a/CHANGELOG.md b/CHANGELOG.md index 8933f6af..c8fac6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Matterbridge edge is now released. The default mode is still the normal mode to The frontend has a new dark and light mode. The dark mode is now the default mode. It is possible to change the mode (Classic, Dark or Light) in Settings, Matterbridge settings. -## [1.7.2] - 2025-01-10 +## [1.7.2-dev.5] - 2025-01-09 ### Added @@ -28,6 +28,7 @@ It is possible to change the mode (Classic, Dark or Light) in Settings, Matterbr - [websocket]: Added api /api/select/entities. - [frontend]: Added the possibility to reorder the items in the config editor lists. - [frontend]: Added custom error messages for ErrorListTemplate and FieldErrorTemplate in react-jsonschema-form for validation in the config editor. +- [frontend]: Added filter by device name and serial number to Devices page. ### Changed diff --git a/package-lock.json b/package-lock.json index 6d838a7e..092eb913 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "matterbridge", - "version": "1.7.2-dev.4", + "version": "1.7.2-dev.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "matterbridge", - "version": "1.7.2-dev.4", + "version": "1.7.2-dev.5", "license": "Apache-2.0", "dependencies": { "@matter/main": "0.11.9", @@ -3122,9 +3122,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.79", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.79.tgz", - "integrity": "sha512-nYOxJNxQ9Om4EC88BE4pPoNI8xwSFf8pU/BAeOl4Hh/b/i6V4biTAzwV7pXi3ARKeoYO5JZKMIXTryXSVer5RA==", + "version": "1.5.80", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.80.tgz", + "integrity": "sha512-LTrKpW0AqIuHwmlVNV+cjFYTnXtM9K37OGhpe0ZI10ScPSxqVSryZHIY3WnCS5NSYbBODRTZyhRMS2h5FAEqAw==", "dev": true, "license": "ISC" }, diff --git a/package.json b/package.json index 28b85caf..82627a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matterbridge", - "version": "1.7.2-dev.4", + "version": "1.7.2-dev.5", "description": "Matterbridge plugin manager for Matter", "author": "https://github.com/Luligu", "license": "Apache-2.0",