Skip to content

Releases: Eugeny/tabby

v1.0.235

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:48

Security fixes

  • GHSA-59p9-8gwf-v9v7: Windows SFTP path traversal allows a malicious server to write files outside the selected download directory

Changes

Fixes

  • fix: restore terminal redraw after tab reactivation by @uadhran in #11275
  • fix: Plugins search by @bluekani in #11330
  • fix(terminal): restore transparent background when vibrancy is enabled by @Specboss in #11326
  • fix: Restore hotkey edit and remove actions by @bluekani in #11374
  • fix: Exclude unnecessary Windows build artifacts by @bluekani in #11371
  • fix: Pin Windows build runner to windows-2022 by @bluekani in #11370
  • fix(terminal): reset stale DEC modes on connectable reconnect by @balajieswaramoorthi in #11368
  • fix(ssh): prevent keepalive flooding by mapping null/0 keepaliveInterval to undefined by @linzack in #11340
  • fix: ZMODEM transfer by @ruanimal in #11319
  • fix(ssh): honor profile port settings on connect by @uadhran in #11366
  • fix(terminal): robust context loss recovery and direct DOM fallback during GPU resets by @Gerry9000 in #11354
  • fix(settings): guard hotkey config lookup for missing plugin paths by @uadhran in #11422
  • fix(terminal): restart visual bell shake on repeated BEL by @uadhran in #11388
  • fix: handle vault unlock modal cancellation gracefully by @uadhran in #11356
  • feat: Add dropdown arrow to form-select elements by @bluekani in #11399
  • fix(ssh): prevent SFTP path navigation freeze by @A-Words in #11393
  • fix: replace exec() with execFile() to prevent shell injection in shellIntegration.service by @uadhran in #11290
  • fix: replace exec() with execFile() to prevent shell injection in app.ts by @uadhran in #11289

New Contributors

Full Changelog: v1.0.234...v1.0.235

v1.0.234

Choose a tag to compare

@github-actions github-actions released this 17 May 15:19
ecf2a48

Security fixes

GHSA-m937-jm93-pfp6

  • Dragging and dropping a file with a specially crafted name onto the terminal could cause the terminal to execute an arbitrary command contained in the file name.

Features

Fixes

v1.0.233

Choose a tag to compare

@github-actions github-actions released this 07 May 22:18
78a5632

Changes

Fixes

v1.0.232

Choose a tag to compare

@github-actions github-actions released this 04 May 18:26

Security fixes

GHSA-cmpc-v2x9-j9x9

  • fb9bec8: Tabby now warns when opening clickable application URIs in the terminal.

Fixes

  • 56908f4: fix incorrect imports in tabby-ssh (Eugene)

v1.0.231

Choose a tag to compare

@github-actions github-actions released this 03 May 23:38
d8fdecd

Changes

Fixes

Full Changelog: v1.0.230...v1.0.231

v1.0.230

Choose a tag to compare

@github-actions github-actions released this 14 Jan 06:55

Fixes

Features

v1.0.229

Choose a tag to compare

@github-actions github-actions released this 11 Nov 11:47
2cf6ef0

Fixes

  • 5246355: Disable SSH compression by default as a workaround for SFTP upload bugs (Eugene)
  • adjust ssh config time resolution (#10803) #10803 (osm1892)
  • unexpected configuration was selected in the recent profiles (#10817) #10817 (Kairlec)

Changes

v1.0.228

Choose a tag to compare

@github-actions github-actions released this 16 Oct 00:21

Changes

  • c4db286: SSH: added mlkem768x25519-sha256 key exchange - fixes #10792, fixes #10560
  • d1196a0: Reenabled SSH keepalive by default

Fixes

v1.0.227

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:16

Commits

v1.0.226

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:14

Changes

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