Skip to content

Releases: Eugeny/tabby

Alpha 144 - "Tabby"

01 Jul 23:15
cb06a8e
Compare
Choose a tag to compare
  • The app has been renamed to Tabby - see here for background.
  • Bumped node-pty to latest stable

Alpha 143

28 Jun 23:07
c61be3d
Compare
Choose a tag to compare
  • Added hotkeys to loop through panes
  • Added support for IPv6 addresses in SSH quick connect field
  • Bracketed paste is now only used when support is advertised by the shell
  • SFTP/Zmodem: added size and speed display for transfers
  • SSH: fixed agent authentication
  • SSH: added an option to reuse private keys stored in the Vault
  • SSH: added an option to force the SSH agent connection type on Windows (Pageant vs OpenSSH)
  • Fixed Ctrl-C not getting broadcast into all panes
  • Prevented "history restored" from popping up in new SSH panes

Alpha 142

25 Jun 14:27
a1172cf
Compare
Choose a tag to compare
  • Fixed the arm64 (M1) macOS build.

Alpha 141

23 Jun 07:38
7cfed6f
Compare
Choose a tag to compare
  • Added macOS Monterey compatibility
  • Fixed disabled plugins not appearing in the plugin manager after a restart

Alpha 140

20 Jun 17:47
9408470
Compare
Choose a tag to compare
  • SSH: added experimental SFTP support
  • SSH: added a File Transfers panel for both SFTP and Zmodem
  • SSH: added PuTTY key format support
  • SSH: fixed multiple Zmodem issues
  • SSH: fixed session not getting disconnected when closing a tab
  • SSH: added a WinSCP launch hotkey
  • SSH: added support for multiple private keys per connection (useful when syncing config across platforms)
  • Vault: added an encrypted container to store passwords and private keys when the OS keychain isn't available. The Vault is encrypted on disk and secured with a master passphrase, see Vault Encryption.
  • Vault: the entire config file can be optionally encrypted and stored in the Vault
  • Splitting a tab no longer restores entire history in the new pane
  • Clicking a pane now cancels multi-pane input
  • Windows: updated the bundled clink version
  • Added CLI options to start SSH and serial connections
  • Windows: auto-set Terminus as %COMSPEC% inside shells
  • Serial: support for custom baud rates

Alpha 139

13 May 17:46
c7bee48
Compare
Choose a tag to compare
  • Reduced RAM usage
  • Fixed the terminal bell
  • Fixed window layout with tabs on side
  • Fixed custom CSS config field not saving
  • Linux: fixed duplicate Terminus icons in docks / taskbars
  • Linux: added Pacman build

Alpha 138

02 May 16:28
f7b603a
Compare
Choose a tag to compare

The SSH update:

  • Better connection list management
  • Permanent port forwards
  • An option to remember private key passphrases
  • Added proxy command support

Alpha 137

16 Apr 19:48
7ab3238
Compare
Choose a tag to compare
  • Fixed terminal output buffering issues
  • Fixed font name autocomplete on Windows

Alpha 136

11 Apr 18:52
8f0ba06
Compare
Choose a tag to compare
  • 🔬 Experimental: PTY handling moved into the main process - with better flow control and Ctrl-C responsiveness.
  • Added a select-all shortcut
  • New tab color and activity indicators with higher visibility
  • Reorganized settings

Alpha 135

14 Mar 13:17
f6d4a51
Compare
Choose a tag to compare
  • Added an option to adjust terminal width (docked on top/bottom) or height (left/right) when docked.
  • Added hotkeys for tabs #11-20 (by @clarkwang)
  • Added hex input/output modes for serial connections
  • Added an option to disable dynamic tab titles for profiles
  • Added a config option to disable automatic "progress" detection
  • SSH passwords are now remembered separately for different ports of the same host (by @iamchating)
  • Fixed custom tab title and color not getting duplicated when duplicating a tab
  • Tab close buttons don't take up extra space anymore
  • Themes can now specify titlebar buttons offset on macOS