dbx/src-tauri
yavon007 58ca9a3b21 feat: add SSH key passphrase field and file picker for key path
- Add ssh_key_passphrase field to ConnectionConfig model with full keyring lifecycle
- Pass passphrase to russh load_secret_key for encrypted SSH keys
- Add native file picker (FolderOpen icon) next to SSH key path input
- Add password-type input for key passphrase in connection dialog
- Make connection dialog form scrollable for short windows
- Fix alignment of key path input and browse button
- Add i18n keys (en + zh-CN)
2026-05-03 04:39:03 +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: add SSH key passphrase field and file picker for key path 2026-05-03 04:39:03 +08:00
.gitignore feat: initial release 2026-04-29 18:09:23 +08:00
Cargo.lock chore: bump version to 0.3.7 in Cargo.lock 2026-05-02 23:52:04 +08:00
Cargo.toml chore: bump version to 0.3.7 2026-05-02 23:29:38 +08:00
build.rs feat: initial release 2026-04-29 18:09:23 +08:00
tauri.conf.json chore: bump version to 0.3.7 2026-05-02 23:29:38 +08:00