From 8e8b58d2d2247cb02018b47bb3cab05dc95912c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Sat, 17 Jan 2026 08:37:09 +0000 Subject: [PATCH] 0.5.6 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95570ab..53e34cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,21 @@ Sections: --- +## [0.5.6] - 2026-01-16 + +### Added +- Repository uninstall support directly from the Store UI. +- New backend API endpoint: `POST /api/bcs/uninstall`. +- Automatic **reconcile**: repositories are marked as not installed when their `custom_components` directories are removed manually. + +### Changed +- Installation & Updates section extended with an Uninstall button. +- Store state now remains consistent even after manual file system changes. + +### Fixed +- Repositories remained marked as installed after manual deletion of their domains. +- UI cache issues caused by outdated static assets. + ## [0.5.5] - 2026-01-16 ### Fixed