matterbridge 3.5.0-dev-20260119-f9ea00e → 3.5.1-dev-20260121-22e98b4
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 +133 -117
- package/bin/mb_coap.js +1 -1
- package/bin/mb_mdns.js +1 -1
- package/dist/broadcastServer.js +1 -2
- package/dist/cli.d.ts +1 -2
- package/dist/cli.js +1 -5
- package/dist/cliHistory.js +1 -1
- package/dist/deviceManager.js +1 -1
- package/dist/frontend.js +2 -7
- package/dist/helpers.js +1 -1
- package/dist/matterNode.js +1 -5
- package/dist/matterbridge.js +14 -18
- package/dist/matterbridgeEndpoint.d.ts +2 -0
- package/dist/matterbridgeEndpoint.js +41 -2
- package/dist/matterbridgeEndpointHelpers.js +1 -3
- package/dist/matterbridgePlatform.js +1 -2
- package/dist/{dgram/mb_mdns.js → mb_mdns.js} +13 -1
- package/dist/pluginManager.js +3 -4
- package/dist/{utils/spawn.js → spawn.js} +2 -2
- package/dist/update.js +6 -7
- package/dist/utils/export.d.ts +1 -12
- package/dist/utils/export.js +1 -12
- package/dist/workerGlobalPrefix.js +1 -3
- package/frontend/build/assets/index.js +4 -4
- package/frontend/package.json +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +5 -5
- package/dist/dgram/coap.d.ts +0 -34
- package/dist/dgram/coap.js +0 -252
- package/dist/dgram/dgram.d.ts +0 -45
- package/dist/dgram/dgram.js +0 -251
- package/dist/dgram/mdns.d.ts +0 -188
- package/dist/dgram/mdns.js +0 -702
- package/dist/dgram/multicast.d.ts +0 -18
- package/dist/dgram/multicast.js +0 -118
- package/dist/dgram/unicast.d.ts +0 -11
- package/dist/dgram/unicast.js +0 -40
- package/dist/utils/colorUtils.d.ts +0 -24
- package/dist/utils/colorUtils.js +0 -187
- package/dist/utils/commandLine.d.ts +0 -6
- package/dist/utils/commandLine.js +0 -63
- package/dist/utils/copyDirectory.d.ts +0 -2
- package/dist/utils/copyDirectory.js +0 -39
- package/dist/utils/createDirectory.d.ts +0 -2
- package/dist/utils/createDirectory.js +0 -21
- package/dist/utils/createZip.d.ts +0 -1
- package/dist/utils/createZip.js +0 -69
- package/dist/utils/deepCopy.d.ts +0 -1
- package/dist/utils/deepCopy.js +0 -40
- package/dist/utils/deepEqual.d.ts +0 -1
- package/dist/utils/deepEqual.js +0 -58
- package/dist/utils/error.d.ts +0 -3
- package/dist/utils/error.js +0 -12
- package/dist/utils/format.d.ts +0 -4
- package/dist/utils/format.js +0 -29
- package/dist/utils/hex.d.ts +0 -4
- package/dist/utils/hex.js +0 -118
- package/dist/utils/inspector.d.ts +0 -24
- package/dist/utils/inspector.js +0 -200
- package/dist/utils/isValid.d.ts +0 -10
- package/dist/utils/isValid.js +0 -69
- package/dist/utils/network.d.ts +0 -25
- package/dist/utils/network.js +0 -193
- package/dist/utils/tracker.d.ts +0 -52
- package/dist/utils/tracker.js +0 -201
- package/dist/utils/wait.d.ts +0 -3
- package/dist/utils/wait.js +0 -73
- /package/dist/{dgram/mb_coap.d.ts → mb_coap.d.ts} +0 -0
- /package/dist/{dgram/mb_coap.js → mb_coap.js} +0 -0
- /package/dist/{dgram/mb_mdns.d.ts → mb_mdns.d.ts} +0 -0
- /package/dist/{utils/spawn.d.ts → spawn.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ 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"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
7
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
8
8
|
|
|
9
9
|
## Project evolution
|
|
10
10
|
|
|
@@ -28,14 +28,29 @@ Advantages:
|
|
|
28
28
|
- individual plugin isolation in childbridge mode;
|
|
29
29
|
- ability to update the plugin in childbridge mode without restarting matterbridge;
|
|
30
30
|
|
|
31
|
-
## [3.5.
|
|
31
|
+
## [3.5.1] - Dev branch
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
- [mb_mdns]: Added additional mDNS service types for discovery.
|
|
36
|
+
- [workflows]: Added npm registry URL and caching to Node.js setup in workflow files.
|
|
37
|
+
- [workflows]: Added concurrency settings in build.yml to cancel previous runs in GitHub Actions.
|
|
38
|
+
|
|
39
|
+
### Changed
|
|
40
|
+
|
|
41
|
+
- [package]: Updated dependencies.
|
|
42
|
+
|
|
43
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
44
|
+
|
|
45
|
+
## [3.5.0] - 2026-01-20
|
|
32
46
|
|
|
33
47
|
### Breaking Changes
|
|
34
48
|
|
|
35
49
|
- [matter]: This release brings the upgrade to matter 1.4.2 and matter.js 0.16.x. It may cause the controllers to see a new device.
|
|
36
50
|
- [childbridge]: Fixed nodeLabel from deviceName in childbridge mode. It may cause the controllers to see a new device.
|
|
37
51
|
- [modeserver]: Fixed nodeLabel from deviceName for server node devices. It may cause the controllers to see a new device.
|
|
38
|
-
- [matterbridge]: On restart (typically on the Home Assistant addon), when the plugin is not found and is reinstalled, it is reinstalled from the latest dev if it was on the dev branch.
|
|
52
|
+
- [matterbridge]: On restart (typically on the Home Assistant addon), when the plugin is not found and is reinstalled, it is now reinstalled from the latest dev if it was on the dev branch.
|
|
53
|
+
- [docker]: Removed the arch linux/arm/v7 from all docker images.
|
|
39
54
|
|
|
40
55
|
### Changed device types in Matter 1.4.2
|
|
41
56
|
|
|
@@ -89,13 +104,14 @@ Advantages:
|
|
|
89
104
|
- [eslint]: Moved cache in .cache/.eslintcache.
|
|
90
105
|
- [prettier]: Moved cache in .cache/.prettiercache.
|
|
91
106
|
- [DevContainer]: Refactor DevContainer to use bridge mode and matterbridge docker network.
|
|
107
|
+
- [frontend]: Bumped `frontend` version to v. 3.4.2.
|
|
92
108
|
|
|
93
109
|
### Fixed
|
|
94
110
|
|
|
95
111
|
- [evse]: Fixed the EnergyEvse.chargingEnabledUntil attribute that was wrongly set in the disable command (spec 9.3.8.4).
|
|
96
112
|
- [package]: Fixed the devDependencies that slipped in for a bug in 3.4.7.
|
|
97
113
|
|
|
98
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
114
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
99
115
|
|
|
100
116
|
## [3.4.7] - 2026-01-12
|
|
101
117
|
|
|
@@ -123,7 +139,7 @@ Advantages:
|
|
|
123
139
|
|
|
124
140
|
- [macOS]: Fixed the macOS launchctl configuration file. Update it from the README-MACOS-PLIST.
|
|
125
141
|
|
|
126
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
142
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
127
143
|
|
|
128
144
|
## [3.4.6] - 2026-01-02
|
|
129
145
|
|
|
@@ -144,7 +160,7 @@ Advantages:
|
|
|
144
160
|
- [package]: Updated dependencies.
|
|
145
161
|
- [reflector]: Bumped `reflector` version to v.1.1.0.
|
|
146
162
|
|
|
147
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
163
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
148
164
|
|
|
149
165
|
## [3.4.5] - 2025-12-27
|
|
150
166
|
|
|
@@ -163,7 +179,7 @@ Advantages:
|
|
|
163
179
|
|
|
164
180
|
- [package]: Updated dependencies.
|
|
165
181
|
|
|
166
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
182
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
167
183
|
|
|
168
184
|
## [3.4.4] - 2025-12-19
|
|
169
185
|
|
|
@@ -188,7 +204,7 @@ Advantages:
|
|
|
188
204
|
- [frontend]: Fixed mobileMode menu navigation. Thanks Calimerorulez (https://github.com/Luligu/matterbridge/issues/457).
|
|
189
205
|
- [matterbridge]: Fixed debug level of matter logger.
|
|
190
206
|
|
|
191
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
207
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
192
208
|
|
|
193
209
|
## [3.4.3] - 2025-12-12
|
|
194
210
|
|
|
@@ -221,7 +237,7 @@ Advantages:
|
|
|
221
237
|
- [matterbridge]: Fixed default delay and fixed_delay to 120 seconds.
|
|
222
238
|
- [frontend]: Fixed resize in desktop mode.
|
|
223
239
|
|
|
224
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
240
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
225
241
|
|
|
226
242
|
## [3.4.2] - 2025-12-05
|
|
227
243
|
|
|
@@ -256,7 +272,7 @@ To solve the race condition on docker compose, use the --fixed_delay parameter.
|
|
|
256
272
|
- [frontend]: Fixed persistance of autoScroll.
|
|
257
273
|
- [frontend]: Fixed parameters info of Log panel in the Home page.
|
|
258
274
|
|
|
259
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
275
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
260
276
|
|
|
261
277
|
## [3.4.1] - 2025-12-01
|
|
262
278
|
|
|
@@ -282,7 +298,7 @@ To solve the race condition on docker compose, use the --fixed_delay parameter.
|
|
|
282
298
|
- [frontend]: Fixed when the user put special characters in password. Thanks Dabern (https://github.com/Luligu/matterbridge/issues/443).
|
|
283
299
|
- [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).
|
|
284
300
|
|
|
285
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
301
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
286
302
|
|
|
287
303
|
## [3.4.0] - 2025-11-26
|
|
288
304
|
|
|
@@ -316,7 +332,7 @@ Removed the following long deprecated elements:
|
|
|
316
332
|
- [jest]: Bumped jestHelpers v.1.0.13.
|
|
317
333
|
- [spawn]: Bumped spawn module v.1.2.0.
|
|
318
334
|
|
|
319
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
335
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
320
336
|
|
|
321
337
|
## [3.3.8] - 2025-11-15
|
|
322
338
|
|
|
@@ -351,7 +367,7 @@ So please update your plugin.
|
|
|
351
367
|
- [endpoint]: Changed logger level of single device classes.
|
|
352
368
|
|
|
353
369
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
354
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
370
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
355
371
|
</a>
|
|
356
372
|
|
|
357
373
|
## [3.3.7] - 2025-11-08
|
|
@@ -378,7 +394,7 @@ So please update your plugin.
|
|
|
378
394
|
- [frontend]: Fixed route fallback and cross platform path failing randomly with node prefix.
|
|
379
395
|
|
|
380
396
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
381
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
397
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
382
398
|
</a>
|
|
383
399
|
|
|
384
400
|
## [3.3.6] - 2025-11-01
|
|
@@ -395,7 +411,7 @@ So please update your plugin.
|
|
|
395
411
|
- [ingress]: Fixed websocket connection from Ingress.
|
|
396
412
|
|
|
397
413
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
398
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
414
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
399
415
|
</a>
|
|
400
416
|
|
|
401
417
|
## [3.3.5] - 2025-10-31
|
|
@@ -420,7 +436,7 @@ So please update your plugin.
|
|
|
420
436
|
- [service]: Fixed systemd [configuration](README-SERVICE-LOCAL.md) with local global node_modules.
|
|
421
437
|
|
|
422
438
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
423
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
439
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
424
440
|
</a>
|
|
425
441
|
|
|
426
442
|
## [3.3.4] - 2025-10-24
|
|
@@ -451,7 +467,7 @@ So please update your plugin.
|
|
|
451
467
|
- [thrmostat]: Fixed minSetpointDeadBand data type. Thanks Apollon!
|
|
452
468
|
|
|
453
469
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
454
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
470
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
455
471
|
</a>
|
|
456
472
|
|
|
457
473
|
## [3.3.3] - 2025-10-18
|
|
@@ -478,7 +494,7 @@ So please update your plugin.
|
|
|
478
494
|
- [history]: Added external and array buffers to the history chart.
|
|
479
495
|
|
|
480
496
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
481
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
497
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
482
498
|
</a>
|
|
483
499
|
|
|
484
500
|
## [3.3.2] - 2025-10-13
|
|
@@ -488,7 +504,7 @@ So please update your plugin.
|
|
|
488
504
|
- [frontend]: Fixed update to latest.
|
|
489
505
|
|
|
490
506
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
491
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
507
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
492
508
|
</a>
|
|
493
509
|
|
|
494
510
|
## [3.3.1] - 2025-10-12
|
|
@@ -528,7 +544,7 @@ So please update your plugin.
|
|
|
528
544
|
- [frontend]: Fixed matter log on file not setting correctly.
|
|
529
545
|
|
|
530
546
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
531
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
547
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
532
548
|
</a>
|
|
533
549
|
|
|
534
550
|
## [3.3.0] - 2025-10-03
|
|
@@ -611,7 +627,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
611
627
|
- [frontend]: General improvements and small bug fixes.
|
|
612
628
|
|
|
613
629
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
614
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
630
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
615
631
|
</a>
|
|
616
632
|
|
|
617
633
|
## [3.2.9] - 2025-09-27
|
|
@@ -642,7 +658,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
642
658
|
- [frontend]: Fix default values (devices) for homePageMode (logs/devices) in MatterbridgeSettings.
|
|
643
659
|
|
|
644
660
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
645
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
661
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
646
662
|
</a>
|
|
647
663
|
|
|
648
664
|
## [3.2.8] - 2025-09-20
|
|
@@ -671,7 +687,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
671
687
|
- [shutdown]: Fixed the case when shutting down the http(s) server took 10 seconds.
|
|
672
688
|
|
|
673
689
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
674
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
690
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
675
691
|
</a>
|
|
676
692
|
|
|
677
693
|
## [3.2.7] - 2025-09-14
|
|
@@ -695,7 +711,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
695
711
|
- [matterbridge.io]: Updated web site [matterbridge.io](matterbridge.io).
|
|
696
712
|
|
|
697
713
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
698
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
714
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
699
715
|
</a>
|
|
700
716
|
|
|
701
717
|
## [3.2.6] - 2025-09-06
|
|
@@ -731,7 +747,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
731
747
|
- [jest]: Fixed cli test failing with Jest v. 30.1.3.
|
|
732
748
|
|
|
733
749
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
734
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
750
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
735
751
|
</a>
|
|
736
752
|
|
|
737
753
|
## [3.2.5] - 2025-09-02
|
|
@@ -754,7 +770,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
754
770
|
- [frontend]: Fixed padding in QRDivDevice (devices in 'server' mode).
|
|
755
771
|
|
|
756
772
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
757
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
773
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
758
774
|
</a>
|
|
759
775
|
|
|
760
776
|
## [3.2.4] - 2025-08-29
|
|
@@ -768,7 +784,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
768
784
|
- [package]: Updated dependencies.
|
|
769
785
|
|
|
770
786
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
771
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
787
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
772
788
|
</a>
|
|
773
789
|
|
|
774
790
|
## [3.2.3] - 2025-08-20
|
|
@@ -788,7 +804,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
788
804
|
- [package]: Updated dependencies.
|
|
789
805
|
|
|
790
806
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
791
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
807
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
792
808
|
</a>
|
|
793
809
|
|
|
794
810
|
## [3.2.2] - 2025-08-10
|
|
@@ -802,7 +818,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
802
818
|
- [frontend]: Fixed new Matterbridge frontend version message on the Home page.
|
|
803
819
|
|
|
804
820
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
805
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
821
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
806
822
|
</a>
|
|
807
823
|
|
|
808
824
|
## [3.2.1] - 2025-08-10
|
|
@@ -832,7 +848,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
|
|
|
832
848
|
- [frontend]: Fixed new Matterbridge version message on the Home page.
|
|
833
849
|
|
|
834
850
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
835
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
851
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
836
852
|
</a>
|
|
837
853
|
|
|
838
854
|
## [3.2.0] - 2025-08-01
|
|
@@ -860,7 +876,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
860
876
|
- [node.js]: Removed node 18 support.
|
|
861
877
|
|
|
862
878
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
863
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
879
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
864
880
|
</a>
|
|
865
881
|
|
|
866
882
|
## [3.1.8] - 2025-07-28
|
|
@@ -890,7 +906,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
890
906
|
- [advertise]: Changed the message advertise stopped to work also in childbridge mode.
|
|
891
907
|
|
|
892
908
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
893
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
909
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
894
910
|
</a>
|
|
895
911
|
|
|
896
912
|
## [3.1.7] - 2025-07-25
|
|
@@ -914,7 +930,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
914
930
|
- [package]: Updated dependencies.
|
|
915
931
|
|
|
916
932
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
917
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
933
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
918
934
|
</a>
|
|
919
935
|
|
|
920
936
|
## [3.1.6] - 2025-07-22
|
|
@@ -934,7 +950,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
934
950
|
- [package]: Updated dependencies.
|
|
935
951
|
|
|
936
952
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
937
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
953
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
938
954
|
</a>
|
|
939
955
|
|
|
940
956
|
## [3.1.5] - 2025-07-19
|
|
@@ -953,7 +969,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
953
969
|
- [readme-dev]: Added [documentation](README-DEV.md) for default plugin config and schema files.
|
|
954
970
|
|
|
955
971
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
956
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
972
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
957
973
|
</a>
|
|
958
974
|
|
|
959
975
|
## [3.1.4] - 2025-07-16
|
|
@@ -974,7 +990,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
974
990
|
- [bin]: Updated matterbridge bin.
|
|
975
991
|
|
|
976
992
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
977
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
993
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
978
994
|
</a>
|
|
979
995
|
|
|
980
996
|
## [3.1.3] - 2025-07-14
|
|
@@ -996,7 +1012,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
996
1012
|
- [shutdown]: Fixed error messages from frontend when Matterbridge is shutting down.
|
|
997
1013
|
|
|
998
1014
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
999
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1015
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1000
1016
|
</a>
|
|
1001
1017
|
|
|
1002
1018
|
## [3.1.2] - 2025-07-06
|
|
@@ -1016,7 +1032,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
1016
1032
|
- [package]: Updated dependencies.
|
|
1017
1033
|
|
|
1018
1034
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1019
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1035
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1020
1036
|
</a>
|
|
1021
1037
|
|
|
1022
1038
|
## [3.1.1] - 2025-07-04
|
|
@@ -1044,7 +1060,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
1044
1060
|
- [imports]: Added dynamic imports to Matterbridge and Frontend classes.
|
|
1045
1061
|
|
|
1046
1062
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1047
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1063
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1048
1064
|
</a>
|
|
1049
1065
|
|
|
1050
1066
|
## [3.1.0] - 2025-06-28
|
|
@@ -1073,7 +1089,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
1073
1089
|
- [matter.js]: Bumped `matter.js` to 0.15.0 (https://github.com/project-chip/matter.js/discussions/2203). Great job matter.js!
|
|
1074
1090
|
|
|
1075
1091
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1076
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1092
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1077
1093
|
</a>
|
|
1078
1094
|
|
|
1079
1095
|
## [3.0.7] - 2025-06-21
|
|
@@ -1095,7 +1111,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
1095
1111
|
- [platform]: Removed long deprecated methods: validateEntityBlackList and validateDeviceWhiteBlackList. Use validateDevice and validateEntity.
|
|
1096
1112
|
|
|
1097
1113
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1098
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1114
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1099
1115
|
</a>
|
|
1100
1116
|
|
|
1101
1117
|
## [3.0.6] - 2025-06-13
|
|
@@ -1124,7 +1140,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
1124
1140
|
- [evse]: Fixed jsdoc on Evse.
|
|
1125
1141
|
|
|
1126
1142
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1127
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1143
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1128
1144
|
</a>
|
|
1129
1145
|
|
|
1130
1146
|
## [3.0.5] - 2025-06-07
|
|
@@ -1148,7 +1164,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
1148
1164
|
- [selectAreas]: Fixed MatterbridgeServiceAreaServer.selectAreas.
|
|
1149
1165
|
|
|
1150
1166
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1151
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1167
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1152
1168
|
</a>
|
|
1153
1169
|
|
|
1154
1170
|
## [3.0.4] - 2025-05-26
|
|
@@ -1169,7 +1185,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
|
|
|
1169
1185
|
- [virtualDevice]: Fixed possible vulnerability in the length of the nodeLabel.
|
|
1170
1186
|
|
|
1171
1187
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1172
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1188
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1173
1189
|
</a>
|
|
1174
1190
|
|
|
1175
1191
|
## [3.0.3] - 2025-05-19
|
|
@@ -1201,7 +1217,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
|
|
|
1201
1217
|
- [rvc]: Added the parameters in the RoboticVacuumCleaner class constructor.
|
|
1202
1218
|
|
|
1203
1219
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1204
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1220
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1205
1221
|
</a>
|
|
1206
1222
|
|
|
1207
1223
|
## [3.0.2] - 2025-05-14
|
|
@@ -1224,7 +1240,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
|
|
|
1224
1240
|
- [frontend]: Fixed refresh of start/stop sharing.
|
|
1225
1241
|
|
|
1226
1242
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1227
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1243
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1228
1244
|
</a>
|
|
1229
1245
|
|
|
1230
1246
|
## [3.0.1] - 2025-05-06
|
|
@@ -1255,7 +1271,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
|
|
|
1255
1271
|
- [frontend]: Fixed refresh and postfix for select in HomeDevices.
|
|
1256
1272
|
|
|
1257
1273
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1258
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1274
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1259
1275
|
</a>
|
|
1260
1276
|
|
|
1261
1277
|
## [3.0.0] - 2025-04-29
|
|
@@ -1325,7 +1341,7 @@ Modified clusters:
|
|
|
1325
1341
|
- [frontend]: Fixed download logs that broke with express v5.1.0.
|
|
1326
1342
|
|
|
1327
1343
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1328
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1344
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1329
1345
|
</a>
|
|
1330
1346
|
|
|
1331
1347
|
## [2.2.9] - 2025-04-18
|
|
@@ -1344,7 +1360,7 @@ Modified clusters:
|
|
|
1344
1360
|
- [frontend]: Fixed wrong notification when the server node has been paired.
|
|
1345
1361
|
|
|
1346
1362
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1347
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1363
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1348
1364
|
</a>
|
|
1349
1365
|
|
|
1350
1366
|
## [2.2.8] - 2025-04-10
|
|
@@ -1368,7 +1384,7 @@ Modified clusters:
|
|
|
1368
1384
|
- [DevicesIcon]: Fixed rendering of rain, freeze and leak sensors.
|
|
1369
1385
|
|
|
1370
1386
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1371
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1387
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1372
1388
|
</a>
|
|
1373
1389
|
|
|
1374
1390
|
## [2.2.7] - 2025-04-06
|
|
@@ -1389,7 +1405,7 @@ Modified clusters:
|
|
|
1389
1405
|
- [platform]: Fix getSelectDevices and getSelectEntities on node < 22.
|
|
1390
1406
|
|
|
1391
1407
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1392
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1408
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1393
1409
|
</a>
|
|
1394
1410
|
|
|
1395
1411
|
## [2.2.6] - 2025-04-01
|
|
@@ -1413,7 +1429,7 @@ Modified clusters:
|
|
|
1413
1429
|
- [onOff]: The onOff cluster created from createOnOffClusterServer() is now correct (no Lighting feature).
|
|
1414
1430
|
|
|
1415
1431
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1416
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1432
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1417
1433
|
</a>
|
|
1418
1434
|
|
|
1419
1435
|
## [2.2.5] - 2025-03-19
|
|
@@ -1439,7 +1455,7 @@ Modified clusters:
|
|
|
1439
1455
|
- [frontend]: Fixed case where more then one plugin has select in the Home page Devices panel.
|
|
1440
1456
|
|
|
1441
1457
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1442
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1458
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1443
1459
|
</a>
|
|
1444
1460
|
|
|
1445
1461
|
## [2.2.4] - 2025-03-10
|
|
@@ -1454,7 +1470,7 @@ Modified clusters:
|
|
|
1454
1470
|
- [package]: Update dependencies.
|
|
1455
1471
|
|
|
1456
1472
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1457
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1473
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1458
1474
|
</a>
|
|
1459
1475
|
|
|
1460
1476
|
## [2.2.3] - 2025-03-05
|
|
@@ -1472,7 +1488,7 @@ Modified clusters:
|
|
|
1472
1488
|
- [matterbridge]: False error notification on configure plugin.
|
|
1473
1489
|
|
|
1474
1490
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1475
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1491
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1476
1492
|
</a>
|
|
1477
1493
|
|
|
1478
1494
|
## [2.2.2] - 2025-03-05
|
|
@@ -1490,7 +1506,7 @@ Modified clusters:
|
|
|
1490
1506
|
- [frontend]: The config editor cannot be opened a second time before the restart.
|
|
1491
1507
|
|
|
1492
1508
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1493
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1509
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1494
1510
|
</a>
|
|
1495
1511
|
|
|
1496
1512
|
## [2.2.1] - 2025-03-02
|
|
@@ -1509,7 +1525,7 @@ Modified clusters:
|
|
|
1509
1525
|
- [package]: Update matter.js to 0.12.5.
|
|
1510
1526
|
|
|
1511
1527
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1512
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1528
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1513
1529
|
</a>
|
|
1514
1530
|
|
|
1515
1531
|
## [2.2.0] - 2025-02-27
|
|
@@ -1538,7 +1554,7 @@ Modified clusters:
|
|
|
1538
1554
|
- [matterbridge]: Check endpoint state in /api/devices.
|
|
1539
1555
|
|
|
1540
1556
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1541
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1557
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1542
1558
|
</a>
|
|
1543
1559
|
|
|
1544
1560
|
## [2.1.5] - 2025-02-11
|
|
@@ -1563,7 +1579,7 @@ Modified clusters:
|
|
|
1563
1579
|
- [matterbridge]: Refactor reset devices adding a wait of 1 sec to allow matter to deliver all messages before shutting down.
|
|
1564
1580
|
|
|
1565
1581
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1566
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1582
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1567
1583
|
</a>
|
|
1568
1584
|
|
|
1569
1585
|
## [2.1.4] - 2025-02-07
|
|
@@ -1580,7 +1596,7 @@ Modified clusters:
|
|
|
1580
1596
|
- [matter.js]: Since matter.js storage cannot properly encode non latin names, they are encoded before passing them to matter.js.
|
|
1581
1597
|
|
|
1582
1598
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1583
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1599
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1584
1600
|
</a>
|
|
1585
1601
|
|
|
1586
1602
|
## [2.1.3] - 2025-02-04
|
|
@@ -1594,7 +1610,7 @@ Modified clusters:
|
|
|
1594
1610
|
- [package]: Update dependencies.
|
|
1595
1611
|
|
|
1596
1612
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1597
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1613
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1598
1614
|
</a>
|
|
1599
1615
|
|
|
1600
1616
|
## [2.1.2] - 2025-02-03
|
|
@@ -1611,7 +1627,7 @@ Modified clusters:
|
|
|
1611
1627
|
- [frontend]: Fixed update matterbridge.
|
|
1612
1628
|
|
|
1613
1629
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1614
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1630
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1615
1631
|
</a>
|
|
1616
1632
|
|
|
1617
1633
|
## [2.1.1] - 2025-02-02
|
|
@@ -1621,7 +1637,7 @@ Modified clusters:
|
|
|
1621
1637
|
- [matter.js]: Fix close server nodes.
|
|
1622
1638
|
|
|
1623
1639
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1624
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1640
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1625
1641
|
</a>
|
|
1626
1642
|
|
|
1627
1643
|
## [2.1.0] - 2025-02-02
|
|
@@ -1643,7 +1659,7 @@ Modified clusters:
|
|
|
1643
1659
|
- [package]: Update matter.js to 0.12.2.
|
|
1644
1660
|
|
|
1645
1661
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1646
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1662
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1647
1663
|
</a>
|
|
1648
1664
|
|
|
1649
1665
|
## [2.0.0] - 2025-01-20
|
|
@@ -1674,7 +1690,7 @@ Modified clusters:
|
|
|
1674
1690
|
- [sessions]: Fixed the case when Active session was not reporting correctly.
|
|
1675
1691
|
|
|
1676
1692
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1677
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1693
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1678
1694
|
</a>
|
|
1679
1695
|
|
|
1680
1696
|
## [1.7.3] - 2025-01-11
|
|
@@ -1689,7 +1705,7 @@ Modified clusters:
|
|
|
1689
1705
|
- [package]: Workflows use node 22.x.
|
|
1690
1706
|
|
|
1691
1707
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1692
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1708
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1693
1709
|
</a>
|
|
1694
1710
|
|
|
1695
1711
|
## [1.7.2] - 2025-01-11
|
|
@@ -1716,7 +1732,7 @@ Modified clusters:
|
|
|
1716
1732
|
- [frontend]: Fixed restart that was not working correctly in Ingress.
|
|
1717
1733
|
|
|
1718
1734
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1719
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1735
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1720
1736
|
</a>
|
|
1721
1737
|
|
|
1722
1738
|
## [1.7.1] - 2025-01-07
|
|
@@ -1739,7 +1755,7 @@ Modified clusters:
|
|
|
1739
1755
|
- [frontend]: Fixed WebSocketProvider online.
|
|
1740
1756
|
|
|
1741
1757
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1742
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1758
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1743
1759
|
</a>
|
|
1744
1760
|
|
|
1745
1761
|
## [1.7.0] - 2025-01-04
|
|
@@ -1772,7 +1788,7 @@ Modified clusters:
|
|
|
1772
1788
|
- [frontend]: Fixed device/cluster api that was not working in Ingress.
|
|
1773
1789
|
|
|
1774
1790
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1775
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1791
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1776
1792
|
</a>
|
|
1777
1793
|
|
|
1778
1794
|
## [1.6.7] - 2024-12-15
|
|
@@ -1801,7 +1817,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1801
1817
|
- [Device]: Fix addChildDeviceType methods to include debug parameter in MatterbridgeDevice instantiation.
|
|
1802
1818
|
|
|
1803
1819
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1804
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1820
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1805
1821
|
</a>
|
|
1806
1822
|
|
|
1807
1823
|
## [1.6.6] - 2024-12-12
|
|
@@ -1838,7 +1854,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1838
1854
|
- [device]: Fix typos in Device and Endpoint.
|
|
1839
1855
|
|
|
1840
1856
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1841
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1857
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1842
1858
|
</a>
|
|
1843
1859
|
|
|
1844
1860
|
## [1.6.5] - 2024-12-02
|
|
@@ -1850,7 +1866,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1850
1866
|
- [package]: Update dependencies.
|
|
1851
1867
|
|
|
1852
1868
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1853
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1869
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1854
1870
|
</a>
|
|
1855
1871
|
|
|
1856
1872
|
## [1.6.4] - 2024-11-29
|
|
@@ -1860,7 +1876,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1860
1876
|
- [matter.js]: Update to matter.js 0.11.7.
|
|
1861
1877
|
|
|
1862
1878
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1863
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1879
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1864
1880
|
</a>
|
|
1865
1881
|
|
|
1866
1882
|
## [1.6.3] - 2024-11-27
|
|
@@ -1875,7 +1891,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1875
1891
|
- [matter.js]: Update to matter.js 0.11.6.
|
|
1876
1892
|
|
|
1877
1893
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1878
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1894
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1879
1895
|
</a>
|
|
1880
1896
|
|
|
1881
1897
|
## [1.6.2] - 2024-11-25
|
|
@@ -1909,7 +1925,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1909
1925
|
- [energySensor]: Fixed wrong types on ElectricalEnergyMeasurementCluster ElectricalPowerMeasurementCluster.
|
|
1910
1926
|
|
|
1911
1927
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1912
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1928
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1913
1929
|
</a>
|
|
1914
1930
|
|
|
1915
1931
|
## [1.6.1] - 2024-11-02
|
|
@@ -1927,7 +1943,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1927
1943
|
- [package]: Update dependencies.
|
|
1928
1944
|
|
|
1929
1945
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1930
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1946
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1931
1947
|
</a>
|
|
1932
1948
|
|
|
1933
1949
|
## [1.6.0] - 2024-10-28
|
|
@@ -1947,7 +1963,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1947
1963
|
- [package]: Update dependencies.
|
|
1948
1964
|
|
|
1949
1965
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1950
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1966
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1951
1967
|
</a>
|
|
1952
1968
|
|
|
1953
1969
|
## [1.5.10] - 2024-10-01
|
|
@@ -1959,7 +1975,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1959
1975
|
- [package]: Update dependencies.
|
|
1960
1976
|
|
|
1961
1977
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1962
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1978
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1963
1979
|
</a>
|
|
1964
1980
|
|
|
1965
1981
|
## [1.5.9] - 2024-09-23
|
|
@@ -1975,7 +1991,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1975
1991
|
- [package]: Update dependencies.
|
|
1976
1992
|
|
|
1977
1993
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1978
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1994
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
1979
1995
|
</a>
|
|
1980
1996
|
|
|
1981
1997
|
## [1.5.8] - 2024-09-21
|
|
@@ -1996,7 +2012,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
1996
2012
|
- [matterbridge]: Reset session informations when the controllers are not connected.
|
|
1997
2013
|
|
|
1998
2014
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
1999
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2015
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2000
2016
|
</a>
|
|
2001
2017
|
|
|
2002
2018
|
## [1.5.7] - 2024-09-17
|
|
@@ -2013,7 +2029,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2013
2029
|
- [package]: Update dependencies.
|
|
2014
2030
|
|
|
2015
2031
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2016
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2032
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2017
2033
|
</a>
|
|
2018
2034
|
|
|
2019
2035
|
## [1.5.6] - 2024-09-13
|
|
@@ -2030,7 +2046,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2030
2046
|
- [package]: Updated dependencies.
|
|
2031
2047
|
|
|
2032
2048
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2033
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2049
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2034
2050
|
</a>
|
|
2035
2051
|
|
|
2036
2052
|
## [1.5.5] - 2024-09-09
|
|
@@ -2043,7 +2059,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2043
2059
|
- [package]: Update dependencies.
|
|
2044
2060
|
|
|
2045
2061
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2046
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2062
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2047
2063
|
</a>
|
|
2048
2064
|
|
|
2049
2065
|
## [1.5.4] - 2024-09-05
|
|
@@ -2055,7 +2071,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2055
2071
|
- [package]: Removed all local matter 1.3 clusters now present in matter.js.
|
|
2056
2072
|
|
|
2057
2073
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2058
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2074
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2059
2075
|
</a>
|
|
2060
2076
|
|
|
2061
2077
|
## [1.5.3] - 2024-09-04
|
|
@@ -2072,7 +2088,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2072
2088
|
- [package]: Removed long deprecated exports.
|
|
2073
2089
|
|
|
2074
2090
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2075
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2091
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2076
2092
|
</a>
|
|
2077
2093
|
|
|
2078
2094
|
## [1.5.2] - 2024-08-30
|
|
@@ -2101,7 +2117,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2101
2117
|
- [spawn]: Modified the install or update function to add more info in the log.
|
|
2102
2118
|
|
|
2103
2119
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2104
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2120
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2105
2121
|
</a>
|
|
2106
2122
|
|
|
2107
2123
|
## [1.5.1] - 2024-08-28
|
|
@@ -2115,7 +2131,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2115
2131
|
- [package]: Update dependencies.
|
|
2116
2132
|
|
|
2117
2133
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2118
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2134
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2119
2135
|
</a>
|
|
2120
2136
|
|
|
2121
2137
|
## [1.5.0] - 2024-08-27
|
|
@@ -2136,7 +2152,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2136
2152
|
- [package]: Update dependencies.
|
|
2137
2153
|
|
|
2138
2154
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2139
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2155
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2140
2156
|
</a>
|
|
2141
2157
|
|
|
2142
2158
|
## [1.4.3] - 2024-08-22
|
|
@@ -2158,7 +2174,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2158
2174
|
- [package]: Update matter-history to 1.1.7.
|
|
2159
2175
|
|
|
2160
2176
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2161
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2177
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2162
2178
|
</a>
|
|
2163
2179
|
|
|
2164
2180
|
## [1.4.2] - 2024-08-20
|
|
@@ -2179,7 +2195,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2179
2195
|
- [package]: Fixed dependencies.
|
|
2180
2196
|
|
|
2181
2197
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2182
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2198
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2183
2199
|
</a>
|
|
2184
2200
|
|
|
2185
2201
|
## [1.4.1] - 2024-07-28
|
|
@@ -2196,7 +2212,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2196
2212
|
- [matter]: Update matter.js to 0.9.4.
|
|
2197
2213
|
|
|
2198
2214
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2199
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2215
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2200
2216
|
</a>
|
|
2201
2217
|
|
|
2202
2218
|
## [1.4.0] - 2024-07-23
|
|
@@ -2219,7 +2235,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2219
2235
|
- [matterbridge]: Fixed utils export
|
|
2220
2236
|
|
|
2221
2237
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2222
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2238
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2223
2239
|
</a>
|
|
2224
2240
|
|
|
2225
2241
|
## [1.3.13] - 2024-07-11
|
|
@@ -2238,7 +2254,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2238
2254
|
- [matterbridge]: Fixed load plugin when the don't have author and description.
|
|
2239
2255
|
|
|
2240
2256
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2241
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2257
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2242
2258
|
</a>
|
|
2243
2259
|
|
|
2244
2260
|
## [1.3.12] - 2024-07-10
|
|
@@ -2255,7 +2271,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2255
2271
|
- [frontend]: Fix Home for mobile.
|
|
2256
2272
|
|
|
2257
2273
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2258
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2274
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2259
2275
|
</a>
|
|
2260
2276
|
|
|
2261
2277
|
## [1.3.11] - 2024-07-08
|
|
@@ -2272,7 +2288,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2272
2288
|
- [dependencies]: Update dependencies.
|
|
2273
2289
|
|
|
2274
2290
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2275
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2291
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2276
2292
|
</a>
|
|
2277
2293
|
|
|
2278
2294
|
## [1.3.10] - 2024-07-05
|
|
@@ -2291,7 +2307,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2291
2307
|
- [dependencies]: Update dependencies.
|
|
2292
2308
|
|
|
2293
2309
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2294
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2310
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2295
2311
|
</a>
|
|
2296
2312
|
|
|
2297
2313
|
## [1.3.9] - 2024-07-02
|
|
@@ -2302,7 +2318,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2302
2318
|
- [matterbridge]: Fixed MeasurementClusters
|
|
2303
2319
|
|
|
2304
2320
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2305
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2321
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2306
2322
|
</a>
|
|
2307
2323
|
|
|
2308
2324
|
## [1.3.8] - 2024-07-01
|
|
@@ -2312,7 +2328,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2312
2328
|
- [matterbridge]: Fixed crash in childbridge mode
|
|
2313
2329
|
|
|
2314
2330
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2315
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2331
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2316
2332
|
</a>
|
|
2317
2333
|
|
|
2318
2334
|
## [1.3.7] - 2024-06-30
|
|
@@ -2328,7 +2344,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2328
2344
|
- [dependencies]: Update matter.js to 0.9.3.
|
|
2329
2345
|
|
|
2330
2346
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2331
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2347
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2332
2348
|
</a>
|
|
2333
2349
|
|
|
2334
2350
|
## [1.3.6] - 2024-06-28
|
|
@@ -2345,7 +2361,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2345
2361
|
- [matterbridgeDevice]: Fixed ElectricalEnergyMeasurement and ElectricalPowerMeasurement
|
|
2346
2362
|
|
|
2347
2363
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2348
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2364
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2349
2365
|
</a>
|
|
2350
2366
|
|
|
2351
2367
|
## [1.3.5] - 2024-06-26
|
|
@@ -2365,7 +2381,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2365
2381
|
- [matterbridge]: The "plugin add" method now loads, starts, and configures the plugin
|
|
2366
2382
|
|
|
2367
2383
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2368
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2384
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2369
2385
|
</a>
|
|
2370
2386
|
|
|
2371
2387
|
## [1.3.4] - 2024-06-23
|
|
@@ -2375,7 +2391,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2375
2391
|
- [matterbridge]: Fixed exports
|
|
2376
2392
|
|
|
2377
2393
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2378
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2394
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2379
2395
|
</a>
|
|
2380
2396
|
|
|
2381
2397
|
## [1.3.3] - 2024-06-22
|
|
@@ -2386,7 +2402,7 @@ It is possible that some controllers see them as new devices or need time to rea
|
|
|
2386
2402
|
- [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).
|
|
2387
2403
|
|
|
2388
2404
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2389
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2405
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2390
2406
|
</a>
|
|
2391
2407
|
|
|
2392
2408
|
## [1.3.2] - 2024-06-22
|
|
@@ -2427,7 +2443,7 @@ Features:
|
|
|
2427
2443
|
- [matter.js]: Updated matter.js to 0.9.2
|
|
2428
2444
|
|
|
2429
2445
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2430
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2446
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2431
2447
|
</a>
|
|
2432
2448
|
|
|
2433
2449
|
## [1.3.1] - 2024-06-20
|
|
@@ -2439,7 +2455,7 @@ Features:
|
|
|
2439
2455
|
- [matterbridge]: Moved getPluginVersion to the start also for disabled plugins.
|
|
2440
2456
|
|
|
2441
2457
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2442
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2458
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2443
2459
|
</a>
|
|
2444
2460
|
|
|
2445
2461
|
## [1.3.0] - 2024-06-16
|
|
@@ -2472,7 +2488,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2472
2488
|
- [frontend]: Added logger level settings to reflect -matterlogger [debug | info | notice | warn | error | fatal]
|
|
2473
2489
|
|
|
2474
2490
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2475
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2491
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2476
2492
|
</a>
|
|
2477
2493
|
|
|
2478
2494
|
## [1.2.22] - 2024-06-04
|
|
@@ -2483,7 +2499,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2483
2499
|
- [matterbridge]: Default config and schema for the new plugin matterbridge-shelly
|
|
2484
2500
|
|
|
2485
2501
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2486
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2502
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2487
2503
|
</a>
|
|
2488
2504
|
|
|
2489
2505
|
## [1.2.21] - 2024-06-04
|
|
@@ -2498,7 +2514,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2498
2514
|
- [matterbridge]: Fixed the error that caused -add plugin to fail at the first run of matterbridge
|
|
2499
2515
|
|
|
2500
2516
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2501
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2517
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2502
2518
|
</a>
|
|
2503
2519
|
|
|
2504
2520
|
## [1.2.20] - 2024-06-03
|
|
@@ -2513,7 +2529,7 @@ Home Automation supports (probably only like BooleanState cluster):
|
|
|
2513
2529
|
- [matterbridge]: Log level of Plugin already configured is now info
|
|
2514
2530
|
|
|
2515
2531
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2516
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2532
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2517
2533
|
</a>
|
|
2518
2534
|
|
|
2519
2535
|
## [1.2.19] - 2024-06-01
|
|
@@ -2535,7 +2551,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2535
2551
|
- [frontend]: Added tooltip to the plugin update badge in the registered plugins window
|
|
2536
2552
|
|
|
2537
2553
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2538
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2554
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2539
2555
|
</a>
|
|
2540
2556
|
|
|
2541
2557
|
## [1.2.18] - 2024-05-28
|
|
@@ -2554,7 +2570,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2554
2570
|
- [frontend]: Added a dropdown menu in Add Remove plugin to select the plugins
|
|
2555
2571
|
|
|
2556
2572
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2557
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2573
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2558
2574
|
</a>
|
|
2559
2575
|
|
|
2560
2576
|
## [1.2.17] - 2024-05-25
|
|
@@ -2578,7 +2594,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2578
2594
|
- [matterbridge]: Added vendorId for Alexa
|
|
2579
2595
|
|
|
2580
2596
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2581
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2597
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2582
2598
|
</a>
|
|
2583
2599
|
|
|
2584
2600
|
## [1.2.16] - 2024-05-15
|
|
@@ -2597,7 +2613,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2597
2613
|
- [frontend]: Added version information badge for Matterbridge.
|
|
2598
2614
|
|
|
2599
2615
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2600
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2616
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2601
2617
|
</a>
|
|
2602
2618
|
|
|
2603
2619
|
## [1.2.15] - 2024-05-14
|
|
@@ -2612,7 +2628,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2612
2628
|
- [frontend]: Fixed the case when the latest version of Matterbridge or a plugin is not available.
|
|
2613
2629
|
|
|
2614
2630
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2615
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2631
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2616
2632
|
</a>
|
|
2617
2633
|
|
|
2618
2634
|
## [1.2.14] - 2024-05-09
|
|
@@ -2626,7 +2642,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2626
2642
|
- [frontend]: Added Error state to registered plugins
|
|
2627
2643
|
|
|
2628
2644
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2629
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2645
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2630
2646
|
</a>
|
|
2631
2647
|
|
|
2632
2648
|
## [1.2.13] - 2024-05-05
|
|
@@ -2642,7 +2658,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2642
2658
|
- [docker]: Added the docker image:dev on the docker hub with architectures: linux/amd64, linux/arm64, linux/arm/v7
|
|
2643
2659
|
|
|
2644
2660
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2645
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2661
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2646
2662
|
</a>
|
|
2647
2663
|
|
|
2648
2664
|
## [1.2.12] - 2024-04-30
|
|
@@ -2658,7 +2674,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
|
|
|
2658
2674
|
- [frontend]: Added factoryreset in the Settings page. Matterbridge will shutdown to allow the factoryreset.
|
|
2659
2675
|
|
|
2660
2676
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
2661
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2677
|
+
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
2662
2678
|
</a>
|
|
2663
2679
|
|
|
2664
2680
|
## [1.2.11] - 2024-04-25
|