matterbridge 3.4.0-dev-20251126-5087664 → 3.4.1-dev-20251126-9e86094
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 +16 -0
- package/frontend/build/assets/index.js +4 -4
- package/frontend/build/assets/vendor_mui.js +1 -1
- package/frontend/build/assets/vendor_node_modules.js +19 -83
- package/frontend/build/assets/vendor_qrcode.js +1 -9
- package/frontend/build/assets/vendor_rjsf.js +1 -9
- package/frontend/package-lock.json +229 -439
- package/frontend/package.json +15 -15
- package/npm-shrinkwrap.json +165 -231
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -28,6 +28,22 @@ Advantages:
|
|
|
28
28
|
- individual plugin isolation in childbridge mode;
|
|
29
29
|
- ability to update the plugin in childbridge mode without restarting matterbridge;
|
|
30
30
|
|
|
31
|
+
## [3.4.1] - 2025-11-30
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
### Changed
|
|
36
|
+
|
|
37
|
+
- [package]: Updated dependencies.
|
|
38
|
+
- [frontend]: Updated dependencies.
|
|
39
|
+
- [frontend]: Bumped `frontend` version to 3.3.2.
|
|
40
|
+
|
|
41
|
+
### Fixed
|
|
42
|
+
|
|
43
|
+
- [frontend]: Fixed when the user put special characters in password. Thanks Dabern (https://github.com/Luligu/matterbridge/issues/443).
|
|
44
|
+
|
|
45
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
46
|
+
|
|
31
47
|
## [3.4.0] - 2025-11-26
|
|
32
48
|
|
|
33
49
|
### Development Breaking Changes
|