Skip to content

Releases: Eugeny/tabby

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)

Alpha 159

07 Oct 21:43
Compare
Choose a tag to compare
  • fixed admin tabs not opening
  • admin tabs: more reliable resize detection

Alpha 158

25 Sep 07:53
be39591
Compare
Choose a tag to compare
  • added OSC52 support (remote copy)
  • SSH: username is now optional (will ask every time if unset)
  • color schemes: added a setting for block cursor foreground color
  • paste hotkey is now broadcast to all panes when all panes are focused
  • fixed missing activity highlight in the tab header
  • macOS: focus app when showing a new window
  • recent profiles are now shown on the start page

Alpha 157

10 Sep 10:10
a87d887
Compare
Choose a tag to compare
  • fixed saving profiles
  • Windows: added built-in profiles for MSYS2
  • SSH: reworked keyboard-interactive auth

Alpha 156

04 Sep 19:48
601fff4
Compare
Choose a tag to compare
  • Significant performance boost for fast-flowing output

  • macOS: faster startup

  • Profiles: added profile defaults, allowing you to set defaults for all profiles of a given type, e.g. globally set preferred SSH cipher
    image
    image

  • Fixed various keyboard input issues when using composed character keys in French, Spanish, Swedish, etc.

  • SFTP: fixed issues with uploading

  • SSH: fixed terminal toolbar padding when unpinned

  • Added generic hotkeys for profile selectors by profile type (e.g. Telnet profiles, SSH profiles)

  • macOS: fixed app not quitting completely on Cmd-Q

  • SSH: fixed proxy command not working

  • SSH: fixed Zmodem transfers not working in some cases

  • UI: added scrolling to transfers panel

  • UI: better separate profiles by group

Alpha 155

19 Aug 10:17
0f6855d
Compare
Choose a tag to compare
  • Re-enabled posix_spawn() on macOS and Linux
  • Fixed a process getting left over running on Windows and Linux and preventing the app from starting again

Alpha 154

17 Aug 22:55
cf6558e
Compare
Choose a tag to compare

This release consists mostly of minor bug fixes

  • The legacy hterm frontend has been removed
  • Profile colours now show up in the profile selector
  • Fixed instantiating saved layouts
  • Custom tab titles are now recovered after a restart
  • Fixed jump hosts not inheriting default profile settings
  • Fixed titlebar not adjusting to macOS fullscreen mode
  • macOS: don't exit when the last window is closed
  • Profiles: color field now autocompletes
  • Telnet: fixed window size negotiation message order

Alpha 152

06 Aug 09:03
78f25a7
Compare
Choose a tag to compare
  • Fixed profiles not getting saved
  • Fixed various hotkeys not registering
  • Fixed "split to the bottom" splitting to the top
  • Selectors: filter per search term instead of the entire search input (Alexander Wiedemann) #4363