Compare commits

...

8 Commits

Author SHA1 Message Date
github-actions[bot]
1e862c796d release(hamh-alpha): 2.0.0-alpha.19 2026-01-27 09:44:29 +00:00
github-actions[bot]
30155ff9b7 release(hamh): 1.7.7 2026-01-27 09:37:20 +00:00
github-actions[bot]
66307a4c98 release(hamh-alpha): 2.0.0-alpha.18 2026-01-27 09:31:33 +00:00
github-actions[bot]
9627023dc3 release(hamh-alpha): 2.0.0-alpha.17 2026-01-27 09:25:20 +00:00
github-actions[bot]
5dc4dceb31 release(hamh-alpha): 2.0.0-alpha.18 2026-01-27 09:14:49 +00:00
github-actions[bot]
b29dff0b30 release(hamh): 1.7.7 2026-01-27 09:14:28 +00:00
github-actions[bot]
8d549bf7f9 release(hamh): 1.7.6 2026-01-27 08:57:27 +00:00
github-actions[bot]
8ba5cde422 release(hamh-alpha): 2.0.0-alpha.17 2026-01-27 08:56:37 +00:00
4 changed files with 48 additions and 2 deletions

View File

@@ -1,3 +1,33 @@
# [2.0.0-alpha.19](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2026-01-27)
### Bug Fixes
* remove deadband offset from thermostat setpoint limits ([c2a5290](https://github.com/RiDDiX/home-assistant-matter-hub/commit/c2a5290096b4ecfff9d810e896eed6ede298f329))
# [2.0.0-alpha.18](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2026-01-27)
### Bug Fixes
* trigger release for Bun import stub fix ([66818ab](https://github.com/RiDDiX/home-assistant-matter-hub/commit/66818abd16018ca8ba417ff84527e748c5617499))
# [2.0.0-alpha.17](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2026-01-27)
### Bug Fixes
* bundle Matter.js packages to include access control patch ([2791246](https://github.com/RiDDiX/home-assistant-matter-hub/commit/27912467396382c906b4c3fa5235ad5f9f8eceb4))
* patch Matter.js FabricAccessControl to grant Operate access when cluster undefined ([ca490e2](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ca490e29a3d1c49c52af5b44f67931cb2746c6a6))
* stub Bun imports to prevent runtime errors in Node.js ([53db982](https://github.com/RiDDiX/home-assistant-matter-hub/commit/53db982d840b2ff5ca31098f858b99353ec126b2))
# [2.0.0-alpha.16](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2026-01-27)
### Bug Fixes
* FanControl step command not calling Home Assistant ([91acf08](https://github.com/RiDDiX/home-assistant-matter-hub/commit/91acf089c0b57e1380fb4ec58faf305879021670))
# [2.0.0-alpha.15](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2026-01-26)

View File

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

View File

@@ -1,3 +1,19 @@
## [1.7.7](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.6...v1.7.7) (2026-01-27)
### Bug Fixes
* trigger release for Matter.js access control patch ([5c184af](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5c184af741f70b868417c7070c35cbf31efd981d))
## [1.7.6](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.5...v1.7.6) (2026-01-27)
### Bug Fixes
* bundle Matter.js packages to include access control patch ([765284c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/765284cb4a7ba7cb8106651497556ddca74d9e89))
* patch Matter.js FabricAccessControl to grant Operate access when cluster undefined ([ff9f554](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ff9f5545aafc8c8bf5629d9789978dc2f5c16d2d))
* stub Bun imports to prevent runtime errors in Node.js ([28b9f53](https://github.com/RiDDiX/home-assistant-matter-hub/commit/28b9f5353f09641e5050cbc05c1caacaa92064af))
## [1.7.5](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.4...v1.7.5) (2026-01-27)

View File

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