From 9acbd5046c8f742bec4647eecc1e5d3ea1fee91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Sun, 18 Jan 2026 15:54:21 +0000 Subject: [PATCH] Add 0.6.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad13f88..da526af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ Sections: --- +## [0.6.3] - 2026-01-18 + +### Changed +- Improved Store performance for large indexes by avoiding full metadata enrichment during list refresh. +- Repository details are loaded on demand, reducing initial load time and network requests. +- Index refresh is skipped when the index content has not changed. + ## [0.6.2] - 2026-01-18 ### Added