Skip to content

Releases: sedwards2009/extraterm

Extraterm v0.20.1

15 Mar 22:28
Compare
Choose a tag to compare
Extraterm v0.20.1 Pre-release
Pre-release

Fix for older Linux x64 systems where the node-sass native node module may cause the application to not start.

Extraterm v0.20.0

18 Feb 08:31
Compare
Choose a tag to compare
Extraterm v0.20.0 Pre-release
Pre-release
  • Added commands to set the tab width and syntax highlighting used inside a text frame from the show command.
  • Fix for a bug where opening a frame containing text for the show command would hang the application.

Extraterm v0.19.0

03 Feb 20:36
Compare
Choose a tag to compare
Extraterm v0.19.0 Pre-release
Pre-release
  • Color emoji also on Linux thanks to Emoji One.
  • Added keyboard shortcuts to quickly move to the previous/next frame.
  • The alt+backspace key now sends the right code.
  • Fixed a bug where pasting text into frames when in cursor mode also pasted into the shell.

Extraterm v0.18.0

23 Jan 19:17
Compare
Choose a tag to compare
Extraterm v0.18.0 Pre-release
Pre-release
  • Added key bindings for PC and Mac OS X which emulate emacs/readline style bindings in the editor.
  • Improved unicode support.
  • Improved support for displaying characters which are not properly monospaced.
  • Limit the size of the input buffer for reading PTY output. This improves responsiveness when stopping programs which produce tons of output.
  • Bug fix for a where the terminal may hang once the scroll-back trimming code took effect.
  • Bug fix for the from command's --xargs option when using Python 2.7.

Note: Some anti-virus programs on Windows may prevent Extraterm from starting up.

Extraterm v0.17.0

05 Jan 19:47
Compare
Choose a tag to compare
Extraterm v0.17.0 Pre-release
Pre-release

Massive speed up for window resizes, font size changes and splt/unsplit, even when there is a lot of stuff in the scroll back.

Note: Some anti-virus programs on Windows may prevent Extraterm from starting up.

Extraterm v0.16.0

06 Dec 19:43
Compare
Choose a tag to compare
Extraterm v0.16.0 Pre-release
Pre-release
  • General performance improvements.
  • Added Reset VT command.
  • Added Clear Scrollback command.
  • Text font size in tabs can be changed with Ctrl-+, Ctrl-+ and Ctrl-=.
  • The Tips have been made more compact.

Extraterm v0.15.0

23 Oct 07:37
Compare
Choose a tag to compare
Extraterm v0.15.0 Pre-release
Pre-release
  • Fix for a bug which hung the app when moving a frame into its own tab.
  • Command palette is now more discoverable and works somewhat as a replacement for the RMB context menu.
  • When the command palette has no filter, then it groups the entries more like a context menu.
  • show command now supports showing multiple files.
  • show command can show data from stdin / pipes. It also automatically detects the type of the data using similar techniques to the unix find command.
  • show command gained explicit charset, filename and mimetype parameters for use when showing data from stdin.
  • from command also accepts multiple frame IDs.
  • from command also gained xargs style functionality where multiple frames can be fetched, put into temp files and then run a command on them. (for example, use diff on the contents of two frames.)
  • Dependencies have cleaned up.

Don't forget to grab the new commands.zip too.

Extraterm v0.14.0

30 Sep 06:34
Compare
Choose a tag to compare
Extraterm v0.14.0 Pre-release
Pre-release
  • Big speed improvements when switching themes due to the use of the native Sass for compilation.
  • The window title bar integrates with the theme. (Native operating system title bars can still be used if desired.)
  • Atomic dark is now the default theme.
  • Screenshots have been updated.

Extraterm v0.13.0

09 Sep 13:11
Compare
Choose a tag to compare
Extraterm v0.13.0 Pre-release
Pre-release
  • 🎉 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

25 Aug 20:34
Compare
Choose a tag to compare
Extraterm v0.12.0 Pre-release
Pre-release
  • 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.