From 357049aa7b87ae19c2cc641196693fb540d42bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Mon, 19 Jan 2026 14:35:56 +0000 Subject: [PATCH] add 0.6.8 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f9f97..b085644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,27 @@ Sections: --- +## 0.6.8 – Performance & Cache Stabilization (2026-01-19) + +### Fixed +- Fixed excessive GitHub API requests causing rate limiting +- Fixed missing persistence of repository versions and metadata +- Fixed background enrichment re-running after Home Assistant restart + +### Changed +- Repository metadata (versions, README, descriptions) is now fetched once in the background +- Cached data is reused and only refreshed on explicit user interaction +- Improved separation between startup refresh and on-demand updates + +### Improved +- Significantly reduced Home Assistant startup time +- Greatly reduced GitHub API usage +- More reliable version selection for GitHub and HACS repositories + +### Notes +- Background tasks may still appear in DEBUG logs (expected behavior) +- No functional UI changes in this release + ## [0.6.7] - 2026-01-19 ### Fixed