Skip to content

Releases: Eugeny/tabby

v1.0.216

25 Dec 15:49
Compare
Choose a tag to compare

New SSH backend

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

Fixes

v1.0.215

26 Sep 08:28
Compare
Choose a tag to compare

Fixes

  • e8fdb8b: fixed #9947 - window not showing up on first start

Changes

v1.0.214

23 Sep 08:53
Compare
Choose a tag to compare

Security update

Fixes

Tabby would incorrectly prompt for credentials / send saved password while the host key verification prompt is still visible, leading to credentials leakage if your session is intercepted in a MitM attack.

v1.0.213

18 Sep 09:26
Compare
Choose a tag to compare

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

19 Jul 01:54
Compare
Choose a tag to compare

Changes

  • 72a5da5: Revert a potentially broken WSL profile icon improvement

Fixes

  • 3d7308c: fixed #9751 - title/color observers not detaching when detaching a tab

v1.0.210

16 Jul 07:12
Compare
Choose a tag to compare

Fixes

v1.0.209

10 Jul 11:34
Compare
Choose a tag to compare

Changes

Fixes

Alpha 208

22 Jun 21:26
Compare
Choose a tag to compare

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

Alpha 207

04 Mar 11:10
Compare
Choose a tag to compare

Fixes

  • 68ca4ac: fixed #9492 - tabs not closing on session exit (Eugene)

Alpha 206

01 Mar 20:51
Compare
Choose a tag to compare

Fixes

  • ssh: resolve group names in the jump host selector #9264 (Clem Fern)
  • da5342b: fixed #8097 - "close pane" hotkey doesn't kill the process
  • 3f160ee: fixed duplicate multiline-paste prompts

Changes

  • a8ef596: add implicit cr and implicit lf for serial terminal similar to putty (ChangHwan Kim) #9307
  • e4ceb3e: Fix Connection error while opening WinSCP session using IPV6 address (Mxmilu) #9360
  • ac95f55: Added support for a Quick Connect CLI command (Ash Neilson) #9383
  • 266dfe1: Added line hover effect to the SFTP browser (cfs4819) #9410

Docs