Skip to content

Releases: Eugeny/tabby

v1.0.219

10 Jan 15:35
Compare
Choose a tag to compare

Fixes

v1.0.218

08 Jan 19:05
Compare
Choose a tag to compare

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

GHSA-prcj-7rvc-26h4

  • 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

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