-
0.5.2 Stable
released this
2026-01-16 17:32:34 +00:00 | 147 commits to main since this release[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.0manifest versions. - API fields
installed_version(installed ref) andinstalled_manifest_version(informational) to improve transparency in the UI.
Changed
- Update availability is now evaluated using the stored installed ref (instead of
manifest.jsonversion), preventing false-positive updates when repositories do not maintain manifest versions.
Fixed
- Repositories with
manifest.jsonversion0.0.0(or stale versions) no longer appear as constantly requiring updates after installing the latest release/tag.
Downloads
- Install and update backend endpoints (