Files
bahmcloud_store/CHANGELOG.md
2026-01-15 07:01:03 +00:00

831 B

Changelog

All notable changes to this repository will be documented in this file.

Sections:

  • Added
  • Changed
  • Fixed
  • Removed
  • Security

[0.3.0] - 2026-01-15

Added

  • Repository enrichment for the Store UI:
    • GitHub: fetch owner and description via GitHub REST API.
    • Gitea: fetch owner and description via Gitea REST API (/api/v1).
  • Provider detection for GitHub/GitLab/Gitea (best-effort).
  • Automatic UI description line populated from provider data (when available).

Changed

  • Panel module URL cache-busting updated to avoid stale frontend assets.

Fixed

  • Store "Refresh" now triggers immediate backend refresh (from 0.2.0).
  • Avoided circular imports by using TYPE_CHECKING for type references.

Notes

  • Installation/README details view/update entities will be added in later versions.