You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings stored in SQLite — Settings (cloud config, sort order, preferences) are now persisted in the SQLite database instead of localStorage. This means settings survive across different app instances sharing the same DB. Existing localStorage settings are automatically migrated.
UI improvements — Wider settings panel, larger button text for Reset/Disconnect actions, bordered connection info display.
Tauri script cleanup — Renamed tauri script to tauri:dev and tauri:build for clarity.