From 7a3a28d87fb1de4eddcd46ac6692f24dc0d74895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Sun, 18 Jan 2026 16:58:08 +0000 Subject: [PATCH] add 0.6.4 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da526af..b30de4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ Sections: --- +## [0.6.4] - 2026-01-18 + +### Fixed +- Fixed long Home Assistant startup times caused by background repository enrichment running too early. + +### Changed +- Background repository enrichment is now started only after Home Assistant has fully started. +- Repository cache updates now run fully asynchronous without blocking Home Assistant startup. + +### Internal +- Improved alignment with Home Assistant startup lifecycle. +- No functional changes to store behavior or UI. + ## [0.6.3] - 2026-01-18 ### Changed