From 01576153d8353d401ae9a844e8fc120308f14801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Fri, 16 Jan 2026 17:31:49 +0000 Subject: [PATCH] Add 0.5.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8bceb..cc72b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ Sections: --- +## [0.5.2] - 2026-01-16 + +### Added +- Install and update backend endpoints (`POST /api/bcs/install`, `POST /api/bcs/update`) to install repositories into `/config/custom_components`. +- Installed version tracking based on the actually installed ref (tag/release/branch), stored persistently to support repositories with outdated/`0.0.0` manifest versions. +- API fields `installed_version` (installed ref) and `installed_manifest_version` (informational) to improve transparency in the UI. + +### Changed +- Update availability is now evaluated using the stored installed ref (instead of `manifest.json` version), preventing false-positive updates when repositories do not maintain manifest versions. + +### Fixed +- Repositories with `manifest.json` version `0.0.0` (or stale versions) no longer appear as constantly requiring updates after installing the latest release/tag. + ## [0.5.0] - 2026-01-15 ### Added