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