Skip to content

Releases: sedwards2009/extraterm

Extraterm v0.57.0

07 Jan 17:33
Compare
Choose a tag to compare
Extraterm v0.57.0 Pre-release
Pre-release

Features

  • URL detection and automatic linking. #173

Bug fixes

  • Fix for cell "decoration" not fully covering ligatures.

Changes

  • Changes to the Extension API around how blocks are exposed inside terminals.

Extraterm v0.56.0

16 Dec 18:24
Compare
Choose a tag to compare
Extraterm v0.56.0 Pre-release
Pre-release

This release adds support for the hyperlink terminal escape sequence. Hyperlinks are now displayed for utilities output them. For example, ls --hyperlink=auto will display the folder contents with links. Clicking on a link and holding the Control key will open the link in the default external application like your web browser or file manager. A couple of link related menu items appear on the context menu too, "Open link" and "Copy link/path".

Features

  • Support for hyperlink escape sequence. #92

Bug fixes

  • Fix for the window drag area interfering with pop up menus.
  • Fix for the initial session directory not working on Windows. #310
  • Fix the contents of viewer tabs not sizing correctly when the window changes.

Changes

  • The icon for "open frame in tab" has changed.
  • New session menu options have been added to the main window 'burger' menu.
  • New session menu options have been removed from the context menu.

Extraterm v0.55.2

20 Nov 18:42
Compare
Choose a tag to compare
Extraterm v0.55.2 Pre-release
Pre-release

This is a quick release to fix some regression bugs which appeared in the previous release.

Bug fixes

  • Fix broken splits and panes. #309

Extraterm v0.55.1

16 Nov 19:30
Compare
Choose a tag to compare
Extraterm v0.55.1 Pre-release
Pre-release

A bug fix release.

Changes

  • Added "Paste from selection clipboard" option to the mouse button configuration on Linux. #195
  • The terminal session extension API now uses less subclassing for editors.
  • Terminals only stay open on exit if the shell returned a non-zero exit code. #274

Bug fixes

  • Fixed many memory leaks. Long running Extraterm instances will now do a much better job of reusing and/or releasing unneeded memory.
  • Fixed bug where ligatures would not be applied or rendered correctly.
  • Prevent a crash in the font listing when many fonts are available. #304 (Special thanks to Matthew Eddey and Clint Priest for their work tracking this down.)
  • Prevent a nasty hang/crash if the a bash shell runs a new bash shell and the integration executed again. #300

Extraterm v0.55.0

31 Oct 10:28
Compare
Choose a tag to compare
Extraterm v0.55.0 Pre-release
Pre-release

This is a "tapas" release with many smaller features and fixes all gathered and served up together.

Features

  • Added option to keep the window open even when there are no tabs. #279
  • Try to start new terminals in the same directory as the current one. #38
  • Actions on middle and right mouse buttons are now configurable. #221
  • Files/directory dragged on to the Extarterm window, will type the path. #254

Changes

  • Added improved logging when starting WSL terminal sessions.

Bug fixes

  • Scale down oversized glyphs in the base font when needed. #297
  • Removed some Twemoji glyphs which didn't mix with the base font. #297
  • Fixed bug where the context menu didn't appear on terminal viewers surrounded by frames.

Extraterm v0.54.0

17 Oct 11:54
Compare
Choose a tag to compare
Extraterm v0.54.0 Pre-release
Pre-release

Features

  • Added "Insert Emoji" command
  • Terminal titles can be set in the session settings

Changes

  • Extra fields are available to use in terminal title formats. Data from the shell integration can be used here.

Bug fixes

  • Fix oh-my-zsh prompt becoming corrupt. #294 (thanks aral!)
  • Fix odd rendering of some box drawing characters. #296

Extraterm v0.53.1

18 Sep 19:55
Compare
Choose a tag to compare
Extraterm v0.53.1 Pre-release
Pre-release

Changes

  • Rendering speed improvements for ligatures
  • Improved latency between receiving data and rendering

Extraterm v0.53.0

28 Aug 17:56
Compare
Choose a tag to compare
Extraterm v0.53.0 Pre-release
Pre-release

New features

  • GPU accelerated text rendering #218

Changes

  • Improved font rendering; subpixel text antialiasing is used where possible #152
  • Updated emoji support and updated Twemoji glyphs.
  • Emoji widths more closely match iTerm2 and other terminals.
  • Emoji are scaled down to fit inside cells when needed.
  • Italic text is also scaled to fit inside cells.

Extraterm v0.52.0

20 Jul 21:32
Compare
Choose a tag to compare
Extraterm v0.52.0 Pre-release
Pre-release

New features:

  • Support for multiple WSL2 distributions. Selectable in the sessions configuration tab.

Changes

  • On WSL/WSL2 Python 3 no longer needs to be available inside the Linux environment. A proxy written in Go now runs inside the WSL environment.

Bug fixes:

  • Fixed slow down when the scrollback is long.
  • Key code sent for Backspace+modifiers is conform other (Linux) emulators. #271

Extraterm v0.51.0

05 Jun 15:47
Compare
Choose a tag to compare
Extraterm v0.51.0 Pre-release
Pre-release

New features:

  • Support for multiple windows. Available via the window menu in the top right corner.

Changes:

  • Some actions like the context menu are now faster.
  • Shortcuts are now also shown in the window menu.
  • Menu items inside an empty pane are now scrollable.

Bug fixes:

  • Fixed adding keybindings to actions which didn't have a keybindings before.
  • Fixed the close button shown inside empty panes.