diff --git a/.github/workflows/build-with-docker.yml b/.github/workflows/build-with-docker.yml
deleted file mode 100644
index 8ad97526..00000000
--- a/.github/workflows/build-with-docker.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: Install, Lint, Test and Build with docker
-
-on: [push, pull_request]
-
-jobs:
- build:
- runs-on: ubuntu-latest
- container:
- image: debian-latest
-
- strategy:
- fail-fast: false
- matrix:
- node-version: [18.x, 20.x, 21.x]
-
- steps:
- - uses: actions/checkout@v4
-
- - name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4
- with:
- node-version: ${{ matrix.node-version }}
-
- - name: Install dependencies
- run: npm install
-
- - name: Lint the project
- run: npm run lint
-
- - name: Test the project
- run: npm run test
-
- - name: Build the project
- run: npm run build
-
- - name: List, audit, fix outdated dependencies and build again
- run: |
- npm list --outdated
- npm audit || true # ignore failures
- npm audit fix || true
- npm list --outdated
- npm run build
diff --git a/.github/workflows/docker-buildx-dev.yml b/.github/workflows/docker-buildx-dev.yml
index b7d979f5..fa0f3585 100644
--- a/.github/workflows/docker-buildx-dev.yml
+++ b/.github/workflows/docker-buildx-dev.yml
@@ -1,4 +1,4 @@
-name: Build Docker image dev with buildx
+name: Build Docker Image dev with buildx
on:
push:
@@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: '20.x'
+ node-version: '22.x'
- name: Log in to Docker Hub
uses: docker/login-action@v3
diff --git a/.github/workflows/docker-buildx-main.yml b/.github/workflows/docker-buildx-main.yml
index 6e4aa6fc..8be91578 100644
--- a/.github/workflows/docker-buildx-main.yml
+++ b/.github/workflows/docker-buildx-main.yml
@@ -1,4 +1,4 @@
-name: Build main and Push Docker image to Docker Hub with buildx
+name: Build Docker Image latest with buildx
on:
push:
@@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: '20.x'
+ node-version: '22.x'
- name: Log in to Docker Hub
uses: docker/login-action@v3
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 12e24efc..e5a6395e 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
- node-version: '20.x'
+ node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- name: Clean cache
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9834b813..e4ef711f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,21 @@ Matterbridge edge is now released. The default mode is still the normal mode to
The frontend has a new dark and light mode. The dark mode is now the default mode.
It is possible to change the mode (Classic, Dark or Light) in Settings, Matterbridge settings.
+## [1.7.3] - 2025-01-11
+
+### Added
+
+- [platform]: Added selectDevice list to deviceFeatureBlackList to get the device names from a list in the config editor.
+
+### Changed
+
+- [frontend]: Frontend v.2.3.11
+- [package]: Workflows use node 22.x.
+
+
+
+
+
## [1.7.2] - 2025-01-11
### Added
diff --git a/frontend/build/asset-manifest.json b/frontend/build/asset-manifest.json
index 1c6fc6e5..eaf16943 100644
--- a/frontend/build/asset-manifest.json
+++ b/frontend/build/asset-manifest.json
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.cf25d33e.css",
- "main.js": "./static/js/main.08241820.js",
+ "main.js": "./static/js/main.6bbd1772.js",
"static/js/453.abd36b29.chunk.js": "./static/js/453.abd36b29.chunk.js",
"static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.4535474e1cf8598695ad.woff2",
"static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.7077203b1982951ecf76.woff2",
@@ -61,11 +61,11 @@
"static/media/roboto-greek-ext-400-normal.woff": "./static/media/roboto-greek-ext-400-normal.16eb83b4a3b1ea994243.woff",
"index.html": "./index.html",
"main.cf25d33e.css.map": "./static/css/main.cf25d33e.css.map",
- "main.08241820.js.map": "./static/js/main.08241820.js.map",
+ "main.6bbd1772.js.map": "./static/js/main.6bbd1772.js.map",
"453.abd36b29.chunk.js.map": "./static/js/453.abd36b29.chunk.js.map"
},
"entrypoints": [
"static/css/main.cf25d33e.css",
- "static/js/main.08241820.js"
+ "static/js/main.6bbd1772.js"
]
}
\ No newline at end of file
diff --git a/frontend/build/index.html b/frontend/build/index.html
index 5a125726..9cb8bf6f 100644
--- a/frontend/build/index.html
+++ b/frontend/build/index.html
@@ -1 +1 @@
-