From 0fdc89a93b246ebb0464b6f3ba058ff4c7830606 Mon Sep 17 00:00:00 2001 From: Roman Lumetsberger Date: Mon, 16 Dec 2024 19:19:18 +0000 Subject: [PATCH 1/3] Fix mqtt admin link --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 563d35c..a583357 100644 --- a/templates/index.html +++ b/templates/index.html @@ -193,7 +193,7 @@
- {{ + {{ 'Common.MqttGatwayIncomming' | trans }}
From 7022647c3a92ab9a2c40f09a3611b461f5805105 Mon Sep 17 00:00:00 2001 From: Roman Lumetsberger Date: Mon, 16 Dec 2024 19:19:43 +0000 Subject: [PATCH 2/3] upgrade to 1.42.0 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index a13ca8c..ac10536 100755 --- a/version.sh +++ b/version.sh @@ -1 +1 @@ -ZIGBEE2MQTT_VERSION=1.41.0 +ZIGBEE2MQTT_VERSION=1.42.0 From 6d7aff695b5cbe631c011d1bfa841fdfc20f9eeb Mon Sep 17 00:00:00 2001 From: Roman Lumetsberger Date: Mon, 16 Dec 2024 19:20:51 +0000 Subject: [PATCH 3/3] enable builds on feature branches --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3033872..78a1286 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,7 @@ on: push: branches: - 'master' + - 'feature/**' name: build dev version