diff --git a/.idea/changes.md b/.idea/changes.md index 177e497..8b61c66 100644 --- a/.idea/changes.md +++ b/.idea/changes.md @@ -14,6 +14,7 @@ - Added a broader persistent rule that internal workflow or prompt/process decisions must never appear in any public-facing project communication. - Added a persistent language rule that all project-facing repository content must stay in English regardless of the chat language. - Added persistent pinned repositories support: favorites are stored in settings, exposed by the backend, filterable and sortable in the store view, and toggleable from the detail view without forcing a full repository refresh. +- Bumped the integration version from `0.7.3` to `0.7.4` and added the `0.7.4` release entry to `CHANGELOG.md` for the pinned-repositories feature. ### 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 f7fe706..25dd4c7 100644 --- a/.idea/start prompt.md +++ b/.idea/start prompt.md @@ -119,5 +119,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.3` -- Latest documented release in `CHANGELOG.md` is `0.7.3` dated `2026-03-23` +- `manifest.json` version is `0.7.4` +- Latest documented release in `CHANGELOG.md` is `0.7.4` dated `2026-03-23` diff --git a/CHANGELOG.md b/CHANGELOG.md index c371da8..4319079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ Sections: --- +## 0.7.4 - 2026-03-23 + +### Added +- Pinned repositories support to let admins keep important integrations easy to find. +- Pin and unpin actions in the repository detail view. +- Store filtering and sorting options for pinned repositories. + +### Changed +- Repository favorites are now persisted in settings and restored across reloads. +- Pinned repositories are highlighted in the store overview with a dedicated badge. +- Frontend asset version updated so the latest panel changes load immediately after deployment. + ## 0.7.3 - 2026-03-23 ### Added diff --git a/custom_components/bahmcloud_store/manifest.json b/custom_components/bahmcloud_store/manifest.json index a70ca4c..b373c8f 100644 --- a/custom_components/bahmcloud_store/manifest.json +++ b/custom_components/bahmcloud_store/manifest.json @@ -1,7 +1,7 @@ { "domain": "bahmcloud_store", "name": "Bahmcloud Store", - "version": "0.7.3", + "version": "0.7.4", "documentation": "https://git.bahmcloud.de/bahmcloud/bahmcloud_store", "config_flow": true, "platforms": ["update"],