matterbridge 3.0.1-dev-20250504-6f217b4 → 3.0.1-dev-20250504-c760ef8
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 +2 -0
- package/frontend/build/asset-manifest.json +3 -3
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/js/{main.5e6e4eb5.js → main.dce7bf34.js} +6 -6
- package/frontend/build/static/js/{main.5e6e4eb5.js.map → main.dce7bf34.js.map} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- /package/frontend/build/static/js/{main.5e6e4eb5.js.LICENSE.txt → main.dce7bf34.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,7 @@ It is also available the official Matterbridge Home Assistant plugin https://git
|
|
|
23
23
|
- [frontend]: Added closeSnackbarMessage() to remove the notification with timeout = 0.
|
|
24
24
|
- [frontend]: Moved all plugin actions from express to web socket.
|
|
25
25
|
- [frontend]: Moved all config from express to web socket.
|
|
26
|
+
- [endpoint]: Added OperationalState cluster helper and behavior.
|
|
26
27
|
|
|
27
28
|
### Changed
|
|
28
29
|
|
|
@@ -34,6 +35,7 @@ It is also available the official Matterbridge Home Assistant plugin https://git
|
|
|
34
35
|
### Fixed
|
|
35
36
|
|
|
36
37
|
- [BasicInformation]: Fixed vulnerability in BasicInformation and BridgedDeviceBasicInformation cluster initialization attributes.
|
|
38
|
+
- [frontend]: Fixed refresh for select in HomeDevices.
|
|
37
39
|
|
|
38
40
|
## [3.0.0] - 2025-04-29
|
|
39
41
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "./static/css/main.944b63c3.css",
|
|
4
|
-
"main.js": "./static/js/main.
|
|
4
|
+
"main.js": "./static/js/main.dce7bf34.js",
|
|
5
5
|
"static/js/453.d855a71b.chunk.js": "./static/js/453.d855a71b.chunk.js",
|
|
6
6
|
"static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.c4d6cab43bec89049809.woff2",
|
|
7
7
|
"static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.599f66a60bdf974e578e.woff2",
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
"static/media/roboto-greek-ext-300-normal.woff": "./static/media/roboto-greek-ext-300-normal.60729cafbded24073dfb.woff",
|
|
78
78
|
"index.html": "./index.html",
|
|
79
79
|
"main.944b63c3.css.map": "./static/css/main.944b63c3.css.map",
|
|
80
|
-
"main.
|
|
80
|
+
"main.dce7bf34.js.map": "./static/js/main.dce7bf34.js.map",
|
|
81
81
|
"453.d855a71b.chunk.js.map": "./static/js/453.d855a71b.chunk.js.map"
|
|
82
82
|
},
|
|
83
83
|
"entrypoints": [
|
|
84
84
|
"static/css/main.944b63c3.css",
|
|
85
|
-
"static/js/main.
|
|
85
|
+
"static/js/main.dce7bf34.js"
|
|
86
86
|
]
|
|
87
87
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.dce7bf34.js"></script><link href="./static/css/main.944b63c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|