diff --git a/.idea/changes.md b/.idea/changes.md index 1c8afb7..ba7faff 100644 --- a/.idea/changes.md +++ b/.idea/changes.md @@ -7,6 +7,8 @@ - Added `.idea/changes.md` as the preferred in-project location for the detailed session change log. - Added release notes support in the active Bahmcloud Store runtime path: backend provider fetching, a dedicated API endpoint, and panel display for the currently selected version when provider release notes are available. - Bumped the Home Assistant panel asset cache-buster from `v=109` to `v=110` so the updated frontend loads reliably after deployment. +- Bumped the integration version from `0.7.2` to `0.7.3`. +- Added the `0.7.3` release entry to `CHANGELOG.md` with the new release-notes and project-workflow changes. ### Documented - Captured the verified project identity from the repository and README files: Bahmcloud Store is a Home Assistant custom integration intended to behave like a provider-neutral store for custom integrations, similar to HACS but broader than GitHub-only workflows. diff --git a/.idea/start prompt.md b/.idea/start prompt.md index 95f944b..306b544 100644 --- a/.idea/start prompt.md +++ b/.idea/start prompt.md @@ -115,5 +115,5 @@ Recommended workflow for future tasks: 6. If and only if a release is being prepared with user approval, fold release-worthy changes into `CHANGELOG.md`. Current release baseline: -- `manifest.json` version is `0.7.2` -- Latest documented release in `CHANGELOG.md` is `0.7.2` dated `2026-01-20` +- `manifest.json` version is `0.7.3` +- Latest documented release in `CHANGELOG.md` is `0.7.3` dated `2026-03-23` diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2443e..a3a62e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ Sections: --- +## 0.7.3 - 2026-03-23 + +### Added +- Release notes support in the repository detail view for provider releases. +- New backend endpoint to fetch release notes for the selected repository version. +- Persistent project guidance in `.idea/start prompt.md`. +- Detailed in-project work log in `.idea/changes.md`. + +### Changed +- Home Assistant panel asset cache-buster bumped to ensure updated frontend assets load after deployment. +- Release-note lookups now clearly report when a selected version has no provider release body instead of implying notes exist for plain tags or branches. + ## 0.7.2 – 2026-01-20 ### Fixed diff --git a/custom_components/bahmcloud_store/manifest.json b/custom_components/bahmcloud_store/manifest.json index 4820014..a70ca4c 100644 --- a/custom_components/bahmcloud_store/manifest.json +++ b/custom_components/bahmcloud_store/manifest.json @@ -1,11 +1,11 @@ { "domain": "bahmcloud_store", "name": "Bahmcloud Store", - "version": "0.7.2", + "version": "0.7.3", "documentation": "https://git.bahmcloud.de/bahmcloud/bahmcloud_store", "config_flow": true, "platforms": ["update"], "requirements": [], "codeowners": ["@bahmcloud"], "iot_class": "local_polling" -} \ No newline at end of file +}