Extraterm Versions Save

The swiss army chainsaw of terminal emulators

v0.76.1

1 month ago

Fixes

  • Fixed bug which prevented Extraterm from starting up on Windows.

v0.76.0

2 months ago

Features

  • The Extraterm Commands like show and from are now rewritten in C and don't require Python to be present to run.

  • Image blocks now have a "Copy image to clipboard" option available.

Fixes

  • When copying multiple lines of text, now only the trailing whitespace is trimmed off.

  • Random bug fixes related to blocks and the show command.

v0.75.0

5 months ago

Features

  • URLs can be drag and dropped into terminals.

Fixes

  • "Find" extension had a performance bug when large scrollbacks are involved.

  • "Clipboard Paste" keyboard shortcut would sometimes not work.

  • Windows Start Menu shortcut icon image was wrong.

v0.74.0

6 months ago

Features

  • "Theme" and "Theme Compact" window title styles are available again on Linux and Windows. Note: There is a known problem on Windows where window snapping doesn't work with customer window titles.

Changes

  • Extraterm on Linux now rounds DPI internally to integers to avoid rendering artifacts.

v0.73.0

8 months ago

Features

  • Mouse wheel on the tab bar now scrolls it horizontally
  • Added commands and keyboard shortcuts added to move the focus to the (split) pane on the left/right/above/below.
  • Added commands to split the tab into vertical or horizontal panes
  • Empty panes now contain a command palette style menu

v0.72.0

10 months ago

This release is centered around integrating the Qt-Advanced-Docking-System. This adds a huge amount of flexibility regarding how tabs work. Now you can drag tabs in and out of their window and between windows. Tabs can also be dragging side-by-side into separate "split" panes of groups of tabs.

Commands still need to be added to the Command Palette for tasks such as splitting a tab off into its own pane, and improved keyboard navigation between split tabs.

Features

  • Tabs can be dragging in and out of windows.
  • Tabs can be arranged into "split panes" side-by-side.
  • A "tab menu" dropdown is available in the top right corner of each group of tabs.

Bug Fixes

  • "Clean Scrollback" command works again and doesn't crash.

v0.71.1

1 year ago

Bug Fixes

  • Fix TTC format fonts crashing Extraterm #402
  • Fix for some fonts causing Extraterm to hang when loading.
  • Fix for a crash when a font file is missing some TTF data tables.

v0.71.0

1 year ago

This release is a mixed bag of smaller features and fixes.

First, an update checking extension has been added which, if you allow it, will check for new Extraterm releases every day and bring you any good news. It respects your privacy and doesn't send anything which can track you.

Extraterm now supports "Input Methods" meaning keyboard and character input support for different languages is greatly improved. Keyboard layouts with dead keys, compose keys or even on-screen character menus should work correctly now.

Text selection has been improved. Starting a selection with the shift key + mouse will perform a block selection instead of a normal one. Selections can now be adjusted after they have been made, by shift clicking to change where they start or end.

Extraterm now understands and supports other shell integration escape codes. nushell has built in support for these codes and Extraterm can now use them.

Features

  • Update Checker
  • Block selections
  • Extending selections
  • Support for Input Methods #411 #408
  • Support for FinalTerm/iTerm2/VSCode style shell integration escape codes

Bug Fixes

  • Fixed a couple UI rendering problems affecting radio buttons
  • Fixed problem where keyboard shortcuts don't appear to work immediately after application startup. #413
  • On Windows, don't trigger the WSL2 VM to start up when Extraterm starts #401

Changes

  • Add showDialog() to Extension API
  • The selection is cleared if the cells below it are modified.

v0.70.0

1 year ago

Version 0.70 upgrades the underlying Qt version from 5 to 6. Support for global shortcuts has been restored too. Qt 6 might introduce some sizing and rendering glitches, especially when different monitor DPIs are involved. Please report any instances of this happening.

Features

  • Global shortcuts

Bug Fixes

  • Fix "portable mode" and its configuration file. issue #398
  • Make font size increase/descrease keyboard shortcuts work anytime a terminal tab has focus.
  • Shell integration for Fish tries harder to avoid running in non-interactive sessions.
  • Make the launcher exe open a default terminal on macos

Changes

  • Upgrade to Qt 6
  • Improved the search and ordering of items inside lists like the Command Palette, auto-completion, etc.
  • The zip build for Windows is back again.

v0.69.0

1 year ago

The new Colorizer extension has been added. This is a completely new extension which can automatically highlight certain words in the terminal output. For example, "Warning" and "Error". It is configurable and supports regular expressions so you can detect and highlight things like dates and IP addresses if you want to.

The Tips extension makes a come back in this version too.

Features

  • Add Tips extension
  • Add Colorizer extension
  • Extension API supports adding pages to the Settings tab.
  • Warn when the regexp is invalid in the Find extension
  • Command line "scripting" interface is working again. Starting the app a second time will once again reuse the existing instance and open a new terminal.
  • Add the application Quit command

Bug Fixes

  • "Bracketed paste" was not always being applied.
  • Fix a bug which broke the Aa and .* buttons in the Find extension.
  • Move windows which are off screen, onto the visible screen.
  • Fix bug where closing all terminals, then opening a new one => crash.
  • Prevent the "Copy Command" from sometimes crashing the whole application.

Changes

  • Convert line endings when pasting muli-line text on Windows.
  • Tweaked the size of icons in block header bars.
  • Keep the icon popup on screen in the Terminal Title extension.
  • Catch and log exceptions and make the extension API more robust.
  • Limit tabs commands to running only when a tab is focused