diff --git a/hamh-alpha/CHANGELOG.md b/hamh-alpha/CHANGELOG.md index 5e827d3..48bc211 100644 --- a/hamh-alpha/CHANGELOG.md +++ b/hamh-alpha/CHANGELOG.md @@ -1,13 +1,13 @@ -# v2.1.0-alpha.494 +# v2.1.0-alpha.495 ## Changes -- fix: sort imports in docusaurus.config.ts (675dd8c1) -- feat: migrate documentation from MyST to Docusaurus (3e2470bd) -- docs: update plugin system docs with new device types and clusters (ae5e2abe) -- feat: add tgz upload and local path install to plugins UI (44f3e5ef) -- fix: harden plugin system (storage debounce, validation, API version check) (03789acc) -- feat: expand plugin device types and fix endpoint typing (5764b5eb) +- docs: add hamhPluginApiVersion to plugin docs and example, document local install limitation (e8f72a3f) +- test: add onAttributeWrite callback preservation test (5b0e74b2) +- fix: use bridge vendorId for plugin endpoints instead of test vendor (b105a8a8) +- fix: validate plugin endpoint types against Matter spec (10bc4a5b) +- fix: fix docusaurus build - convert MyST admonitions and internal links (67033bd2) +- chore: add docusaurus build artifacts to gitignore (8c325f60) --- ⚠️ **This is an alpha release** - use at your own risk! diff --git a/hamh-alpha/config.yaml b/hamh-alpha/config.yaml index 8ce40fa..6487001 100644 --- a/hamh-alpha/config.yaml +++ b/hamh-alpha/config.yaml @@ -1,4 +1,4 @@ -version: "2.1.0-alpha.494" +version: "2.1.0-alpha.495" image: ghcr.io/riddix/home-assistant-matter-hub-addon slug: hamh-alpha name: Home-Assistant-Matter-Hub (Alpha)