matterbridge 3.4.1-dev-20251126-9e86094 → 3.4.1-dev-20251128-441f8db
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 +115 -113
- package/README-DEV.md +22 -6
- package/README-DOCKER.md +1 -1
- package/README-MACOS-PLIST.md +1 -1
- package/README-NGINX.md +1 -1
- package/README-PODMAN.md +1 -1
- package/README-SERVICE-LOCAL.md +1 -1
- package/README-SERVICE-OPT.md +6 -1
- package/README-SERVICE.md +1 -1
- package/README.md +59 -49
- package/dist/broadcastServer.js +15 -4
- package/dist/frontend.js +5 -1
- package/dist/jestutils/jestHelpers.js +49 -0
- package/dist/matterbridge.js +46 -1
- package/dist/matterbridgePlatform.js +1 -21
- package/dist/pluginManager.js +24 -0
- package/dist/shelly.js +12 -12
- package/dist/update.js +69 -53
- package/frontend/build/assets/index.css +1 -1
- package/frontend/build/assets/index.js +1 -1
- package/marked.ps1 +15 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
# <img src="
|
|
1
|
+
# <img src="https://matterbridge.io/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge changelog
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
5
|
If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge and sponsoring it.
|
|
6
6
|
|
|
7
|
-
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
8
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
|
|
9
|
-
</a>
|
|
7
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
10
8
|
|
|
11
9
|
## Project evolution
|
|
12
10
|
|
|
@@ -32,17 +30,23 @@ Advantages:
|
|
|
32
30
|
|
|
33
31
|
### Added
|
|
34
32
|
|
|
33
|
+
- [matterbridge.io]: Updated website https://matterbridge.io with all guides.
|
|
34
|
+
- [matterbridge]: Added addVirtualEndpoint() to match thread module.
|
|
35
|
+
|
|
35
36
|
### Changed
|
|
36
37
|
|
|
37
38
|
- [package]: Updated dependencies.
|
|
38
39
|
- [frontend]: Updated dependencies.
|
|
39
40
|
- [frontend]: Bumped `frontend` version to 3.3.2.
|
|
41
|
+
- [platform]: Bumped MatterbridgePlatform v.1.5.0.
|
|
42
|
+
- [thread]: Bump BroadcastServer to v1.0.4.
|
|
40
43
|
|
|
41
44
|
### Fixed
|
|
42
45
|
|
|
43
46
|
- [frontend]: Fixed when the user put special characters in password. Thanks Dabern (https://github.com/Luligu/matterbridge/issues/443).
|
|
47
|
+
- [frontend]: Fixed minimum size to 1300x1024 and add a max width to Url. Thanks Ricardo B. (https://github.com/Luligu/matterbridge-home-assistant-addon/issues/23).
|
|
44
48
|
|
|
45
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
49
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
46
50
|
|
|
47
51
|
## [3.4.0] - 2025-11-26
|
|
48
52
|
|
|
@@ -76,9 +80,7 @@ Removed the following long deprecated elements:
|
|
|
76
80
|
- [jest]: Bumped jestHelpers v.1.0.13.
|
|
77
81
|
- [spawn]: Bumped spawn module v.1.2.0.
|
|
78
82
|
|
|
79
|
-
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
80
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
81
|
-
</a>
|
|
83
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
82
84
|
|
|
83
85
|
## [3.3.8] - 2025-11-15
|
|
84
86
|
|
|
@@ -113,7 +115,7 @@ So please update your plugin.
|
|
|
113
115
|
- [endpoint]: Changed logger level of single device classes.
|
|
114
116
|
|
|
115
117
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
116
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
118
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
117
119
|
</a>
|
|
118
120
|
|
|
119
121
|
## [3.3.7] - 2025-11-08
|
|
@@ -140,7 +142,7 @@ So please update your plugin.
|
|
|
140
142
|
- [frontend]: Fixed route fallback and cross platform path failing randomly with node prefix.
|
|
141
143
|
|
|
142
144
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
143
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
145
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
144
146
|
</a>
|
|
145
147
|
|
|
146
148
|
## [3.3.6] - 2025-11-01
|
|
@@ -157,7 +159,7 @@ So please update your plugin.
|
|
|
157
159
|
- [ingress]: Fixed websocket connection from Ingress.
|
|
158
160
|
|
|
159
161
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
160
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
162
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
161
163
|
</a>
|
|
162
164
|
|
|
163
165
|
## [3.3.5] - 2025-10-31
|
|
@@ -182,7 +184,7 @@ So please update your plugin.
|
|
|
182
184
|
- [service]: Fixed systemd [configuration](README-SERVICE-LOCAL.md) with local global node_modules.
|
|
183
185
|
|
|
184
186
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
185
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
187
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
186
188
|
</a>
|
|
187
189
|
|
|
188
190
|
## [3.3.4] - 2025-10-24
|
|
@@ -213,7 +215,7 @@ So please update your plugin.
|
|
|
213
215
|
- [thrmostat]: Fixed minSetpointDeadBand data type. Thanks Apollon!
|
|
214
216
|
|
|
215
217
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
216
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
218
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
217
219
|
</a>
|
|
218
220
|
|
|
219
221
|
## [3.3.3] - 2025-10-18
|
|
@@ -240,7 +242,7 @@ So please update your plugin.
|
|
|
240
242
|
- [history]: Added external and array buffers to the history chart.
|
|
241
243
|
|
|
242
244
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
243
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
245
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
244
246
|
</a>
|
|
245
247
|
|
|
246
248
|
## [3.3.2] - 2025-10-13
|
|
@@ -250,7 +252,7 @@ So please update your plugin.
|
|
|
250
252
|
- [frontend]: Fixed update to latest.
|
|
251
253
|
|
|
252
254
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
253
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
255
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
254
256
|
</a>
|
|
255
257
|
|
|
256
258
|
## [3.3.1] - 2025-10-12
|
|
@@ -290,7 +292,7 @@ So please update your plugin.
|
|
|
290
292
|
- [frontend]: Fixed matter log on file not setting correctly.
|
|
291
293
|
|
|
292
294
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
293
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
295
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
294
296
|
</a>
|
|
295
297
|
|
|
296
298
|
## [3.3.0] - 2025-10-03
|
|
@@ -373,7 +375,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
373
375
|
- [frontend]: General improvements and small bug fixes.
|
|
374
376
|
|
|
375
377
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
376
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
378
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
377
379
|
</a>
|
|
378
380
|
|
|
379
381
|
## [3.2.9] - 2025-09-27
|
|
@@ -404,7 +406,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
404
406
|
- [frontend]: Fix default values (devices) for homePageMode (logs/devices) in MatterbridgeSettings.
|
|
405
407
|
|
|
406
408
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
407
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
409
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
408
410
|
</a>
|
|
409
411
|
|
|
410
412
|
## [3.2.8] - 2025-09-20
|
|
@@ -433,7 +435,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
433
435
|
- [shutdown]: Fixed the case when shutting down the http(s) server took 10 seconds.
|
|
434
436
|
|
|
435
437
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
436
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
438
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
437
439
|
</a>
|
|
438
440
|
|
|
439
441
|
## [3.2.7] - 2025-09-14
|
|
@@ -457,7 +459,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
457
459
|
- [matterbridge.io]: Updated web site [matterbridge.io](matterbridge.io).
|
|
458
460
|
|
|
459
461
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
460
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
462
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
461
463
|
</a>
|
|
462
464
|
|
|
463
465
|
## [3.2.6] - 2025-09-06
|
|
@@ -493,7 +495,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
493
495
|
- [jest]: Fixed cli test failing with Jest v. 30.1.3.
|
|
494
496
|
|
|
495
497
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
496
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
498
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
497
499
|
</a>
|
|
498
500
|
|
|
499
501
|
## [3.2.5] - 2025-09-02
|
|
@@ -516,7 +518,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
516
518
|
- [frontend]: Fixed padding in QRDivDevice (devices in 'server' mode).
|
|
517
519
|
|
|
518
520
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
519
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
521
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
520
522
|
</a>
|
|
521
523
|
|
|
522
524
|
## [3.2.4] - 2025-08-29
|
|
@@ -530,7 +532,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
530
532
|
- [package]: Updated dependencies.
|
|
531
533
|
|
|
532
534
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
533
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
535
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
534
536
|
</a>
|
|
535
537
|
|
|
536
538
|
## [3.2.3] - 2025-08-20
|
|
@@ -550,7 +552,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
550
552
|
- [package]: Updated dependencies.
|
|
551
553
|
|
|
552
554
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
553
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
555
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
554
556
|
</a>
|
|
555
557
|
|
|
556
558
|
## [3.2.2] - 2025-08-10
|
|
@@ -564,7 +566,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
564
566
|
- [frontend]: Fixed new Matterbridge frontend version message on the Home page.
|
|
565
567
|
|
|
566
568
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
567
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
569
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
568
570
|
</a>
|
|
569
571
|
|
|
570
572
|
## [3.2.1] - 2025-08-10
|
|
@@ -594,7 +596,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
594
596
|
- [frontend]: Fixed new Matterbridge version message on the Home page.
|
|
595
597
|
|
|
596
598
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
597
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
599
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
598
600
|
</a>
|
|
599
601
|
|
|
600
602
|
## [3.2.0] - 2025-08-01
|
|
@@ -622,7 +624,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
622
624
|
- [node.js]: Removed node 18 support.
|
|
623
625
|
|
|
624
626
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
625
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
627
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
626
628
|
</a>
|
|
627
629
|
|
|
628
630
|
## [3.1.8] - 2025-07-28
|
|
@@ -652,7 +654,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
652
654
|
- [advertise]: Changed the message advertise stopped to work also in childbridge mode.
|
|
653
655
|
|
|
654
656
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
655
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
657
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
656
658
|
</a>
|
|
657
659
|
|
|
658
660
|
## [3.1.7] - 2025-07-25
|
|
@@ -676,7 +678,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
676
678
|
- [package]: Updated dependencies.
|
|
677
679
|
|
|
678
680
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
679
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
681
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
680
682
|
</a>
|
|
681
683
|
|
|
682
684
|
## [3.1.6] - 2025-07-22
|
|
@@ -696,7 +698,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
696
698
|
- [package]: Updated dependencies.
|
|
697
699
|
|
|
698
700
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
699
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
701
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
700
702
|
</a>
|
|
701
703
|
|
|
702
704
|
## [3.1.5] - 2025-07-19
|
|
@@ -715,7 +717,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
715
717
|
- [readme-dev]: Added [documentation](README-DEV.md) for default plugin config and schema files.
|
|
716
718
|
|
|
717
719
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
718
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
720
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
719
721
|
</a>
|
|
720
722
|
|
|
721
723
|
## [3.1.4] - 2025-07-16
|
|
@@ -736,7 +738,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
736
738
|
- [bin]: Updated matterbridge bin.
|
|
737
739
|
|
|
738
740
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
739
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
741
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
740
742
|
</a>
|
|
741
743
|
|
|
742
744
|
## [3.1.3] - 2025-07-14
|
|
@@ -758,7 +760,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
758
760
|
- [shutdown]: Fixed error messages from frontend when Matterbridge is shutting down.
|
|
759
761
|
|
|
760
762
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
761
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
763
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
762
764
|
</a>
|
|
763
765
|
|
|
764
766
|
## [3.1.2] - 2025-07-06
|
|
@@ -778,7 +780,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
778
780
|
- [package]: Updated dependencies.
|
|
779
781
|
|
|
780
782
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
781
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
783
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
782
784
|
</a>
|
|
783
785
|
|
|
784
786
|
## [3.1.1] - 2025-07-04
|
|
@@ -806,7 +808,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
806
808
|
- [imports]: Added dynamic imports to Matterbridge and Frontend classes.
|
|
807
809
|
|
|
808
810
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
809
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
811
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
810
812
|
</a>
|
|
811
813
|
|
|
812
814
|
## [3.1.0] - 2025-06-28
|
|
@@ -835,7 +837,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
835
837
|
- [matter.js]: Bumped `matter.js` to 0.15.0 (https://github.com/project-chip/matter.js/discussions/2203). Great job matter.js!
|
|
836
838
|
|
|
837
839
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
838
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
840
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
839
841
|
</a>
|
|
840
842
|
|
|
841
843
|
## [3.0.7] - 2025-06-21
|
|
@@ -857,7 +859,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
857
859
|
- [platform]: Removed long deprecated methods: validateEntityBlackList and validateDeviceWhiteBlackList. Use validateDevice and validateEntity.
|
|
858
860
|
|
|
859
861
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
860
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
862
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
861
863
|
</a>
|
|
862
864
|
|
|
863
865
|
## [3.0.6] - 2025-06-13
|
|
@@ -886,7 +888,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
886
888
|
- [evse]: Fixed jsdoc on Evse.
|
|
887
889
|
|
|
888
890
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
889
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
891
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
890
892
|
</a>
|
|
891
893
|
|
|
892
894
|
## [3.0.5] - 2025-06-07
|
|
@@ -910,7 +912,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
910
912
|
- [selectAreas]: Fixed MatterbridgeServiceAreaServer.selectAreas.
|
|
911
913
|
|
|
912
914
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
913
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
915
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
914
916
|
</a>
|
|
915
917
|
|
|
916
918
|
## [3.0.4] - 2025-05-26
|
|
@@ -931,7 +933,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
931
933
|
- [virtualDevice]: Fixed possible vulnerability in the length of the nodeLabel.
|
|
932
934
|
|
|
933
935
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
934
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
936
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
935
937
|
</a>
|
|
936
938
|
|
|
937
939
|
## [3.0.3] - 2025-05-19
|
|
@@ -963,7 +965,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
|
|
|
963
965
|
- [rvc]: Added the parameters in the RoboticVacuumCleaner class constructor.
|
|
964
966
|
|
|
965
967
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
966
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
968
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
967
969
|
</a>
|
|
968
970
|
|
|
969
971
|
## [3.0.2] - 2025-05-14
|
|
@@ -986,7 +988,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
|
|
|
986
988
|
- [frontend]: Fixed refresh of start/stop sharing.
|
|
987
989
|
|
|
988
990
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
989
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
991
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
990
992
|
</a>
|
|
991
993
|
|
|
992
994
|
## [3.0.1] - 2025-05-06
|
|
@@ -1017,7 +1019,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
|
|
|
1017
1019
|
- [frontend]: Fixed refresh and postfix for select in HomeDevices.
|
|
1018
1020
|
|
|
1019
1021
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1020
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1022
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1021
1023
|
</a>
|
|
1022
1024
|
|
|
1023
1025
|
## [3.0.0] - 2025-04-29
|
|
@@ -1087,7 +1089,7 @@ Modified clusters:
|
|
|
1087
1089
|
- [frontend]: Fixed download logs that broke with express v5.1.0.
|
|
1088
1090
|
|
|
1089
1091
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1090
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1092
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1091
1093
|
</a>
|
|
1092
1094
|
|
|
1093
1095
|
## [2.2.9] - 2025-04-18
|
|
@@ -1106,7 +1108,7 @@ Modified clusters:
|
|
|
1106
1108
|
- [frontend]: Fixed wrong notification when the server node has been paired.
|
|
1107
1109
|
|
|
1108
1110
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1109
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1111
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1110
1112
|
</a>
|
|
1111
1113
|
|
|
1112
1114
|
## [2.2.8] - 2025-04-10
|
|
@@ -1130,7 +1132,7 @@ Modified clusters:
|
|
|
1130
1132
|
- [DevicesIcon]: Fixed rendering of rain, freeze and leak sensors.
|
|
1131
1133
|
|
|
1132
1134
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1133
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1135
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1134
1136
|
</a>
|
|
1135
1137
|
|
|
1136
1138
|
## [2.2.7] - 2025-04-06
|
|
@@ -1151,7 +1153,7 @@ Modified clusters:
|
|
|
1151
1153
|
- [platform]: Fix getSelectDevices and getSelectEntities on node < 22.
|
|
1152
1154
|
|
|
1153
1155
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1154
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1156
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1155
1157
|
</a>
|
|
1156
1158
|
|
|
1157
1159
|
## [2.2.6] - 2025-04-01
|
|
@@ -1175,7 +1177,7 @@ Modified clusters:
|
|
|
1175
1177
|
- [onOff]: The onOff cluster created from createOnOffClusterServer() is now correct (no Lighting feature).
|
|
1176
1178
|
|
|
1177
1179
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1178
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1180
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1179
1181
|
</a>
|
|
1180
1182
|
|
|
1181
1183
|
## [2.2.5] - 2025-03-19
|
|
@@ -1201,7 +1203,7 @@ Modified clusters:
|
|
|
1201
1203
|
- [frontend]: Fixed case where more then one plugin has select in the Home page Devices panel.
|
|
1202
1204
|
|
|
1203
1205
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1204
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1206
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1205
1207
|
</a>
|
|
1206
1208
|
|
|
1207
1209
|
## [2.2.4] - 2025-03-10
|
|
@@ -1216,7 +1218,7 @@ Modified clusters:
|
|
|
1216
1218
|
- [package]: Update dependencies.
|
|
1217
1219
|
|
|
1218
1220
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1219
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1221
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1220
1222
|
</a>
|
|
1221
1223
|
|
|
1222
1224
|
## [2.2.3] - 2025-03-05
|
|
@@ -1234,7 +1236,7 @@ Modified clusters:
|
|
|
1234
1236
|
- [matterbridge]: False error notification on configure plugin.
|
|
1235
1237
|
|
|
1236
1238
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1237
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1239
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1238
1240
|
</a>
|
|
1239
1241
|
|
|
1240
1242
|
## [2.2.2] - 2025-03-05
|
|
@@ -1252,7 +1254,7 @@ Modified clusters:
|
|
|
1252
1254
|
- [frontend]: The config editor cannot be opened a second time before the restart.
|
|
1253
1255
|
|
|
1254
1256
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1255
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1257
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1256
1258
|
</a>
|
|
1257
1259
|
|
|
1258
1260
|
## [2.2.1] - 2025-03-02
|
|
@@ -1271,7 +1273,7 @@ Modified clusters:
|
|
|
1271
1273
|
- [package]: Update matter.js to 0.12.5.
|
|
1272
1274
|
|
|
1273
1275
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1274
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1276
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1275
1277
|
</a>
|
|
1276
1278
|
|
|
1277
1279
|
## [2.2.0] - 2025-02-27
|
|
@@ -1300,7 +1302,7 @@ Modified clusters:
|
|
|
1300
1302
|
- [matterbridge]: Check endpoint state in /api/devices.
|
|
1301
1303
|
|
|
1302
1304
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1303
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1305
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1304
1306
|
</a>
|
|
1305
1307
|
|
|
1306
1308
|
## [2.1.5] - 2025-02-11
|
|
@@ -1325,7 +1327,7 @@ Modified clusters:
|
|
|
1325
1327
|
- [matterbridge]: Refactor reset devices adding a wait of 1 sec to allow matter to deliver all messages before shutting down.
|
|
1326
1328
|
|
|
1327
1329
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1328
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1330
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1329
1331
|
</a>
|
|
1330
1332
|
|
|
1331
1333
|
## [2.1.4] - 2025-02-07
|
|
@@ -1342,7 +1344,7 @@ Modified clusters:
|
|
|
1342
1344
|
- [matter.js]: Since matter.js storage cannot properly encode non latin names, they are encoded before passing them to matter.js.
|
|
1343
1345
|
|
|
1344
1346
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1345
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1347
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1346
1348
|
</a>
|
|
1347
1349
|
|
|
1348
1350
|
## [2.1.3] - 2025-02-04
|
|
@@ -1356,7 +1358,7 @@ Modified clusters:
|
|
|
1356
1358
|
- [package]: Update dependencies.
|
|
1357
1359
|
|
|
1358
1360
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1359
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1361
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1360
1362
|
</a>
|
|
1361
1363
|
|
|
1362
1364
|
## [2.1.2] - 2025-02-03
|
|
@@ -1373,7 +1375,7 @@ Modified clusters:
|
|
|
1373
1375
|
- [frontend]: Fixed update matterbridge.
|
|
1374
1376
|
|
|
1375
1377
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1376
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1378
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1377
1379
|
</a>
|
|
1378
1380
|
|
|
1379
1381
|
## [2.1.1] - 2025-02-02
|
|
@@ -1383,7 +1385,7 @@ Modified clusters:
|
|
|
1383
1385
|
- [matter.js]: Fix close server nodes.
|
|
1384
1386
|
|
|
1385
1387
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1386
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1388
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1387
1389
|
</a>
|
|
1388
1390
|
|
|
1389
1391
|
## [2.1.0] - 2025-02-02
|
|
@@ -1405,7 +1407,7 @@ Modified clusters:
|
|
|
1405
1407
|
- [package]: Update matter.js to 0.12.2.
|
|
1406
1408
|
|
|
1407
1409
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1408
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1410
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1409
1411
|
</a>
|
|
1410
1412
|
|
|
1411
1413
|
## [2.0.0] - 2025-01-20
|
|
@@ -1436,7 +1438,7 @@ Modified clusters:
|
|
|
1436
1438
|
- [sessions]: Fixed the case when Active session was not reporting correctly.
|
|
1437
1439
|
|
|
1438
1440
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1439
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1441
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1440
1442
|
</a>
|
|
1441
1443
|
|
|
1442
1444
|
## [1.7.3] - 2025-01-11
|
|
@@ -1451,7 +1453,7 @@ Modified clusters:
|
|
|
1451
1453
|
- [package]: Workflows use node 22.x.
|
|
1452
1454
|
|
|
1453
1455
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1454
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1456
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1455
1457
|
</a>
|
|
1456
1458
|
|
|
1457
1459
|
## [1.7.2] - 2025-01-11
|
|
@@ -1478,7 +1480,7 @@ Modified clusters:
|
|
|
1478
1480
|
- [frontend]: Fixed restart that was not working correctly in Ingress.
|
|
1479
1481
|
|
|
1480
1482
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1481
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1483
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1482
1484
|
</a>
|
|
1483
1485
|
|
|
1484
1486
|
## [1.7.1] - 2025-01-07
|
|
@@ -1501,7 +1503,7 @@ Modified clusters:
|
|
|
1501
1503
|
- [frontend]: Fixed WebSocketProvider online.
|
|
1502
1504
|
|
|
1503
1505
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1504
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1506
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1505
1507
|
</a>
|
|
1506
1508
|
|
|
1507
1509
|
## [1.7.0] - 2025-01-04
|
|
@@ -1534,7 +1536,7 @@ Modified clusters:
|
|
|
1534
1536
|
- [frontend]: Fixed device/cluster api that was not working in Ingress.
|
|
1535
1537
|
|
|
1536
1538
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1537
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1539
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1538
1540
|
</a>
|
|
1539
1541
|
|
|
1540
1542
|
## [1.6.7] - 2024-12-15
|
|
@@ -1563,7 +1565,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1563
1565
|
- [Device]: Fix addChildDeviceType methods to include debug parameter in MatterbridgeDevice instantiation.
|
|
1564
1566
|
|
|
1565
1567
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1566
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1568
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1567
1569
|
</a>
|
|
1568
1570
|
|
|
1569
1571
|
## [1.6.6] - 2024-12-12
|
|
@@ -1600,7 +1602,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1600
1602
|
- [device]: Fix typos in Device and Endpoint.
|
|
1601
1603
|
|
|
1602
1604
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1603
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1605
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1604
1606
|
</a>
|
|
1605
1607
|
|
|
1606
1608
|
## [1.6.5] - 2024-12-02
|
|
@@ -1612,7 +1614,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1612
1614
|
- [package]: Update dependencies.
|
|
1613
1615
|
|
|
1614
1616
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1615
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1617
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1616
1618
|
</a>
|
|
1617
1619
|
|
|
1618
1620
|
## [1.6.4] - 2024-11-29
|
|
@@ -1622,7 +1624,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1622
1624
|
- [matter.js]: Update to matter.js 0.11.7.
|
|
1623
1625
|
|
|
1624
1626
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1625
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1627
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1626
1628
|
</a>
|
|
1627
1629
|
|
|
1628
1630
|
## [1.6.3] - 2024-11-27
|
|
@@ -1637,7 +1639,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1637
1639
|
- [matter.js]: Update to matter.js 0.11.6.
|
|
1638
1640
|
|
|
1639
1641
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1640
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1642
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1641
1643
|
</a>
|
|
1642
1644
|
|
|
1643
1645
|
## [1.6.2] - 2024-11-25
|
|
@@ -1671,7 +1673,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1671
1673
|
- [energySensor]: Fixed wrong types on ElectricalEnergyMeasurementCluster ElectricalPowerMeasurementCluster.
|
|
1672
1674
|
|
|
1673
1675
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1674
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1676
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1675
1677
|
</a>
|
|
1676
1678
|
|
|
1677
1679
|
## [1.6.1] - 2024-11-02
|
|
@@ -1689,7 +1691,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1689
1691
|
- [package]: Update dependencies.
|
|
1690
1692
|
|
|
1691
1693
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1692
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1694
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1693
1695
|
</a>
|
|
1694
1696
|
|
|
1695
1697
|
## [1.6.0] - 2024-10-28
|
|
@@ -1709,7 +1711,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1709
1711
|
- [package]: Update dependencies.
|
|
1710
1712
|
|
|
1711
1713
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1712
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1714
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1713
1715
|
</a>
|
|
1714
1716
|
|
|
1715
1717
|
## [1.5.10] - 2024-10-01
|
|
@@ -1721,7 +1723,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1721
1723
|
- [package]: Update dependencies.
|
|
1722
1724
|
|
|
1723
1725
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1724
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1726
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1725
1727
|
</a>
|
|
1726
1728
|
|
|
1727
1729
|
## [1.5.9] - 2024-09-23
|
|
@@ -1737,7 +1739,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1737
1739
|
- [package]: Update dependencies.
|
|
1738
1740
|
|
|
1739
1741
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1740
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1742
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1741
1743
|
</a>
|
|
1742
1744
|
|
|
1743
1745
|
## [1.5.8] - 2024-09-21
|
|
@@ -1758,7 +1760,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1758
1760
|
- [matterbridge]: Reset session informations when the controllers are not connected.
|
|
1759
1761
|
|
|
1760
1762
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1761
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1763
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1762
1764
|
</a>
|
|
1763
1765
|
|
|
1764
1766
|
## [1.5.7] - 2024-09-17
|
|
@@ -1775,7 +1777,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1775
1777
|
- [package]: Update dependencies.
|
|
1776
1778
|
|
|
1777
1779
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1778
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1780
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1779
1781
|
</a>
|
|
1780
1782
|
|
|
1781
1783
|
## [1.5.6] - 2024-09-13
|
|
@@ -1792,7 +1794,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1792
1794
|
- [package]: Updated dependencies.
|
|
1793
1795
|
|
|
1794
1796
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1795
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1797
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1796
1798
|
</a>
|
|
1797
1799
|
|
|
1798
1800
|
## [1.5.5] - 2024-09-09
|
|
@@ -1805,7 +1807,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1805
1807
|
- [package]: Update dependencies.
|
|
1806
1808
|
|
|
1807
1809
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1808
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1810
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1809
1811
|
</a>
|
|
1810
1812
|
|
|
1811
1813
|
## [1.5.4] - 2024-09-05
|
|
@@ -1817,7 +1819,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1817
1819
|
- [package]: Removed all local matter 1.3 clusters now present in matter.js.
|
|
1818
1820
|
|
|
1819
1821
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1820
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1822
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1821
1823
|
</a>
|
|
1822
1824
|
|
|
1823
1825
|
## [1.5.3] - 2024-09-04
|
|
@@ -1834,7 +1836,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1834
1836
|
- [package]: Removed long deprecated exports.
|
|
1835
1837
|
|
|
1836
1838
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1837
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1839
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1838
1840
|
</a>
|
|
1839
1841
|
|
|
1840
1842
|
## [1.5.2] - 2024-08-30
|
|
@@ -1863,7 +1865,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1863
1865
|
- [spawn]: Modified the install or update function to add more info in the log.
|
|
1864
1866
|
|
|
1865
1867
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1866
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1868
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1867
1869
|
</a>
|
|
1868
1870
|
|
|
1869
1871
|
## [1.5.1] - 2024-08-28
|
|
@@ -1877,7 +1879,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1877
1879
|
- [package]: Update dependencies.
|
|
1878
1880
|
|
|
1879
1881
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1880
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1882
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1881
1883
|
</a>
|
|
1882
1884
|
|
|
1883
1885
|
## [1.5.0] - 2024-08-27
|
|
@@ -1898,7 +1900,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1898
1900
|
- [package]: Update dependencies.
|
|
1899
1901
|
|
|
1900
1902
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1901
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1903
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1902
1904
|
</a>
|
|
1903
1905
|
|
|
1904
1906
|
## [1.4.3] - 2024-08-22
|
|
@@ -1920,7 +1922,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1920
1922
|
- [package]: Update matter-history to 1.1.7.
|
|
1921
1923
|
|
|
1922
1924
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1923
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1925
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1924
1926
|
</a>
|
|
1925
1927
|
|
|
1926
1928
|
## [1.4.2] - 2024-08-20
|
|
@@ -1941,7 +1943,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1941
1943
|
- [package]: Fixed dependencies.
|
|
1942
1944
|
|
|
1943
1945
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1944
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1946
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1945
1947
|
</a>
|
|
1946
1948
|
|
|
1947
1949
|
## [1.4.1] - 2024-07-28
|
|
@@ -1958,7 +1960,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1958
1960
|
- [matter]: Update matter.js to 0.9.4.
|
|
1959
1961
|
|
|
1960
1962
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1961
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1963
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1962
1964
|
</a>
|
|
1963
1965
|
|
|
1964
1966
|
## [1.4.0] - 2024-07-23
|
|
@@ -1981,7 +1983,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1981
1983
|
- [matterbridge]: Fixed utils export
|
|
1982
1984
|
|
|
1983
1985
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1984
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1986
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1985
1987
|
</a>
|
|
1986
1988
|
|
|
1987
1989
|
## [1.3.13] - 2024-07-11
|
|
@@ -2000,7 +2002,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2000
2002
|
- [matterbridge]: Fixed load plugin when the don't have author and description.
|
|
2001
2003
|
|
|
2002
2004
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2003
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2005
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2004
2006
|
</a>
|
|
2005
2007
|
|
|
2006
2008
|
## [1.3.12] - 2024-07-10
|
|
@@ -2017,7 +2019,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2017
2019
|
- [frontend]: Fix Home for mobile.
|
|
2018
2020
|
|
|
2019
2021
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2020
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2022
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2021
2023
|
</a>
|
|
2022
2024
|
|
|
2023
2025
|
## [1.3.11] - 2024-07-08
|
|
@@ -2034,7 +2036,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2034
2036
|
- [dependencies]: Update dependencies.
|
|
2035
2037
|
|
|
2036
2038
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2037
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2039
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2038
2040
|
</a>
|
|
2039
2041
|
|
|
2040
2042
|
## [1.3.10] - 2024-07-05
|
|
@@ -2053,7 +2055,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2053
2055
|
- [dependencies]: Update dependencies.
|
|
2054
2056
|
|
|
2055
2057
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2056
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2058
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2057
2059
|
</a>
|
|
2058
2060
|
|
|
2059
2061
|
## [1.3.9] - 2024-07-02
|
|
@@ -2064,7 +2066,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2064
2066
|
- [matterbridge]: Fixed MeasurementClusters
|
|
2065
2067
|
|
|
2066
2068
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2067
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2069
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2068
2070
|
</a>
|
|
2069
2071
|
|
|
2070
2072
|
## [1.3.8] - 2024-07-01
|
|
@@ -2074,7 +2076,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2074
2076
|
- [matterbridge]: Fixed crash in childbridge mode
|
|
2075
2077
|
|
|
2076
2078
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2077
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2079
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2078
2080
|
</a>
|
|
2079
2081
|
|
|
2080
2082
|
## [1.3.7] - 2024-06-30
|
|
@@ -2090,7 +2092,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2090
2092
|
- [dependencies]: Update matter.js to 0.9.3.
|
|
2091
2093
|
|
|
2092
2094
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2093
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2095
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2094
2096
|
</a>
|
|
2095
2097
|
|
|
2096
2098
|
## [1.3.6] - 2024-06-28
|
|
@@ -2107,7 +2109,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2107
2109
|
- [matterbridgeDevice]: Fixed ElectricalEnergyMeasurement and ElectricalPowerMeasurement
|
|
2108
2110
|
|
|
2109
2111
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2110
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2112
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2111
2113
|
</a>
|
|
2112
2114
|
|
|
2113
2115
|
## [1.3.5] - 2024-06-26
|
|
@@ -2127,7 +2129,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2127
2129
|
- [matterbridge]: The "plugin add" method now loads, starts, and configures the plugin
|
|
2128
2130
|
|
|
2129
2131
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2130
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2132
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2131
2133
|
</a>
|
|
2132
2134
|
|
|
2133
2135
|
## [1.3.4] - 2024-06-23
|
|
@@ -2137,7 +2139,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2137
2139
|
- [matterbridge]: Fixed exports
|
|
2138
2140
|
|
|
2139
2141
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2140
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2142
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2141
2143
|
</a>
|
|
2142
2144
|
|
|
2143
2145
|
## [1.3.3] - 2024-06-22
|
|
@@ -2148,7 +2150,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2148
2150
|
- [matterbridge]: When a plugin is in an error state, the bridge does not start to avoid causing the controllers to delete the registered devices and lose the configuration (e.g. room and automations).
|
|
2149
2151
|
|
|
2150
2152
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2151
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2153
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2152
2154
|
</a>
|
|
2153
2155
|
|
|
2154
2156
|
## [1.3.2] - 2024-06-22
|
|
@@ -2189,7 +2191,7 @@ Features:
|
|
|
2189
2191
|
- [matter.js]: Updated matter.js to 0.9.2
|
|
2190
2192
|
|
|
2191
2193
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2192
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2194
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2193
2195
|
</a>
|
|
2194
2196
|
|
|
2195
2197
|
## [1.3.1] - 2024-06-20
|
|
@@ -2201,7 +2203,7 @@ Features:
|
|
|
2201
2203
|
- [matterbridge]: Moved getPluginVersion to the start also for disabled plugins.
|
|
2202
2204
|
|
|
2203
2205
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2204
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2206
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2205
2207
|
</a>
|
|
2206
2208
|
|
|
2207
2209
|
## [1.3.0] - 2024-06-16
|
|
@@ -2234,7 +2236,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2234
2236
|
- [frontend]: Added logger level settings to reflect -matterlogger [debug | info | notice | warn | error | fatal]
|
|
2235
2237
|
|
|
2236
2238
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2237
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2239
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2238
2240
|
</a>
|
|
2239
2241
|
|
|
2240
2242
|
## [1.2.22] - 2024-06-04
|
|
@@ -2245,7 +2247,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2245
2247
|
- [matterbridge]: Default config and schema for the new plugin matterbridge-shelly
|
|
2246
2248
|
|
|
2247
2249
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2248
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2250
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2249
2251
|
</a>
|
|
2250
2252
|
|
|
2251
2253
|
## [1.2.21] - 2024-06-04
|
|
@@ -2260,7 +2262,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2260
2262
|
- [matterbridge]: Fixed the error that caused -add plugin to fail at the first run of matterbridge
|
|
2261
2263
|
|
|
2262
2264
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2263
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2265
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2264
2266
|
</a>
|
|
2265
2267
|
|
|
2266
2268
|
## [1.2.20] - 2024-06-03
|
|
@@ -2275,7 +2277,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2275
2277
|
- [matterbridge]: Log level of Plugin already configured is now info
|
|
2276
2278
|
|
|
2277
2279
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2278
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2280
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2279
2281
|
</a>
|
|
2280
2282
|
|
|
2281
2283
|
## [1.2.19] - 2024-06-01
|
|
@@ -2297,7 +2299,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2297
2299
|
- [frontend]: Added tooltip to the plugin update badge in the registered plugins window
|
|
2298
2300
|
|
|
2299
2301
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2300
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2302
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2301
2303
|
</a>
|
|
2302
2304
|
|
|
2303
2305
|
## [1.2.18] - 2024-05-28
|
|
@@ -2316,7 +2318,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2316
2318
|
- [frontend]: Added a dropdown menu in Add Remove plugin to select the plugins
|
|
2317
2319
|
|
|
2318
2320
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2319
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2321
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2320
2322
|
</a>
|
|
2321
2323
|
|
|
2322
2324
|
## [1.2.17] - 2024-05-25
|
|
@@ -2340,7 +2342,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2340
2342
|
- [matterbridge]: Added vendorId for Alexa
|
|
2341
2343
|
|
|
2342
2344
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2343
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2345
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2344
2346
|
</a>
|
|
2345
2347
|
|
|
2346
2348
|
## [1.2.16] - 2024-05-15
|
|
@@ -2359,7 +2361,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2359
2361
|
- [frontend]: Added version information badge for Matterbridge.
|
|
2360
2362
|
|
|
2361
2363
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2362
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2364
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2363
2365
|
</a>
|
|
2364
2366
|
|
|
2365
2367
|
## [1.2.15] - 2024-05-14
|
|
@@ -2374,7 +2376,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2374
2376
|
- [frontend]: Fixed the case when the latest version of Matterbridge or a plugin is not available.
|
|
2375
2377
|
|
|
2376
2378
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2377
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2379
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2378
2380
|
</a>
|
|
2379
2381
|
|
|
2380
2382
|
## [1.2.14] - 2024-05-09
|
|
@@ -2388,7 +2390,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2388
2390
|
- [frontend]: Added Error state to registered plugins
|
|
2389
2391
|
|
|
2390
2392
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2391
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2393
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2392
2394
|
</a>
|
|
2393
2395
|
|
|
2394
2396
|
## [1.2.13] - 2024-05-05
|
|
@@ -2404,7 +2406,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2404
2406
|
- [docker]: Added the docker image:dev on the docker hub with architectures: linux/amd64, linux/arm64, linux/arm/v7
|
|
2405
2407
|
|
|
2406
2408
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2407
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2409
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2408
2410
|
</a>
|
|
2409
2411
|
|
|
2410
2412
|
## [1.2.12] - 2024-04-30
|
|
@@ -2420,7 +2422,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2420
2422
|
- [frontend]: Added factoryreset in the Settings page. Matterbridge will shutdown to allow the factoryreset.
|
|
2421
2423
|
|
|
2422
2424
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2423
|
-
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2425
|
+
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2424
2426
|
</a>
|
|
2425
2427
|
|
|
2426
2428
|
## [1.2.11] - 2024-04-25
|