dbx/src-tauri
t8y2 f9a9945f1f feat: migrate storage from JSON files to SQLite
Replace all JSON file storage (connections, secrets, history, AI config,
conversations, sidebar layout) with a single SQLite database (dbx.db).
Auto-migrates existing JSON data on first launch, renaming old files to
.bak. Remove keyring dependency — passwords now stored in SQLite.
2026-05-05 04:48:45 +08:00
..
capabilities feat: add tauri-plugin-shell and update permissions for shell access 2026-04-29 22:25:28 +08:00
icons feat: initial release 2026-04-29 18:09:23 +08:00
src feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
.gitignore feat: initial release 2026-04-29 18:09:23 +08:00
Cargo.lock feat: add auto-update support via tauri-plugin-updater 2026-05-04 18:14:40 +08:00
Cargo.toml feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
build.rs feat: initial release 2026-04-29 18:09:23 +08:00
tauri.conf.json fix: base64-encode updater pubkey to match expected format 2026-05-04 23:07:52 +08:00