matterbridge 3.3.0-dev-20250930-1d944c9 → 3.3.0-dev-20250930-6b65506
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
|
@@ -27,10 +27,10 @@ Advantages:
|
|
|
27
27
|
|
|
28
28
|
### Development Breaking Changes
|
|
29
29
|
|
|
30
|
-
- [platform]: Now, internal use only properties are private readonly and internal use only methods are private.
|
|
31
|
-
- [platform]: The signature of the matterbridge param in the platform constructor has changed from Matterbridge to `PlatformMatterbridge` that has only the approriate readonly properties from matterbridge.
|
|
30
|
+
- [platform]: Now, internal use only properties are private readonly and internal use only methods are private.
|
|
31
|
+
- [platform]: The signature of the matterbridge param in the platform constructor has changed from Matterbridge to `PlatformMatterbridge` that has only the approriate readonly properties from matterbridge.
|
|
32
32
|
|
|
33
|
-
This change will require to adapt all plugins in two steps.
|
|
33
|
+
This change, necassary to obtain the plugin isolation, will require to adapt all plugins in two steps.
|
|
34
34
|
|
|
35
35
|
1. `After` matterbridge `3.3.0` will be published as latest:
|
|
36
36
|
|
|
@@ -80,7 +80,9 @@ In this phase (matterbridge 3.4.x) all plugins will not build and will not run w
|
|
|
80
80
|
|
|
81
81
|
### Added
|
|
82
82
|
|
|
83
|
-
- [frontend]: Bumped `frontend` version to 3.
|
|
83
|
+
- [frontend]: Bumped `frontend` version to 3.2.0.
|
|
84
|
+
- [frontend]: General improvements and small bug fixes.
|
|
85
|
+
- [frontend]: Added SystemInfo to Settings.
|
|
84
86
|
|
|
85
87
|
### Changed
|
|
86
88
|
|