matterbridge 3.3.0-dev-20250930-1d944c9 → 3.3.0-dev-20250930-3e941d6

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. This prepares the road to plugin isolation.
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. This prepares the road to plugin isolation.
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
 
@@ -50,7 +50,7 @@ This change will require to adapt all plugins in two steps.
50
50
  }
51
51
  ```
52
52
 
53
- - check that you didn't used any matterbridge calls.
53
+ - check that you didn't use any matterbridge calls.
54
54
 
55
55
  In this phase (matterbridge 3.3.x) all plugins will continue to build and run even without updates.
56
56
 
@@ -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.1.1. Improvements and small bug fixes.
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