diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7694e..ff40349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,3 +29,27 @@ Sections: ### Notes - Installation/README details view/update entities will be added in later versions. + + +## [0.2.0] - 2026-01-15 + +### Added +- Foundation architecture for BCS (Bahmcloud Component Store) inside a Home Assistant custom component. +- Custom panel (no iframe) using `hass.callApi()` to avoid authentication issues. +- Store index loader (`store.yaml`) with periodic refresh (data only). +- Manual repository management: + - Add repository + - List repositories + - Remove repository + Persisted via Home Assistant storage (`.storage/bcs_store`). +- Public static asset endpoint for panel JS (`/api/bahmcloud_store_static/...`) without auth (required for HA custom panels). +- Initial API namespace: + - `GET /api/bcs` list merged repositories (index + custom) + - `POST /api/bcs` add custom repository + - `DELETE /api/bcs/custom_repo` remove custom repository + +### Changed +- Store API/UI terminology standardized to "BCS" (Bahmcloud Component Store), while integration domain remains `bahmcloud_store` for compatibility. + +### Notes +- Installation, README rendering, provider enrichment (GitHub/Gitea/GitLab), and Update entities will be implemented in later versions.