Releases: Eugeny/tabby
Releases · Eugeny/tabby
Alpha 188
Changes
- Added option to hide tabs in fullscreen mode
- Added Jazz color scheme (allan.mangan) #7546
- Disabled dynamic tab titles for SSH by default
- Mark duplicate hotkeys (Benjamin Brandmeier) #7667
- Updated bundled clink version
- Updated xterm
- Updated locales
Fixes
- Fixed icon visibility for vertical tabs (Benjamin Brandmeier) #7566
- Deactivate Focus follows mouse as Maximize the active pane is active (Dani Nugraha) #7591
- SSH: handle Unicode characters that are chopped up between chunks
- Debounced typing in search field - #7579
- Fixed #7588 - prevent selector from opening when one is already open
- Fixed #7522, fixed #7577 - sftp: keep permissions when editing file locally
Alpha 187
Changes
Fixes
- d26ce6c: Fixed broadcast / focus all command being unavailable for SSH tabs - #7481
- 0f0f61f: SSH: correctly handle MaxSessions when multiplexing - #6263, #7460
- 9c89bab: Fixed Zmodem errors - #6677, #5845, #5243, #5132, #5021, #7511, #7053, #6917, #6639, #6259, #6182, #6122, #5845, #5737, #5701, #5609, #5311, #5243, #5231, #5132
Alpha 186
Alpha 185
Important changes
xterm-webgl
is now the default terminal frontend - if you encounter issues with it, you can change it back to xterm
in Settings -> Terminal. Keep in mind that the setting only applies to newly opened tabs.
New features
- 512d2da: added the missing select-all hotkey - fixes #3081, fixes #3141
- 48afeb9: added a new right click behaviour matching windows terminal - fixed #7083
- 1171330: added minimum contrast ratio setting
- 7ed7ec3: fixed #7322 - made whitespace trimming on paste optional
- 0ea2adf: fixed #3862 - option to close the window when closing all tabs
Changes
- 12f971d: fixed #7030 - directional pane navigation
- 96b3a40: fixed #7004 - terminal not focusing after exiting search
- 973dd55: fixed missing en-GB translation - #7199
- e1c07e7: set xterm-webgl as default frontend
- aa439cc: make ctrl-f select the search query
- a29a552: fixed linkifier plugin not working with multiple providers
- d3982f5: fixed #7288 - resize PTY when zooming in/out
- 270f273: fixed #7028 - only trim starting whitespace in pasted text if it's a single line
Alpha 184
- d70d1b2: Updated xterm to v5 - fixes #5612
- 6fff872: Support private key forwarding to winscp (Artur) #7143
- 6fbb2a2: Added Linux ARM builds (Jai A P) #6612
- 166fc2e: Fixed outdated plugins in the plugin list (Thomas LACAZE) #7021
- 753667a: Add Melange (Dark) theme (Spenser Black) #7158
- 3090686: Change the default "scroll up" / "scroll down" hotkeys - fixes #6878
- 27e023a: Added PgUp/PgDown support and fuzzy search to the profile selector - fixes #6872
- fbea7db: Expose combined context menu in tab header and add visual context menu button - fixes #6966
- 2bf0ef3: Only trim pasted text when it's a single line - fixes #7028, fixes #7064
Alpha 183
Alpha 182
- SSH:
rsa-sha2-*
signature support - fixes #6804 - Added search field for the installed plugin list #6713 (Qiming-Liu)
- Added a "restart session" hotkey and an option for the tab context menu #6709 (Qiming-Liu)
- Fixed #4686, fixed #6506 - font lookup issues on Windows
- Fixed tab showing activity indicator even without new data (Matheus Castello) #6693
- Added hotkeys to scroll the terminal
Alpha 181
- macOS Ventura compatibility
- optimized flow control performance
- updated locales, added Indonesian and UK English
- added support for Ctrl-/ and Ctrl-@
- fixed "notify on activity" not working for the currently active tab
Alpha 179
- Fixed flaky startup on Linux
Alpha 178
- Experimental sixel graphics support
- Added 'focus follows mouse' mode for pane navigation (Atte Timonen) #6465
- Added hotkeys for navigating to a specific pane (Atte Timonen) #6465
- Update icons for built-in Windows profiles (Liangcheng Juves) #6414
- Fix the problem that the
Developer Prompt for VS 2022
profile could not be loaded (Liangcheng Juves) #6414 - Added Ukrainian translation
- Improved flow control for better speed
- Fixed overview ruler alignment
- More prominent active search result highlighting
- macOS: accept first mouse click
- Allow customizing selection foreground color
- Hide description in selector model if it's the same as the title (Brandon Rothweiler) #6493
- Allow directly opening script (.sh / .bat / .ps1) and .command files