Releases: Eugeny/tabby
Releases Β· Eugeny/tabby
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.
Fixes
v1.0.216
New SSH backend
- aab7e28: replace ssh2 with russh
This version comes with an all-new SSH backend based on russh. New features include:
- Support for chacha20-poly1305 cipher
- 3DES-CBC cipher (for old Cisco hardware)
- remembering answers to password prompts in keyboard-interactive auth
Security fixes
CVE-2024-55950
Tabby 1.0.216 no longer accepts the DYLD_INSERT_LIBRARIES
environment variable on macOS as it could potentially be used by malware to load malicious modules that would inherit the TCC permissions (camera/microphone etc.) granted by user to Tabby itself.
Other changes
- 2ecccad: Feat#10008: add hotkeys to open profile selectors for a specific group (#10015) (Clem) #10015
- aa67130: Fix Issue #10012 - better ssh config parsing (#10043) (Andy Law) #10043
- e84cbd8: added support for custom color schemes for local shell profiles
- 6196f3b: Update clink to 1.7.6 (#10097) (Davide) #10097
- 2bc95bb: removed legacy themes
Fixes
v1.0.215
v1.0.214
v1.0.213
Changes
- deaa529: Basic folder upload in SFTP (marko1616) #9891
- 69fc780: Added entitlement requests to allow the app to send AppleScript events to other applications (Andy Law) #9859
- 5fca7cc: Modify the NSVisualEffectView material in app/lib/window.ts to "fullscreen-ui" on macOS to achieve a more glass-like effect. (Zongxuan Su) #9899
Fixes
- 5587e10: Fixed the issue where Windows Vibrancy was not working on newer versions of macOS due to the outdated macos-release package. (Zongxuan Su) #9896
- 3740166: fixed #9894 - incorrect background color for profiles with custom color schemes
- 0241623: fixed #9829 - show the active pane's title as the first in the split tab title
Other
v1.0.211
v1.0.210
v1.0.209
Alpha 208
Changes
- 3b15b35: electron-builder: removed gconf dependencies from Debian packages (Clem) #9512
- 9425920: added setting to hide the tray icon (Charles Buffington) #9624
- ebf0d89: bumped xterm to 5.4.0
- c906af5: Make autoSync more robust for network errors (bc547) #9546
- ab48990: export SSHMultiplexerService from
tabby-ssh
Fixes
- 0894c30: fixed #9482 - dragged-in panes going to sleep after some time
- bacb458: fixed #9164 - only auto-open a new tab if there are no tabs recovered after startup
- 242f136: fixed: cli usage on linux (Riccardo Manzan) #9657
- bba72b4: fixed #9698, fixed #9697, fixed #9651, fixed #8371, fixed #9483 - fixed huge search bar