Skip to content

Releases: sedwards2009/extraterm

Extraterm v0.44.1

01 Sep 07:53
Compare
Choose a tag to compare
Extraterm v0.44.1 Pre-release
Pre-release

Bug fix release:

  • Fix fonts with spaces in their names would fail to load. issue 206
  • Use all of the available colored glyphs on Windows.
  • Prevent some cases where wide glyphs would be cut in half.
  • Fixed a whole lot of memory leaks.
  • The application version in package.json is correct this time. issue 207
  • Reduce the amount of memory used when updating the terminal. (disable Ace UndoManager)
  • Fix problem where horizontal scrolling won't show contents.
  • Move focus away from the window maximise button after click.
  • Fix the coordinates being out by (1,1) for urxvt mouse reporting.

Extraterm v0.44.0

21 Aug 18:50
Compare
Choose a tag to compare
Extraterm v0.44.0 Pre-release
Pre-release

Cursor styles, blinking and bug fixes

New features:

  • Added cursor style options underscore/bar and vertical beam.
  • Added cursor blink option.

Bug fixes:

  • Fixes to the list-fonts-json utility which may have caused Extraterm not to start up. issue 200
  • Fixed bug which caused the text viewer to not resize correctly.
  • Make color emoji once again appear on Windows.

Extraterm v0.43.0

14 Aug 20:03
Compare
Choose a tag to compare
Extraterm v0.43.0 Pre-release
Pre-release

Improved character rendering and new features

This feature release brings big internal changes to how characters and text is drawn to the screen. This delivers more accurate glyph rendering and alignment, and in some cases it may also bring a speed boost. Most importantly it brings a solid foundation on which to build many new and many highly requested features.

New features:

  • Improved character rendering and alignment
  • 24bit color support
  • Pixel perfect box drawing characters
  • Curly character style
  • Double underline character style
  • "Overline" character style
  • More Tips

Bug fixes:

  • "Show and focus" how key will show the window but not properly focus. issue 203
  • Improvements to how different screen DPIs are handled.
  • Fixed bug which sometimes caused the terminal to have the wrong size at start up.
  • Fixed the keyboard shortcuts in the tips.
  • Added needed DLLs on Window for the font detection code. issue 200

Extraterm v0.42.2

30 May 21:27
Compare
Choose a tag to compare
Extraterm v0.42.2 Pre-release
Pre-release

Bug fix release:

  • Fix the list-font-json.exe which had some compile weirdness which causes problems for some. issue 192
  • Improvements and clarifications to the keybindings interface. issue 193
  • Fix for switching tabs via keyboard messing things up when in edit mode.
  • Fix for the problem where the command palette would sometimes refuse focus.
  • Fixes for the show command. It now detects and shows more text file formats.

Extraterm v0.42.1

04 May 20:53
Compare
Choose a tag to compare
Extraterm v0.42.1 Pre-release
Pre-release

Bug fix:

  • Fix the problem where the clipboard copy and paste shortcuts don't work. issue 190

Extraterm v0.42.0

03 May 14:13
Compare
Choose a tag to compare
Extraterm v0.42.0 Pre-release
Pre-release

This feature release adds the option to change the title shown in terminal tabs. Fields and icons are available to format the tab title. It is accessible via the "Edit title" command or context menu on the tab. (Specifying tab titles for session type will be added in the future.)

Features:

  • Terminal tab titles can be edited.
  • Double click selecting words now accepts a wider range of characters. issue 178
  • An initial current directory can be specified for sessions. issue 184

Bug fixes:

  • Ctrl+Left and Ctrl+Right keys now work in Tmux and Screen. issue 176
  • Cmd+C and Cmd+V now work in macOS for text inputs in the UI. issue 185

Extraterm v0.41.4

15 Apr 17:47
Compare
Choose a tag to compare
Extraterm v0.41.4 Pre-release
Pre-release

Bug fixes:

  • Allow the UI to scale when screen DPI changes. issue 179
  • Prevent the text areas from scrolling too far at times and looking wrong

Extraterm v0.41.3

07 Apr 19:35
Compare
Choose a tag to compare
Extraterm v0.41.3 Pre-release
Pre-release

Bug fixes:

  • Fix the Atomic Light and Dark themes which failed to load.
  • Make the image viewer work again. issue 177
  • Fix support for WSL Linux installations which mount drives in different locations. issue 155
  • Fix a bug which prevented the Tip dropdown from opening.
  • Cosmetic fixes for the UI in the Audio viewer.
  • Instances of "toogle" have become "toggle". issue 174

Extraterm v0.41.2

25 Mar 21:15
Compare
Choose a tag to compare
Extraterm v0.41.2 Pre-release
Pre-release

Bug fix:

  • Don't give an ugly error message at start up if the config file is missing.

Extraterm v0.41.1

23 Mar 08:39
Compare
Choose a tag to compare
Extraterm v0.41.1 Pre-release
Pre-release

Bug fixes:

  • Pasting blocks of text correctly handles line endings. issue 164, issue 167
  • "Type selection" and "type selection plus CR" commands were missing keyboard shortcuts. Fixed.
  • Window positioning was sometimes wrong and/or unusable on MS Windows. issue 153, issue 120