Releases: Luligu/matterbridge
Releases Β· Luligu/matterbridge
Release 1.2.13
[1.2.13] - 2024-05-04
Added
- [frontend]: Added plugin version check (you can update from the badge)
- [frontend]: Added tooltip to plugin name showing plugin path
- [matterbridge]: The plugin config file is no more saved on shutdown.
- [matterbridge]: Added plugin version check
- [frontend]: When you install a plugin now it is also added
- [frontend]: Added current and latest release to the badge in the Header section (you can update from the badge)
- [docker]: Added the docker image:dev on the docker hub with architectures: linux/amd64, linux/arm64, linux/arm/v7
Release 1.2.12
[1.2.12] - 2024-04-30
Added
- [frontend]: Added the device child enpoints to the table in the Devices page
- [docker]: Added architectures to the docker image on the docker hub: linux/amd64, linux/arm64
- [frontend]: Frontend updated to 0.8.9.
- [frontend]: Added error in the logger level on the Settings page.
- [frontend]: Added unregister all devices in the Settings page. Matterbridge will shutdown to allow unregistering.
- [frontend]: Added reset in the Settings page. Matterbridge will shutdown to allow the reset.
- [frontend]: Added factoryreset in the Settings page. Matterbridge will shutdown to allow the factoryreset.
Release 1.2.11
v.1.2.11 Release 1.2.11
Release 1.2.10
[1.2.10] - 2024-04-22
Added
- [extension]: Finalized implementation of zigbee2MQTT internal extension v. 1.0.0.
Release 1.2.9
[1.2.9] - 2024-04-19
Added
- [Matterbridge]: Added call to set reachability at start.
- [frontend]: Added filter for log level and search criteria in the Logs page.
- [frontend]: Added colors to the logs in the Home page and in the Logs page.
- [frontend]: Frontend updated to 0.8.7.
Fixed
- [logs]: Fixed wss for some browser that didn't connect to wss.
Release 1.2.8
[1.2.8] - 2024-04-16
Changed
- [matter.js]: Update to @project-chip/matter-node.js v. 0.8.1
Added
- [frontend]: Added logs in the Home page and in the Log page.
- [frontend]: Frontend got updated to 0.8.5.
- [frontend]: Added log for update and plugin install.
- [extension]: Started implementation of zigbee2MQTT internal extension.
Fixed
- [spawn]: Fixed under windows.
Release 1.2.7
Stable release with @project-chip/matter-node.js 0.8.0
[1.2.7] - 2024-04-14
Changed
- [matterbridge]: The default frontend port is now 8283!.
- [matterbridge.service]: Updated matterbridge.service instructions to fix restart when Matterbridge runs as a daemon with systemctl.
Added
- [frontend]: Added manual pairing code. Allows to pair Matterbridge without using the phone.
- [MatterbridgeDevice]: Added api to create child endpoints (see matterbridge-example-dynamic-platform).
- [MatterbridgeDevice]: Added FlowMeasurement cluster.
Release 1.2.6
Stable release with @project-chip/matter-node.js 0.8.0
[1.2.6] - 2024-04-11
Added
- [matterbridge]: Added -factoryreset parameter to factory reset Matterbridge (see the readme.md for more explanations).
- [matterbridge]: Added -reset parameter to reset the commissioning of Matterbridge (bridge mode).
- [matterbridge]: Added -reset [plugin] parameter to reset the commissioning of a plugin (childbridge mode).
- [matterbridge]: Added -port [port] parameter to set the starting port for the commissioning servers (both bridge and childbridge modes).
Changed
- [matterbridge.service]: Updated matterbridge.service instructions that fix network start issue with systemctl on Linux.
Fixed
- [frontend]: Added sudo to the spawned command to execute update and install from frontend (for Linux this may be necessary).
- [childbridge mode]: Fixed a syncronize issue on the start.
Release 1.2.5
Stable release with @project-chip/matter-node.js 0.8.0
[1.2.5] - 2024-04-08
Added
- [frontend]: Added update Matterbridge (spawn the command: 'npm -install -g matterbridge'). The console inherit the the spawned process running so you can check.
- [frontend]: Added install plugin (spawn the command: 'npm -install -g plugin-name'). The console inherit the the spawned process running so you can check.
- [frontend]: Added shutdown button.
- [frontend]: Added login with password (default no password). Change the password in the Settings page of frontend.
- [frontend]: Frontend got updated to 0.8.5.
- [Matterbridge]: Added configuration and guidelines in the readme to run Matterbridge like a daemon with systemctl on Linux machine.
Release 1.2.4
Stable release with @project-chip/matter-node.js 0.8.0
[1.2.4] - 2024-04-01
Changed
- [matter.js]: Updated the code to matter.js release 0.80.0.
Added
- [MatterbridgeDevice]: Added DoorLock and Thermostat clusters.