From 4e973751f45ccdf33d96d1f32dbacbfb55ece767 Mon Sep 17 00:00:00 2001 From: Ilyas Hallak Date: Thu, 30 Oct 2025 22:27:14 +0100 Subject: [PATCH] Simplify release notes for regular users --- readeck/UI/Resources/RELEASE_NOTES.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/readeck/UI/Resources/RELEASE_NOTES.md b/readeck/UI/Resources/RELEASE_NOTES.md index 54a9210..559c38f 100644 --- a/readeck/UI/Resources/RELEASE_NOTES.md +++ b/readeck/UI/Resources/RELEASE_NOTES.md @@ -18,23 +18,17 @@ Thanks for using the Readeck iOS app! Below are the release notes for each versi ### Performance Improvements - **Dramatically faster label loading** - especially with 1000+ labels -- Labels now load instantly from local cache, then sync in background -- Optimized label management to prevent crashes and lag -- Share Extension now loads labels without delay -- Reduced memory usage when working with large label collections -- Better offline support - labels always available even without internet +- Labels now load instantly, even without internet connection +- Share Extension loads much faster +- Better performance when working with many labels +- Improved overall app stability ### Fixes & Improvements -- Centralized color management for consistent appearance -- Improved annotation creation workflow -- Better text selection handling in article view -- Implemented lazy loading for label lists -- Switched to Core Data as primary source for labels -- Batch operations for faster database queries -- Background sync to keep labels up-to-date without blocking the UI -- Fixed duplicate ID warnings in label lists -- Improved markdown rendering in release notes with better formatting support +- Better color consistency throughout the app +- Improved text selection in articles +- Better formatted release notes +- Various bug fixes and stability improvements ---