matterbridge 3.2.1-dev-20250807-1aeddad → 3.2.1-dev-20250811-8836577

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,7 +8,7 @@ If you like this project and find it useful, please consider giving it a star on
8
8
  <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
9
9
  </a>
10
10
 
11
- ## [3.2.1] - 2025-08-??
11
+ ## [3.2.1] - 2025-08-10
12
12
 
13
13
  ### Added
14
14
 
@@ -17,7 +17,7 @@ If you like this project and find it useful, please consider giving it a star on
17
17
  - [platform]: Added serialNumber validation in registerDevice method.
18
18
  - [endpoint]: Removed static MatterbridgeEndpoint.bridgeMode.
19
19
  - [endpoint]: Removed BasicInformationServer remap to BridgedDeviceBasicInformationServer in MatterbridgeEndpoint.
20
- - [platform]: Added BasicInformationServer remap to BridgedDeviceBasicInformationServer in MatterbridgePlatform registerDevice method when needed (bridgeMode = `bridge` and DynamicPlatform in `childbridge` mode).
20
+ - [platform]: Added BasicInformationServer remap to BridgedDeviceBasicInformationServer in MatterbridgePlatform registerDevice method when needed (bridgeMode = `bridge` and platform type = `DynamicPlatform` in `childbridge` mode).
21
21
  - [frontend]: Bumped `frontend` version to 2.7.3.
22
22
  - [frontend]: Added frontend version to MatterbridgeInformation. It triggers the page reload message on the Home page when updated.
23
23
  - [frontend]: Removed the sponsor badge. Added star and sponsor icons buttons.