Releases: sedwards2009/extraterm
Extraterm v0.30.0
This release is focused on big improvement to how the show
and from
commands do their work. Now it is possible to use show
and from
to move and operate on large files. These files are kept on disk in encrypted form as long as Extraterm is running and the files are still present in a terminal tab. show
also supports showing binary files as downloads.
- Robust large file transfers. issue #67.
- Add support for dragging files directly from a frame into your file manager / Windows Explorer / Finder.
- Limiting the size of the scroll-back is now done by raw pixel size, and also by the number of frames. Frames are being directly limited because they are quite heavy on resources.
- Fixed a bug where the Command Palette would refuse focus. (only saw this problem on Windows)
- Fixed a bug where cursor mode didn't work for images. issue #72
Download it from Github
Extraterm v0.29.2
This bug fix release fixes a bad problem where Extraterm won't start up if its configuration directory doesn't exist.
Fixes issue #65.
Extraterm v0.29.1
This release just fixes a recently introduced bug which broke the from
command.
Extraterm v0.29.0
This release focuses on eliminating UI and text alignment glitches, and adds UI scaling.
Added:
- Option in the Settings tab to scale the size of UI.
- Show an icon in the frame of Tips.
Changed:
- Disable Blink's DPI dependent UI scaling and do it manually. Fixes numerous layout glitches.
- Write application logs to
$SETTINGS_DIR/extraterm/extraterm.log
- Make 'atomic-dark' the default UI theme.
- Added a close pane button to the Pane Menu.
Fixed:
Extraterm v0.28.0
Changed:
- The Extraterm security cookie has been renamed to LC_EXTRATERM_COOKIE to allow it to be forwarded automatically across SSH.
- The bottom of frames no longer overlap the contents slightly.
Fixed:
- Fix a bug where the display may appear to quickly bounce after executing a command with no output.
- Mostly fixed Zsh right-hand-side prompt positioning.
- Fix copy and paste inside viewer tabs.
- Fix a problem where the last pixel line may be cut off at the bottom of a terminal tab.
- Fix the "Inject Fish Shell Integration" command which was completely broken.
- The "Inject Shell Integration" commands now hide most of the injected code from view.
- The "Inject Shell Integration" commands can now be safely applied multiple times to the same session.
- Fix the pulldown in the tips and make it appear again.
Extraterm v0.27.0
- Adds "Inject Bash Shell Integration", "Inject Fish Shell Integration" and "Inject Zsh Shell Integration" commands.
- Updates to the docs and the addition of a website for the project.
Extraterm v0.26.0
- Added the new Extraterm logo. Thanks go to Gabriel Harel.
- Frames containing text and terminal output now spawn horizontal scrollbars if needed.
- Make the command palette appear after right mouse button in viewer tabs.
- Fix calculating the width of the terminal in the presence of fractional widths.
- Fix glitchy behaviour where text may shift up/down.
- Fix middle mouse button clipboard paste when done below the terminal area.
- Fix a bug where the current shell disappears after executing commands with the shell scrolled off screen.
- Fix a crash when exiting the app via the window close button.
- Prevent Electron from loading dragged and dropped files into the our windows.
- Copy mouse selections inside a viewer tab to the clipboard automatically.
- Make the "type selection" commands work when the cursor is not inside a frame but inside text.
- Strip out unneeded files from the packages/zips.
Extraterm v0.25.0
This adds 'drop zones' to every pane for when using drag and drop. Dropping a frame or tab on one of these zones will split the pane in two and move the dragged item. e.g. dropping frame in the bottom part of a pane will split it horizontally and show the frame in the bottom half.
Extraterm v0.24.0
Added drag and drop support for command frames. You can drag them up to the tab bar or outside Extraterm into any application which will accept plain text.
Extraterm v0.23.0
Tabs can now be moved around using drag and drop or via the "Move tab *" commands in the command palette.