Skip to content

v0.2.0

Latest

Choose a tag to compare

@mikecao mikecao released this 07 Feb 19:13
· 1 commit to master since this release

What's New

  • 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.