Releases: sedwards2009/extraterm
Releases · sedwards2009/extraterm
Extraterm v0.22.0
- Added support for horizontal and nested splits/panes
Extraterm v0.21.0
- New and improved (multiple) vertical split system.
-Added--dev-tools
command line option to immediately open the Chrome dev tools at start up. - A ton of bug fixes.
Extraterm v0.20.1
Fix for older Linux x64 systems where the node-sass native node module may cause the application to not start.
Extraterm v0.20.0
- 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
- 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
- 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
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
- 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
- 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 unixfind
command.show
command gained explicitcharset
,filename
andmimetype
parameters for use when showing data from stdin.from
command also accepts multiple frame IDs.from
command also gainedxargs
style functionality where multiple frames can be fetched, put into temp files and then run a command on them. (for example, usediff
on the contents of two frames.)- Dependencies have cleaned up.
Don't forget to grab the new commands.zip too.
Extraterm v0.14.0
- 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.