matterbridge 3.4.2-dev-20251202-f1cd41e → 3.4.2-dev-20251202-c41a119
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
|
@@ -30,9 +30,21 @@ Advantages:
|
|
|
30
30
|
|
|
31
31
|
## [3.4.2] - 2025-12-??
|
|
32
32
|
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
- [frontend]: Added throttle and timeout to autoScroll in the logs.
|
|
36
|
+
- [frontend]: Log filters are now applied to existing messages too.
|
|
37
|
+
- [frontend]: Added close on success to Install dialog.
|
|
38
|
+
|
|
33
39
|
### Changed
|
|
34
40
|
|
|
35
41
|
- [package]: Updated dependencies.
|
|
42
|
+
- [frontend]: Bumped `frontend` version to v.3.3.3.
|
|
43
|
+
|
|
44
|
+
### Fixed
|
|
45
|
+
|
|
46
|
+
- [frontend]: Fixed persistance of autoScroll.
|
|
47
|
+
- [frontend]: Fixed parameters info of Log panel in the Home page.
|
|
36
48
|
|
|
37
49
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
38
50
|
|