Skip to content

Releases: Eugeny/tabby

Alpha 170

15 Jan 17:43
f2afac6
Compare
Choose a tag to compare
  • App: localization support - added Chinese and Croatian translations. Contribute to other languages at https://translate.tabby.sh/

  • SSH: session multiplexing opt-in - enable it in profile advanced settings

  • SSH: automatically import and show OpenSSH connections

  • App: added a "scroll to bottom" hotkey

  • App: fixed dragging panes back out into the tab bar

  • App: fixed font ligature related freezes

  • Color schemes: add rose pine color scheme (Marmota) #5297

  • Config sync: support syncing fully encrypted config

Alpha 169

23 Dec 13:48
0c60159
Compare
Choose a tag to compare
  • Docking: handle additional opened windows when main window is docked.
  • Serial: fixed parity settings on Windows
  • Settings: added an UI setting for terminal.linePadding
  • Settings: added an UI setting for terminal.scrollbackLines
  • Settings: added an UI switch for the --disable-gpu CLI option
  • SSH: support for unencrypted PuTTY v3 keys
  • Terminal: added support for OSC 4/10/11/2 which enables programs to set and report colors within the terminal (via xterm)
  • UI: fixed terminal toolbar padding with tabs on top on macOS
  • Windows: detect PowerShell installed through Microsoft Store
  • Zmodem: use actual POSIX file mode when uploading

Alpha 168

13 Dec 11:32
6eff390
Compare
Choose a tag to compare
  • Fixed restored local tabs being unresponsive
  • Serial: added slow feed mode

Alpha 167

09 Dec 14:54
f91754c
Compare
Choose a tag to compare

Fixed startup issues on macOS.

Alpha 166

09 Dec 11:08
361f6c2
Compare
Choose a tag to compare

Fixed startup issues on Windows.

Alpha 165

09 Dec 00:02
0c8b6e5
Compare
Choose a tag to compare

Commits

  • SSH: native SOCKSv5 connection support
  • SSH: UI improvements to port forwarding (@highfredo) #4959, #4959
  • SSH: respect keyboard-interactive prompt echo setting requested by the server
  • SSH: disabled blacklisted key exchange algorithms (set TABBY_ENABLE_SSH_ALG_BLACKLIST environment variable to re-enable)
  • SSH: fixed X11 display spec parsing
  • SSH: fixed WinSCP integration for profiles with no username set
  • Fixed hotkey setter to handle backticks and tildes properly (Nessun Kim) #4992
  • The clickable-links plugin is now bundled with Tabby
  • Profile settings: allow filtering profiles by description
  • Fixed tab title recovery for split tabs

Alpha 164

16 Nov 23:45
700aae3
Compare
Choose a tag to compare
  • fixed window buttons alignment (Kozik Przemysław) #4928
  • macOS: handle dscl errors
  • added support for long-clicking for context menu when right click is set to paste
  • config sync is experimental no more

Alpha 162

13 Nov 16:54
92f5b5a
Compare
Choose a tag to compare
  • Fixed scrollbar misalignment on window resize
  • Vault: avoid multiple parallel passphrase prompts
  • Cleaned up search panel design
  • Transfers: fixed transfer speed showing up as "infinite" after completion
  • macOS: fixed rare font parsing errors when ligatures are enabled

xterm updates:

  • Added support for focus reporting mode
  • Improve text alignment by setting text baseline conditionally by browser

Alpha 161

28 Oct 09:25
937243a
Compare
Choose a tag to compare
  • SSH: re-allowed AES-GCM ciphers by default again
  • SSH: honour the default username setting in the quick connect field
  • macOS: titlebar double-click now maximizes window
  • macOS: prevent Cmd-R from reloading the window
  • fixed transfers dropdown being clipped by the terminal

Alpha 160

27 Oct 10:00
881d5d5
Compare
Choose a tag to compare
  • Added a "duplicate tab" hotkey (by @Me1onRind) #4775
  • Added more timeout options for the Vault password (by Aaron Davison) #4779
  • Made environment var overriding case insensitive on Windows
  • Allowed variable substitution for env vars (e.g. PATH = $PATH:/opt/...)
  • SSH: Fixed X11 port detection for UNIX sockets
  • SSH: Allowed overriding X11 display (Settings -> SSH)