Skip to content

Releases: Eugeny/tabby

v1.0.227

25 Aug 20:16
Compare
Choose a tag to compare

Commits

v1.0.226

17 Aug 21:14
Compare
Choose a tag to compare

Changes

  • a2d27fe: fixed node-pty conpty assertion failure - fixes #10618 (Eugeny)

v1.0.225

09 Aug 18:32
Compare
Choose a tag to compare

Fixes

  • b9e3358: upgraded node-pty, fixing import failures on Windows

v1.0.224

08 Aug 07:10
56ee368
Compare
Choose a tag to compare

Changes

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

Docs

v1.0.223

12 Mar 13:24
424b062
Compare
Choose a tag to compare

Changes

Fixes

  • 5deb725: fixed rsa-sha2-* signature negotiation

v1.0.222

05 Mar 23:09
4a515d9
Compare
Choose a tag to compare

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

v1.0.221

22 Jan 23:34
Compare
Choose a tag to compare

Fixes

Changes

  • 2fa7678: use Github's native ARM64 runners for the ARM64 Linux build

v1.0.220

17 Jan 14:32
Compare
Choose a tag to compare

Changes

  • f9dadf0: Set the application's dark mode to follow the app settings on macOS. (#10186) (fireblue) #10186
  • 66c173b: Keep the translucency effect even when the window loses focus on macOS. (#10196) (fireblue) #10196

Fixes

  • 92c729d: fixed keyboard-interactive authentication and random session crashes
  • 6ffeb61: fixed dropping files into the terminal not inserting the path - fixes #10221, fixes #10206
  • d8d346c: fixed agent auth

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