From e5d4e6d8a07d00bb40449b265d23c5e155c43390 Mon Sep 17 00:00:00 2001 From: Ilyas Hallak Date: Sat, 8 Nov 2025 19:18:41 +0100 Subject: [PATCH] Fix tag scrolling and improve debug logging - Fix duplicate ID warning in CoreDataTagManagementView by using objectID - Enhance debug logging system with category filtering --- readeck/UI/Resources/RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readeck/UI/Resources/RELEASE_NOTES.md b/readeck/UI/Resources/RELEASE_NOTES.md index 738cfeb..767653a 100644 --- a/readeck/UI/Resources/RELEASE_NOTES.md +++ b/readeck/UI/Resources/RELEASE_NOTES.md @@ -32,6 +32,16 @@ Thanks for using the Readeck iOS app! Below are the release notes for each versi - Cleaner app info footer with muted styling - Combined legal, privacy and support into one section +### Tag Management Improvements + +- **Handles 1000+ tags smoothly** - no more lag or slowdowns +- **Tags now load from local database** - no internet required +- Choose your preferred tag sorting: by usage count or alphabetically +- Tags sync automatically in the background +- Share Extension shows your 150 most-used tags instantly +- Better offline support for managing tags +- Faster and more responsive tag selection + ### Fixes & Improvements - Better color consistency throughout the app