dbx/src-tauri
t8y2 dd1f7950e5 feat: use file-based secret store in debug mode to avoid macOS Keychain prompts
During development, every Rust recompile changes the binary signature,
causing macOS to invalidate Keychain "Always Allow" and prompt for the
password on every hot reload. Switch to a JSON file store in debug
builds so dev workflow is uninterrupted; release builds still use the
system keychain.
2026-05-02 17:16:56 +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: use file-based secret store in debug mode to avoid macOS Keychain prompts 2026-05-02 17:16:56 +08:00
.gitignore feat: initial release 2026-04-29 18:09:23 +08:00
Cargo.lock add: 增加对CodeMirror的设置页 2026-05-02 14:58:55 +08:00
Cargo.toml Merge pull request #50 from kingcanfish/fix/numeric-precision-display 2026-05-02 10:36:27 +08:00
build.rs feat: initial release 2026-04-29 18:09:23 +08:00
tauri.conf.json chore: bump version to 0.3.5 2026-05-02 09:55:15 +08:00