⚡ Performance & Stability
- Fixed Activity Crashes (30+ Accounts): Addressed a critical stability issue where the browser tab would freeze when loading large libraries.
- Context: "When a larger number of accounts (30+) are added... the browser tab often crashes."
- Fix: Implemented a new Batched Loading System (Zero I/O). This processes data in efficient memory chunks without hammering the server disk, keeping the interface responsive even with 50,000+ items.
- Reduced CPU Usage: Optimized the sync process to eliminate redundant sorting cycles.
🛡️ Privacy & Security
- Zero-Knowledge Logging: Enhanced server logs to automatically mask sensitive Account IDs (e.g.,
[fd***80] Refreshing Addons...). This ensures that logs are safe to share for debugging without ever leaking private user identifiers.
🐛 Bug Fixes
- Fixed "Future Dates": Added logic to automatically correct items with future timestamps (e.g. unreleased episodes) that were sticking to the top of the feed.
- Fixed Refresh Button: The refresh button now forces a complete network re-fetch.