Releases: Eugeny/tabby
Releases · Eugeny/tabby
Alpha 170
-
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
- 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
- Fixed restored local tabs being unresponsive
- Serial: added slow feed mode
Alpha 167
Fixed startup issues on macOS.
Alpha 166
Fixed startup issues on Windows.
Alpha 165
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
Alpha 162
- 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
- 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
- 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)