matterbridge 3.3.0-dev-20250930-6b65506 → 3.3.0-dev-20251001-9518e1d
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
|
@@ -50,7 +50,7 @@ This change, necassary to obtain the plugin isolation, will require to adapt all
|
|
|
50
50
|
}
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
- check that you didn't
|
|
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
|
|
|
@@ -83,6 +83,7 @@ In this phase (matterbridge 3.4.x) all plugins will not build and will not run w
|
|
|
83
83
|
- [frontend]: Bumped `frontend` version to 3.2.0.
|
|
84
84
|
- [frontend]: General improvements and small bug fixes.
|
|
85
85
|
- [frontend]: Added SystemInfo to Settings.
|
|
86
|
+
- [frontend]: Added RvcRunMode to IconView.
|
|
86
87
|
|
|
87
88
|
### Changed
|
|
88
89
|
|