v1.0.39
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- fix(terminal): initialize xterm WebGL addon with valid constructor args by @RoryChou-flux in #217
- fix: improve SFTP transfer speed with parallel requests and accurate progress by @binaricat in #231
- fix(transfer): make fast-transfer cancellation actually abort by @binaricat in #234
- fix(sftp): prevent stale session race when reopening modal by @binaricat in #235
- fix: reverse SFTP transfer queue order to show newest tasks first by @binaricat in #236
- fix: SFTP modal create file/folder and shortcut key translations by @binaricat in #237
- fix: add missing passphrase to SFTP dual-pane credentials by @binaricat in #239
- feat: add SFTP path bookmarks for dual-pane view by @binaricat in #240
- fix: split Linux build into x64 and arm64 jobs by @binaricat in #241
- fix: filter dotfiles as hidden on Linux/Unix systems by @binaricat in #242
- feat: add bracketed paste mode toggle (#233) by @binaricat in #243
- feat: add compose bar for pre-composing commands (#198) by @binaricat in #244
- feat: Custom terminal themes with .itermcolors import by @binaricat in #245
- fix: SSH certificate authentication with RSA key algorithm negotiation by @alisre in #246
- fix: unify settings dropdowns to use custom Radix-based Select by @binaricat in #248
- fix: prevent x64 native module rebuild on ARM64 CI runner by @binaricat in #250
New Contributors
Full Changelog: v1.0.38...v1.0.39