This commit is contained in:
2026-01-17 08:37:09 +00:00
parent 76ecaabd98
commit 8e8b58d2d2

View File

@@ -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