Skip to content

Releases: sedwards2009/extraterm

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.

Extraterm Qt v0.60.0

26 Apr 08:44
Compare
Choose a tag to compare
Extraterm Qt v0.60.0 Pre-release
Pre-release

First preview release of the Qt based version of Extraterm.

This can be safely installed along side the previous Electron based Extraterm versions (anything before version 0.60).

More information about this release can be found in the news post on the website.

Extraterm v0.59.4

21 Jan 17:48
Compare
Choose a tag to compare
Extraterm v0.59.4 Pre-release
Pre-release

Fixes:

  • Fix for issue 363 where the middle mouse button configuration was not being respected. (thanks Dmitriy Baranov)

Extraterm v0.59.3

26 Jul 19:51
Compare
Choose a tag to compare
Extraterm v0.59.3 Pre-release
Pre-release

Bug fixes:

  • macOS: Set the LANG environment variable. #350 (Yoichi NAKAYAMA)
  • Make the new window command work again.

Extraterm v0.59.2

01 May 19:34
Compare
Choose a tag to compare
Extraterm v0.59.2 Pre-release
Pre-release

Changes

  • Windows: Changed the launcher program extraterm.exe to avoid having Microsoft Defender incorrectly flag it as being a threat, i.e. false positive. #343

Extraterm v0.59.1

23 Apr 17:03
Compare
Choose a tag to compare
Extraterm v0.59.1 Pre-release
Pre-release

Bug fixes

  • If the Extraterm process is forced to exit or crashes, then it might not start up again. #342

Extraterm v0.59.0

17 Apr 09:59
Compare
Choose a tag to compare
Extraterm v0.59.0 Pre-release
Pre-release

This release changes how the main Extraterm application is started up. It will now try to open the first terminal session in the same directory from where Extraterm was started. This makes it easier to support integration with operating system desktops. For example, support for the "Open in Terminal" menu item in Linux Mint's file manager and other Linux desktops.

Also, if Extraterm is run again, then a new terminal tab is opened and the window is brought to the top.

Features

  • "Open in Extraterm" option added to Windows Explorer's context menus during install. #330
  • Added command to open the current directory in the desktop file manager.
  • Added command to copy the current directory path to the clipboard.

Extraterm v0.58.0

19 Feb 20:53
Compare
Choose a tag to compare
Extraterm v0.58.0 Pre-release
Pre-release

Autocomplete is the big feature for this release. Ctrl+; or Cmd+; will open the autocomplete pop up at your cursor where you can quickly search and select a line of text to type directly into your terminal. The list of suggestions is filled by scanning the last two pages of text on the screen.

Searching in the autocomplete, command palette, and other lists of options has been improved too with "fuzzy matching". It finds the best match by matching in in a smarter way just like in text editors like Sublime Text and Visual Studio Code.

Features

  • Autocomplete based on the screen contents. #264
  • Fuzzy matching in the command palette and related list pickers.
  • Improved link detection in mark up. #324

Bug fixes

  • Auto-focus the empty pane menu after splitting. #319
  • Fix initial directory for Linux sessions. #310 #327
  • Fix rendering corruption when a huge number of colour/glyph combinations are used. #323

Changes

  • Rename the "Move Tab Left" etc commands to clearer "Move Tab to Pane Left" #331
  • The emoji picker opens up at the cursor position now.