Releases: sedwards2009/extraterm
Extraterm v0.57.0
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
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
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
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
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
Extraterm v0.54.0
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
Extraterm v0.53.1
Changes
- Rendering speed improvements for ligatures
- Improved latency between receiving data and rendering
Extraterm v0.53.0
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
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
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.