Releases: sedwards2009/extraterm
Extraterm v0.44.1
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
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
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
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
Bug fix:
- Fix the problem where the clipboard copy and paste shortcuts don't work. issue 190
Extraterm v0.42.0
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:
Extraterm v0.41.4
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
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
Bug fix:
- Don't give an ugly error message at start up if the config file is missing.