Skip to content

Releases: Eugeny/tabby

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

Alpha 151

04 Aug 21:08
3f0db97
Compare
Choose a tag to compare
  • Fixed the issue where new profiles could not be saved on Windows
  • Serial: disabled local echo by default
  • SSH: you can now edit remote files locally
  • Panes: reworked drop zones to allow more pane drop positions
  • Fixed glitchy window drag in macOS
  • Fixed start page button flickering
  • Serial: reverted default CRLF processing to none
  • Fix: keep "disable dynamic title" while duplicating or restoring a tab

Alpha 150

31 Jul 17:29
cc6cfec
Compare
Choose a tag to compare
  • You can now rearrange split panes by holding Cmd-Shift or Ctrl-Shift and dragging them around:

Screenshot 2021-07-31 at 19 08 13

  • Split tab title now combines titles of all panes
  • Fixed config file getting spontaneously erased
  • Hotkeys can now consist of modifier keys only

Changes from Alpha 149 included in this release

  • You can now drag other tabs into the current tab to attach them as split panes
  • Profiles: option to limit or disable "recent profiles"
  • SFTP: transfers are now written into a temporary file first, and then moved into place when the transfer is complete
  • SFTP: the panel (and WinSCP) will open in the current directory if configured
  • SFTP: tabby will prevent OS from sleeping during transfers
  • SSH: make sure keepalive is enabled by default

Alpha 148

18 Jul 21:05
ff49b9e
Compare
Choose a tag to compare
  • Added an option to set the shell command either as a single-line escaped command or as program name with arguments. This allows you to both have the convenience of just writing out arguments in a single line and not having to escape everything manually for complex arguments (hello hellish Windows shell escaping rules πŸ‘‹)

image
image

  • Fixed profile naming for shells from /usr/local/bin
  • Serial: fixed missing port names in builtin profiles
  • Settings: added a release notes viewer
  • UI: fixed button styles that got broken in v1.0.147