Skip to content

Releases: sedwards2009/extraterm

Extraterm v0.70.0

05 Feb 18:10
Compare
Choose a tag to compare
Extraterm v0.70.0 Pre-release
Pre-release

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.

Extraterm v0.69.0

27 Dec 17:52
Compare
Choose a tag to compare
Extraterm v0.69.0 Pre-release
Pre-release

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

Extraterm v0.68.0

25 Nov 14:38
Compare
Choose a tag to compare
Extraterm v0.68.0 Pre-release
Pre-release

Find functionality has been added. It is fast and highlights occurences by default.

This also expands the foundations in Extraterm and makes it easier to implement similar extensions in the future.

Features

  • Added Find extension.

Bug Fixes

  • Fix problem where clipboard paste via a mouse button pasted twice.
  • Fixed the window icon.

Extraterm v0.67.0

28 Oct 15:54
Compare
Choose a tag to compare
Extraterm v0.67.0 Pre-release
Pre-release

It is a busy time of the year and this release took much longer to reach than expected. A huge amount of work went into optimising the build process and the final application build files and packaging. Most of the code is now being compressed and unused code is aggressively being removed. This results in smaller package and installer sizes and also an application which starts up faster.

Package 0.66 0.67
Linux zip 69.1MB β†’ 54.6MB
Linux .deb 45.8MB β†’ 37.7MB
macOS .dmg 78.1MB β†’ 35.3MB
Windows installer 47.3MB β†’ 33.6MB

Features

  • Optimised packaging of the whole application. Now takes less space on disk and starts up faster.
  • Upgraded the node-pty version being used. This appears to give a nice speed boost to terminals on different platforms.

Bug Fixes

  • Fixed bug which prevented terminal font size and the tab bar from reacting to screen DPI changes.
  • Fixed a bunch of problems in the mouse support which affected recent versions of htop and mc.
  • On Windows look for the user's home directory in $HOMEPATH instead of $HOME.
  • Fixed bug which stopped custom keybindings from working. issue #387

Changes

  • Removed the old URXVT and UTF8 mouse terminal protocol support.

Extraterm v0.66.0

24 Aug 18:45
Compare
Choose a tag to compare
Extraterm v0.66.0 Pre-release
Pre-release

Features

  • Downloads are supported again via the show command
  • Displaying images is supported again via show
  • Images can now be zoomed in and out
  • Images are zoomed to fit the window (on context menu)
  • from command can pull contents from downloads/images
  • System tray support and "minimize to tray" option is back
  • Custom rendering is used for more Unicode block drawing characters and related geometric shapes.

Changes

  • Extension API was expanded to support custom block types
  • Added Linux AppImage to the list of package formats
  • Debian package has been improved. Extraterm is now available via Debian's "alternatives" system.

Bug Fixes

  • Shell integration script only runs for interactive sessions
  • Launcher program was not finding already running Extraterm instances on Windows.

Extraterm v0.65.0

16 Jul 18:49
Compare
Choose a tag to compare
Extraterm v0.65.0 Pre-release
Pre-release

Features

  • Shell integration utility from is back and working
  • Added command to copy a block's contents or command line to the clipboard. These commands are also on the context menu.
  • Added commands to maximise, minimise, and restore the size of the current window.
  • Taskbar and windows now show the Extraterm logo.
  • Now possible to configure the window title bar text for a terminal. This works much like tab titles.

Extraterm v0.64.0

02 Jul 08:35
Compare
Choose a tag to compare
Extraterm v0.64.0 Pre-release
Pre-release

Features

  • "Insert Emoji" extension is back πŸŽ‰
  • "Autocomplete" extension is back πŸŽ‰
  • New terminals try to open in the same current directory (again)

Bug fixes

  • Improved performance and eliminated Windows "slow down" bug. (Fixed in Qode which we depend on)
  • On Linux, the "super" key is now treated correctly when recording keys. issue 379. (Thanks ashb!)
  • Fix for the extension enable/disable button not updating in the Settings
  • Fix for the terminal size being slightly wrong

Changes

  • Command palette height changes to match the number of items
  • Font size inc/dec commands gained icons
  • "Clear scrollback", "Command Palette", and "Reset VT" were removed from the context menu
  • "Command Palette" is now available on the window hamburger menu

Extraterm v0.63.0

17 Jun 12:44
Compare
Choose a tag to compare
Extraterm v0.63.0 Pre-release
Pre-release

Features

  • Add the "pop out frame" feature back in
  • Add "open last frame in tab" command
  • Highlight the matched characters in the Command Palette when searching

Changes

  • Increased the default UI font size
  • Updated Twemoji font

Extraterm v0.62.0

29 May 17:13
Compare
Choose a tag to compare
Extraterm v0.62.0 Pre-release
Pre-release

Feature

  • Added "Move tab to Window" command
  • Implemented "Max. frames" and "Max. scrollback lines" config
  • Implemented "Automatically copy selection to clipboard" config

Extraterm v0.61.0

13 May 17:54
Compare
Choose a tag to compare
Extraterm v0.61.0 Pre-release
Pre-release

Feature

  • The return of the TLDR Pages extension.