Bump version to 0.7.6

This commit is contained in:
2026-03-23 17:20:29 +01:00
parent d976ab56e3
commit 313fcf94e7
6 changed files with 37 additions and 10 deletions

View File

@@ -86,7 +86,8 @@ Category currently matters operationally:
- Expected source layout: `blueprints/...`
- Install target: `/config/blueprints/...`
- Initial support is focused on direct install and uninstall
- Supports install, update, uninstall, content backup, and content restore
- Restores and uninstalls are path-based and operate on the recorded installed blueprint files
- Category-aware groundwork is in place so future content types can use their own install strategies
## HTTP API
@@ -117,7 +118,7 @@ Base path: `/api/bcs`
- README rendering
- Release notes rendering
- Version selection
- Backup restore UI for integrations
- Backup restore UI for integrations and blueprints
## Contributing to the Official Store Index
@@ -156,4 +157,3 @@ The long-term architecture should remain category-aware:
- category -> UI affordances
This is especially important before Templates and Lovelace support are added, because those should stay compatible with established HACS expectations where possible.