Skip to content

Commit 97d9629

Browse files
authored
Merge pull request #205 from Luligu/dev
Release 1.7.3
2 parents 363a85d + 4bc2f2d commit 97d9629

14 files changed

+49
-87
lines changed

.github/workflows/build-with-docker.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/docker-buildx-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Docker image dev with buildx
1+
name: Build Docker Image dev with buildx
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.x'
18+
node-version: '22.x'
1919

2020
- name: Log in to Docker Hub
2121
uses: docker/login-action@v3

.github/workflows/docker-buildx-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build main and Push Docker image to Docker Hub with buildx
1+
name: Build Docker Image latest with buildx
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.x'
18+
node-version: '22.x'
1919

2020
- name: Log in to Docker Hub
2121
uses: docker/login-action@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.x'
18+
node-version: '22.x'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Clean cache

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ Matterbridge edge is now released. The default mode is still the normal mode to
2020
The frontend has a new dark and light mode. The dark mode is now the default mode.
2121
It is possible to change the mode (Classic, Dark or Light) in Settings, Matterbridge settings.
2222

23+
## [1.7.3] - 2025-01-11
24+
25+
### Added
26+
27+
- [platform]: Added selectDevice list to deviceFeatureBlackList to get the device names from a list in the config editor.
28+
29+
### Changed
30+
31+
- [frontend]: Frontend v.2.3.11
32+
- [package]: Workflows use node 22.x.
33+
34+
<a href="https://www.buymeacoffee.com/luligugithub">
35+
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
36+
</a>
37+
2338
## [1.7.2] - 2025-01-11
2439

2540
### Added

frontend/build/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.cf25d33e.css",
4-
"main.js": "./static/js/main.08241820.js",
4+
"main.js": "./static/js/main.6bbd1772.js",
55
"static/js/453.abd36b29.chunk.js": "./static/js/453.abd36b29.chunk.js",
66
"static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.4535474e1cf8598695ad.woff2",
77
"static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.7077203b1982951ecf76.woff2",
@@ -61,11 +61,11 @@
6161
"static/media/roboto-greek-ext-400-normal.woff": "./static/media/roboto-greek-ext-400-normal.16eb83b4a3b1ea994243.woff",
6262
"index.html": "./index.html",
6363
"main.cf25d33e.css.map": "./static/css/main.cf25d33e.css.map",
64-
"main.08241820.js.map": "./static/js/main.08241820.js.map",
64+
"main.6bbd1772.js.map": "./static/js/main.6bbd1772.js.map",
6565
"453.abd36b29.chunk.js.map": "./static/js/453.abd36b29.chunk.js.map"
6666
},
6767
"entrypoints": [
6868
"static/css/main.cf25d33e.css",
69-
"static/js/main.08241820.js"
69+
"static/js/main.6bbd1772.js"
7070
]
7171
}

frontend/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.08241820.js"></script><link href="./static/css/main.cf25d33e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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.6bbd1772.js"></script><link href="./static/css/main.cf25d33e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

frontend/build/static/js/main.08241820.js renamed to frontend/build/static/js/main.6bbd1772.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/build/static/js/main.08241820.js.map renamed to frontend/build/static/js/main.6bbd1772.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)