matterbridge-test
Version:
Matterbridge test plugin
242 lines (151 loc) • 5.69 kB
Markdown
# <img src="matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge test plugin changelog
All notable changes to this project will be documented in this file.
If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-dynamic-platform and sponsoring it.
## [1.0.12] - 2025-05-07
### Added
- [config]: Added actions to the config to test the frontend.
- [config]: Added option to change the reachable state in the update interval to test the frontend.
### Changed
- [package]: Require matterbridge 2.2.7.
- [package]: Updated package.
- [package]: Updated dependencies.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.11] - 2025-03-11
### Added
- [platform]: Added status change for the PowerSource cluster in the update interval to test the frontend.
### Changed
- [package]: Require matterbridge 2.2.4.
- [package]: Updated package.
- [package]: Updated package workflows.
- [package]: Updated dependencies.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.10] - 2025-03-09
### Added
- [platform]: Added enableReachable option in the config to change also the reachable attribute of the devices in the update interval.
### Changed
- [package]: Updated dependencies.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.9] - 2025-03-05
### Changed
- [package]: Require matterbridge 2.2.0.
- [package]: Updated package.
- [package]: Updated dependencies.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.8] - 2025-02-02
### Changed
- [package]: Require matterbridge 2.1.0.
- [package]: Updated package.
- [package]: Updated dependencies.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.6] - 2025-01-21
### Changed
- [package]: Updated dependencies.
- [package]: Require matterbridge 2.0.0.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.5] - 2025-01-21
### Changed
- [package]: Updated dependencies.
- [package]: Require matterbridge 2.0.0.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.4] - 2025-01-20
### Changed
- [package]: Updated dependencies.
- [package]: Updated package for production build.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.3] - 2024-12-21
### Added
- [platform]: Added call to super.OnConfigure() and super.OnShutDown() to check endpoints numbers.
### Changed
- [package]: Updated dependencies.
- [package]: Updated package.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.2] - 2024-12-12
- [package]: Require matterbridge 1.6.6
- [package]: Updated package.
- [package]: Updated dependencies.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [1.0.0] - 2024-11-25
- [package]: Verified to work with matterbridge edge (matter.js new API).
- [package]: Require matterbridge 1.6.2
- [package]: Updated dependencies.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [0.0.18] - 2024-11-10
- [package]: Update dependencies
- [package]: Update to matterbridge edge requirements
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [0.0.17] - 2024-10-15
- [package]: Update to new package
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [0.0.16] - 2024-09-30
- [package]: Update to new workflows
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [0.0.14] - 2024-09-06
### Fixed
- Fixed unit of measurements for ElectricalPowerMeasurementCluster and ElectricalEnergyMeasurementCluster.
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [0.0.13] - 2024-09-05
### Added
- Update to Matter 1.3
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [0.0.12] - 2024-09-04
### Added
- Update to Matter 1.3
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
## [0.0.11] - 2024-09-04
### Added
- Update to Matter 1.3
<a href="https://www.buymeacoffee.com/luligugithub">
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
</a>
<!-- Commented out section
## [1.1.2] - 2024-03-08
### Added
- [Feature 1]: Description of the feature.
- [Feature 2]: Description of the feature.
### Changed
- [Feature 3]: Description of the change.
- [Feature 4]: Description of the change.
### Deprecated
- [Feature 5]: Description of the deprecation.
### Removed
- [Feature 6]: Description of the removal.
### Fixed
- [Bug 1]: Description of the bug fix.
- [Bug 2]: Description of the bug fix.
### Security
- [Security 1]: Description of the security improvement.
-->