See all updates
1.0.0-beta.19

Keep Data After Logout (Optional)

Added a new privacy option to keep your local data cached on this device after logout. By default, all data is cleared for maximum security, but you can now cho

New Features

🔐

Keep Data After Logout (Optional)

Added a new privacy option to keep your local data cached on this device after logout. By default, all data is cleared for maximum security, but you can now choose to keep it for faster re-login. Perfect for personal devices!

Improvements

Modern Logout Dialog

Completely redesigned the logout confirmation modal with a beautiful gradient header, improved spacing, and smooth animations. The new design makes it clear what happens when you log out.

🔒

User-Specific Cache Management

Enhanced localStorage architecture to use user-specific keys. Your data is now isolated per user, preventing any data leakage between different accounts on the same device.

🛡️

Improved Session Security

Implemented a persistence lock mechanism during logout to prevent race conditions and ensure all sensitive data is properly cleared when requested.

Bug Fixes

Fixed Cache Persistence Issues

Resolved issues where cached data would sometimes persist incorrectly after logout, ensuring a clean slate for new users logging in.