-
0.5.8 Stable
released this
2026-01-17 19:15:47 +00:00 | 102 commits to main since this release[0.5.8] - 2026-01-17
Changed
- Mobile UI layout stabilized to prevent horizontal shifting.
- README rendering no longer expands the page width on mobile devices.
- Tables and code blocks inside README now scroll within their container.
- Floating action buttons removed to avoid UI overlap on small screens.
- Header icon buttons improved for better visibility in light and dark mode.
Downloads
-
0.5.7 Stable
released this
2026-01-17 11:03:39 +00:00 | 108 commits to main since this release[0.5.7] - 2026-01-17
Changed
- Mobile UI improvements: removed floating action buttons to prevent overlay issues.
- Improved responsive layout to avoid horizontal overflow (badges, URLs, descriptions).
- README rendering on mobile is more stable (better wrapping and image scaling).
- Header icon buttons are more readable in both light and dark mode.
Downloads
-
0.5.6 Stable
released this
2026-01-17 08:39:46 +00:00 | 111 commits to main since this release[0.5.6] - 2026-01-17
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_componentsdirectories 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.
Downloads
-
0.5.5 Stable
released this
2026-01-16 20:19:11 +00:00 | 123 commits to main since this release[0.5.5] - 2026-01-16
Fixed
- Update entities now refresh their displayed name after store refreshes, so repository names replace fallback IDs (e.g.
index:1) reliably.
Downloads
- Update entities now refresh their displayed name after store refreshes, so repository names replace fallback IDs (e.g.
-
0.5.4 Stable
released this
2026-01-16 20:06:35 +00:00 | 126 commits to main since this release[0.5.4] - 2026-01-16
Added
- Native Repair fix flow for restart-required situations.
- “Restart required” issues are now fixable and provide a confirmation dialog with a real restart action.
Changed
- Restart-required issues are automatically cleared after Home Assistant restarts.
- Update entities now fully align with official Home Assistant behavior (Updates screen + Repairs integration).
Fixed
- Fixed integration startup issues caused by incorrect file placement.
- Resolved circular import and missing setup errors during Home Assistant startup.
- Ensured YAML-based setup remains fully supported.
Downloads
-
0.5.3 Stable
released this
2026-01-16 19:20:42 +00:00 | 133 commits to main since this release[0.5.3] - 2026-01-16
Added
- Native Home Assistant Update entities for installed repositories (shown under Settings → System → Updates).
- Human-friendly update names based on repository name (instead of internal repo IDs like
index:1).
Changed
- Update UI now behaves like official Home Assistant integrations (update action is triggered via the HA Updates screen).
Downloads
-
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 (
-
refresh done Stable
released this
2026-01-15 17:54:25 +00:00 | 167 commits to main since this release[0.5.0] - 2026-01-15
Added
- Manual refresh button that triggers a full backend refresh (store index + provider data).
- Unified refresh pipeline: startup, timer and UI now use the same refresh logic.
- Cache-busting for store index requests to always fetch the latest store.yaml.
Improved
- Logging for store index loading and parsing.
- Refresh behavior now deterministic and verifiable via logs.
Fixed
- Refresh button previously only reloaded cached data.
- Store index was not always reloaded immediately on user action.
Downloads
-
Fixes Stable
released this
2026-01-15 15:56:51 +00:00 | 183 commits to main since this release[0.4.1] - 2026-01-15
Fixed
- Fixed GitLab README loading by using robust raw file endpoints.
- Added support for nested GitLab groups when resolving README paths.
- Added fallback handling for multiple README filenames (
README.md,README,README.rst, etc.). - Added branch fallback logic for README loading (
default,main,master). - Improved error resilience so README loading failures never break the store core.
- No behavior change for GitHub and Gitea providers.
Downloads
-
Final working phase 2 Stable
released this
2026-01-15 15:23:04 +00:00 | 190 commits to main since this releaseDownloads