Compare commits

...

5 Commits

Author SHA1 Message Date
github-actions[bot]
383c8058a3 release(hamh): 1.6.2 2026-01-26 16:10:47 +00:00
github-actions[bot]
60faa1d410 release(hamh-alpha): 2.0.0-alpha.4 2026-01-26 16:10:18 +00:00
github-actions[bot]
3725331dac release(hamh): 1.6.1 2026-01-26 15:10:01 +00:00
github-actions[bot]
87791f971f release(hamh-alpha): 2.0.0-alpha.3 2026-01-26 15:09:50 +00:00
github-actions[bot]
d87104fccd release(hamh-alpha): 2.0.0-alpha.2 2026-01-26 14:59:23 +00:00
4 changed files with 37 additions and 2 deletions

View File

@@ -1,3 +1,24 @@
# [2.0.0-alpha.4](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2026-01-26)
### Bug Fixes
* pass APP_VERSION environment variable to Docker containers ([79bde68](https://github.com/RiDDiX/home-assistant-matter-hub/commit/79bde6896f0f6b90488e09cc960ff254dcf02e76))
# [2.0.0-alpha.3](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-01-26)
### Bug Fixes
* handle mutex-closed error gracefully during shutdown ([e23bcee](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e23bcee0e97e9a88eac88f2a251fbd0aeafcfe7d))
# [2.0.0-alpha.2](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2026-01-26)
### Features
* improve Fan speed control, add Media Player playback ([0de6198](https://github.com/RiDDiX/home-assistant-matter-hub/commit/0de6198ffb1c4922393e1bb8c190ceffeb613c5c))
# [2.0.0-alpha.1](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.22...v2.0.0-alpha.1) (2026-01-26)

View File

@@ -1,4 +1,4 @@
version: "2.0.0-alpha.1"
version: "2.0.0-alpha.4"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-alpha
name: Home-Assistant-Matter-Hub (Alpha)

View File

@@ -1,3 +1,17 @@
## [1.6.2](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.6.1...v1.6.2) (2026-01-26)
### Bug Fixes
* pass APP_VERSION environment variable to Docker containers ([958910f](https://github.com/RiDDiX/home-assistant-matter-hub/commit/958910fa346bed4f3d4399566969d39ef19ad4dd))
## [1.6.1](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.6.0...v1.6.1) (2026-01-26)
### Bug Fixes
* handle mutex-closed error gracefully during shutdown ([24d489c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/24d489c600f0b5110e90abe83fec0cb1efae8cf4))
# [1.6.0](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0...v1.6.0) (2026-01-26)

View File

@@ -1,4 +1,4 @@
version: "1.6.0"
version: "1.6.2"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh
name: Home-Assistant-Matter-Hub