Releases: sedwards2009/extraterm
Releases · sedwards2009/extraterm
Extraterm v0.13.0
- 🎉 Ported versions of the Atom editor's light and dark themes.
- Speed improvements when creating frames.
- Bug fix when the terminal switches between screens.
- Bug fix for the tip viewer not resizing properly.
- Bug fixes for the configuration not being respected.
Extraterm v0.12.0
- A fix for Linux where the keyboard shortcuts don't work correctly if a keymap other than QWERTY is used. This should fix Dvorak support for shortcuts.
Extraterm v0.11.0
- Keyboard handling is fixed and works for non-US keyboards.
- Alt/meta key now works as expected. (Emacs should work fine now). Also other modifiers are sent when keys are pressed.
- Changed some keyboard shortcuts to not conflict with console apps.
- Added a bunch of terminal color themes.
- Useful tips are displayed when opening a new tab (configurable).
- Some other fixes related to flicking and extra blank space appearing.
Extraterm v0.10.0
- CSS styles are now cached between runs of Extraterm which means faster start ups.
- Added the Command Palette which allows quick access and searching to all commands/actions in Extraterm. Default shortcut is Ctrl+Shift+P or Cmd+Shift+P for OS X.
- Added command to toggle line numbers inside frames.
Extraterm v0.9.0
- Possible to select the font used for the terminal text.
- System fonts can be used provided they are in TrueType format.
- Shipping DejaVu Sans Mono font in the Extraterm package.
Extraterm v0.8.0
- Key bindings for OS X.
- Key bindings tab/pane added.
- Fixes for OS X to bring quality up to that of the Linux and Windows versions.
Ctrl+Shift+W
for close frame now closes the last frame in the tab when the cursor is not in a frame.Ctrl+Shift+O
for opening a frame in a new tab opens the last frame in the tab when the cursor is not in a frame.- Quite a few bug fixes.
Extraterm v0.7.0
- UI, terminal colours and text viewer syntax highlighting are now themeable.
- Added a couple themes
- Terminal font size is now adjustable
- Better error reporting on cygwin.
- Plus a bunch of bug fixes.
Extraterm v0.6.0
- A bunch of fixes for starting up on cygwin
Shift+Insert
for clipboard paste- Uses the correct shell on OS X instead of just defaulting to
/bin/bash
If you are on cygwin make sure you have python3 installed! See the FAQ
Extraterm v0.5.0
Some minor bug fixes since 0.4.0.
Extraterm v0.4.0
- Fixed a couple of focus related problems.
- Added Ctrl+Enter and Ctrl+Shift+Enter shortcuts to selection mode to type the selection into the shell, and to execute the selection, respectively.
- Removed some unneeded files from the release zips.