Terminus Versions Save

A terminal for a more modern age

v1.0.194

1 year ago

Fixes

  • 0f71618: fixed #8100 - search box layout issues in the new theme

v1.0.193

1 year ago

Commits

  • 2e72774: fixed copying as HTML - fixes #8092, fixes #8091 (Eugene Pankov)

v1.0.192

1 year ago

Commits

  • ef3c9e3: fixed #8028 - ghost panes and missing pane drag handle (Eugene Pankov)
  • beb7c61: fixed #8093 - SFTP panel visual issues (Eugene Pankov)

v1.0.191

1 year ago

Fixes

  • c2e7241: fixed a few issues with the new theme - #8088

v1.0.190

1 year ago

Changes

  • 1e5cfd1: a new standard theme that follows your terminal color scheme and has adjustable paddings (#7891) #7891

Fixes

  • c8b5501: Fix serial Hexadecimal write (#8035) (Osman Karaketir) #8035

v1.0.189

1 year ago

Features

  • 69d884e: separate color schemes per profile - fixes #5885, fixes #4593, fixes #3516, fixes #7457, fixes #765
  • 1397d0f: SFTP: allow editing the current SFTP path by double-clicking - #7154, fixed #7291, fixed #7295, fixed #6666, fixed #6646, fixed #6354, fixed #5646
  • Sync: added button to delete remote config #7858 (Clem)
  • SFTP: added "copy full path" context menu item - fixed #7013, fixed #6866 (Eugene Pankov)
  • 842636a: #7315 - added terminal identification option on windows (Settings -> Profiles -> Advanced)

Bug Fixes

  • 85bb7a2: potentially fix config corruption - #5355, #7874
  • Prevent backspace accidentally erasing the last character in the profile selector #7860 (Clem)
  • 8bf5065: fix Eugeny/tabby#7254 - config sync replace ngModelChange by key down enter (Clem) #7791
  • e4ab127: SSH: agent auth fixes (Sicco) #7857
  • ac5019f: fix Eugeny/tabby#4684 - removing profile's hotkeys on profile delete (Clem) #7884
  • e018197: avoid infinite loop on incorrect private key passphrase
  • f3d3e10: fixed #7775 - line height changing unexpectedly when zooming in/out
  • 24f8a4b: fixed #7755 - prevent release notes links from navigating away
  • b624218: fixed #7745 - skip incorrect WSL registry entries

Changes

  • c57a7e7: Improved hotkey filter performance (Benjamin Brandmeier) #7757
  • Published typings for tabby-ssh #7844 (Elizabeth Martín Campos)
  • export AppHotkeyProvider from tabby-core #7884 (Clem)
  • 7491c31: fixed #7841 - clear SSH service messages by default

v1.0.188

1 year ago

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

v1.0.187

1 year ago

Changes

  • d038ac6: Added Swedish translation
  • 875e693: Improved pane rearranging UI

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

v1.0.186

1 year ago

New features

  • f094db9: Added a command palette - #6164
  • 1f5ed21: Added a "focus all tabs" hotkey and command (aka "broadcast") - #5193
  • 1eebe42: updated locales, added Afrikaans

Changes

  • 688b9de: use winSCP.com utility to convert private key to ppk to launch winSCP (Artur) #7398
  • 4ea3e88: fixed bell sound #5931 (Andrii Zhovtiak) #7368
  • 856c042: fixed #7081 - laggy tab open/close animation

v1.0.185

1 year ago

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