Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- feat: apply 8ms 16kb PTY buffering to local telnet mosh by @crawt in #473
- fix: prevent SSH connection errors from crashing the entire app by @binaricat in #476
- fix: restore proper snippet paste semantics for sidebar clicks by @binaricat in #478
- fix: prompt passphrase for encrypted keys on jump hosts and SFTP by @binaricat in #477
- feat: support IdentityFile from SSH config import by @binaricat in #479
- feat: unified auth logging for SSH and SFTP connections by @binaricat in #484
- fix(sftp): show full filename tooltip on hover by @binaricat in #486
- fix: SFTP permissions dialog shows empty (000) instead of actual file permissions by @binaricat in #488
- feat(terminal): support server stats on macOS by @yaotiancheng-ola in #485
- fix: restore npmRebuild for macOS/Windows to fix local terminal crash by @binaricat in #489
- fix: prevent crash on ECONNRESET from embedded SSH devices by @binaricat in #487
- fix: default smooth scrolling to off to prevent scroll freeze by @binaricat in #492
- Fix AI terminal execution completion and tool UI by @binaricat in #494
- Support jump hosts for port forwarding by @binaricat in #496
- feat(electron): enable V8 code cache and lazy-load non-critical bridges by @crawt in #497
- Support proxy config on jump hosts by @binaricat in #499
- Preserve vault hosts state across section switches by @binaricat in #500
- Optimize AI panel tab switching by @binaricat in #501
- perf(settings): prewarm settings window and hide on close by @crawt in #502
New Contributors
- @yaotiancheng-ola made their first contribution in #485
Full Changelog: v1.0.66...v1.0.67