Releases: sedwards2009/extraterm
Extraterm v0.41.0
Note: If you have made customised keybindings then you will have to delete it, duplicate and recreate it again. Sorry.
Feature:
- Find in scrollback. issue #68
Bug fixes:
- Correctly show/hide window controls depending on the settings. issue #159
- Fix the open folder buttons in the Appearance settings tab. issue #151
This release contains a lot of internal infrastructure work around 'commands' and keybindings and also refactoring regarding how the application is rendered. This work provides a foundation for a future extension API and also faster development.
Extraterm v0.40.0
First feature release for 2019 has:
- Added context menus through out the app.
- Added "Select All" menu option.
- Added option for disabling "automatic copy selection to clipboard". issue #145
- It is now possible to configure where user settings are stored. issue #138
Extraterm v0.39.0
This feature release introduces:
- Configurable global shortcuts for showing and hiding the window.
- Optional system tray icon.
- Option to minimize the window to the system tray.
- macOS: Fonts in .dfont format can also be selected.
Extraterm v0.38.1
This is a small bug fix release.
- Windows: Fix for keymaps which use AltGr. issue #136
- macOS: Don't let key strokes go through to the terminal when IME is being used.
Extraterm v0.38.0
This release introduces a new default user interface theme called "Two Dark". It is a port and tweak of the "One Dark" theme from the Atom text editor. It is a modern and minimal theme and just like in Atom, it also automatically adapts to the selected terminal color theme. Matching terminal and syntax color themes have also been added. The previous two UI themes are still available.
Other new features:
- Compact window title bar style option for all UI themes.
- Configurable padding/margin for the terminal window and around frames.
This release also contains significant "behind the scenes" work to simplify the CSS and styling used for the UI.
Extraterm v0.37.4
Bug fix release:
- Don't show a nasty error message when closing Windows sessions via the close button. issue #98
- Fix a bug where unneeded refreshes consume too much CPU.
- Improve error handling of misconfigured Cygwin sessions.
- Correctly position the "restart needed" message for the title bar settings.
Extraterm v0.37.3
Fix for a regression introduced in the last release which broke the UI scaling.
Extraterm v0.37.2
This release just fixes a blocking bug for macOS reported in issue 131.
Extraterm v0.37.1
This release fixes a build and packaging issue which affected macOS builds and caused problems when installing Extraterm on case-insensitive file systems. issue 130
Extraterm v0.37.0
New features and fixes:
- Keybindings are now configurable from inside Extraterm. issue 79
- Arguments for the shell can now be specified for terminal sessions. (Contributed by Nick Shanny)
- Fix for computing the width of asian characters. (Contributed by Tatsuro YOKOTA)
- Added macOS DMG builds to releases.
- Added an installer for Windows.