Compare commits

...

7 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
github-actions[bot]
de451e5d0a release(hamh): 1.6.0 2026-01-26 14:42:32 +00:00
github-actions[bot]
fb70a9bb52 release(hamh-alpha): 2.0.0-alpha.1 2026-01-26 14:25:18 +00:00
4 changed files with 54 additions and 2 deletions

View File

@@ -1,3 +1,34 @@
# [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)
* fix!: AirQuality sensor conformance - enable all feature flags ([d037659](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d03765929a61ef38809c5af8573cfcc1ce4d0987))
### BREAKING CHANGES
* Alpha version bump to 2.0.0 series. This release includes major new features like Health Monitoring Dashboard, Auto-Recovery, and Bridge Wizard.
# [1.5.0-alpha.22](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.21...v1.5.0-alpha.22) (2026-01-26)

View File

@@ -1,4 +1,4 @@
version: "1.5.0-alpha.22"
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,24 @@
## [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)
### Features
* add AirQuality sensor, improve Fan speed control, add Media Player playback ([76f9660](https://github.com/RiDDiX/home-assistant-matter-hub/commit/76f966036d0bf49fc558015d9f5116cdd02a4131))
# [1.5.0](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.8...v1.5.0) (2026-01-26)

View File

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