• 0.5.8 b2d3d940f2

    0.5.8 Stable

    bahmcloud 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 cc8db6a034

    0.5.7 Stable

    bahmcloud 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 e2dfa20789

    0.5.6 Stable

    bahmcloud 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_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.
    Downloads
  • 0.5.5 c07f8615e4

    0.5.5 Stable

    bahmcloud 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
  • 0.5.4 2c8ca490ea

    0.5.4 Stable

    bahmcloud 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 c18e93406a

    0.5.3 Stable

    bahmcloud 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 01576153d8

    0.5.2 Stable

    bahmcloud 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.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.
    Downloads
  • 0.5.0 d78217100c

    refresh done Stable

    bahmcloud 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
  • 0.4.1 38730cdd31

    Fixes Stable

    bahmcloud 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
  • bahmcloud released this 2026-01-15 15:23:04 +00:00 | 190 commits to main since this release

    Downloads