Releases: Eugeny/tabby
Releases Β· Eugeny/tabby
v1.0.227
v1.0.226
v1.0.225
v1.0.224
Changes
- 7e1905c: SFTP folder downloads (#10586) #10586
- 56ee368: SFTP filter bar (#10590) #10590
- c5759b2: make up/arrow buttons navigate between search results (#10371) (gh-log) #10371
- 020372c: add ssh compression option (#10396) (loopx9) #10396
- 93e4306: fixed #9953 - use ng-bootstrap tooltips
- 5a7a06e: fixed #10034 - added auto-sudo-password plugin
Bug Fixes
- 3c17654: fixed zmodem corruption issues (#10587) #10587
- 912e0aa: fixed #10454 - "Warn on multi-line paste" fails to trigger on Unix-style newlines (\n) in Windows
- ssh/settings: formats date value according to locale rules (#10468) #10468 (Clem)
- 0cf9886: fixes #10039 - ignore focus escape sequences when auto-scrolling to the bottom (#10555) (SilverFox) #10555
- b31c2a5: disable SSH keepalive by default
- c8aea9d: log exact errors when plugin install fails
- 4a5087a: fixed #5672 - incorrect microphone entitlement on macOS
- e0c34ef: fixed #10482 - duplicate browser tab opening when clicking a link with an IP in it
- 7b942c4: fix search hotkey (#10371)
CI
- 66257c8: Packagecloud_upload_for_Debian_testing_unstable (#10370) (gh-log) #10370
- update GitHub actions (#10480) #10480 (Roman)
Docs
v1.0.223
v1.0.222
Changes
- d1c1b48: SSH: automatically select best hash for RSA keys when server-sig-algs extension is available
- 380c306: SSH: added a warning when a server disconnects during authentication
- 47b4b54: SSH: agent authentication fails with some RSA keys
- c7b39bd: SSH: re-added support for insecure 1024 bit RSA keys (relevant for old network switches)
- 4be1e12: Add Tokyonight color scheme (#10283) (aminelch) #10283
- 934cdff: Using ssh default profile(user/password/port) without host (#10076) (ianaflous) #10076
- 4a515d9: Add support for %h and %r escape characters in IdentityFile for SSH. (#10343) (mannjani) #10343
Fixes
- e407ee8: fixed #9845, fixed #10302 - allow alternative OSC52 suffix
- 5d2d179: SSH: prefer the saved password to keyboard interactive auth
- Unable to launch WinSCP for SSH sessions using private key (#10308) #10308 (OpaqueGlass)
- ab87099: CI: add debian bullseye, bookworm and trixie deb package upload (#10314) (Timo Schnaible) #10314
v1.0.221
Fixes
- d525374: fixed missing app theme at the initial vault password prompt
- c4a514f: fixed agent login regression - fixes #10248, fixes #10174
- d1b1613: bump russh for error handling crash fix - fixes #10184, fixes #10244, fixes #10178, fixes #8481, fixes #10215, fixes #10203, fixes #7659
Changes
- 2fa7678: use Github's native ARM64 runners for the ARM64 Linux build
v1.0.220
v1.0.219
v1.0.218
Changes
- This release focuses on fixes for the new SSH backend, including:
- Issues with jump host connections
- ED25519 key support
- Putty PPK key format support
- X9.62 EC private keys support
- DH GEX algorithms support
Security fixes
- 9351354: tweak electron fuses (Eugene)
It was in theory possible (on macOS) for other applications to exploit the TCC permissions (microphone/camera) previous given to Tabby by the user for malicious purposes by abusing NODE_OPTIONS
env var or the debug mode. This is now fixed by disabling the corresponding Electron fuses.