Skip to content

Releases: sedwards2009/extraterm

v0.78.1

25 Jun 19:42
Compare
Choose a tag to compare

Fixes

  • Windows resizes on SSH terminals gave wrong cols/rows.

v0.78.0

19 Jun 21:02
Compare
Choose a tag to compare

Features

  • Initial SSH client support - Supports password and private/public key authentication.

Changes

  • Italic fonts are shown in a smaller size to fit in the cell size.

v0.77.0

14 May 18:25
Compare
Choose a tag to compare

Features

  • iTerm image protocol support
  • Block cursor becomes an outline after losing focus
  • Option for a blinking cursor

Changes

  • Support for CSI > q terminal query command

Extraterm v0.76.1

10 Apr 18:16
Compare
Choose a tag to compare
Extraterm v0.76.1 Pre-release
Pre-release

Fixes

  • Fixed bug which prevented Extraterm from starting up on Windows.

Extraterm v0.76.0

24 Feb 16:22
Compare
Choose a tag to compare
Extraterm v0.76.0 Pre-release
Pre-release

Features

  • The Extraterm Commands like show and from are now rewritten in C and don't require Python to be present to run.

  • Image blocks now have a "Copy image to clipboard" option available.

Fixes

  • When copying multiple lines of text, now only the trailing whitespace is trimmed off.

  • Random bug fixes related to blocks and the show command.

Extraterm v0.75.0

26 Nov 09:19
Compare
Choose a tag to compare
Extraterm v0.75.0 Pre-release
Pre-release

Features

  • URLs can be drag and dropped into terminals.

Fixes

  • "Find" extension had a performance bug when large scrollbacks are involved.

  • "Clipboard Paste" keyboard shortcut would sometimes not work.

  • Windows Start Menu shortcut icon image was wrong.

Extraterm v0.74.0

04 Nov 19:35
Compare
Choose a tag to compare
Extraterm v0.74.0 Pre-release
Pre-release

Features

  • "Theme" and "Theme Compact" window title styles are available again on Linux and Windows. Note: There is a known problem on Windows where window snapping doesn't work with customer window titles.

Changes

  • Extraterm on Linux now rounds DPI internally to integers to avoid rendering artifacts.

Extraterm v0.73.0

07 Sep 18:55
Compare
Choose a tag to compare
Extraterm v0.73.0 Pre-release
Pre-release

Features

  • Mouse wheel on the tab bar now scrolls it horizontally
  • Added commands and keyboard shortcuts added to move the focus to the (split) pane on the left/right/above/below.
  • Added commands to split the tab into vertical or horizontal panes
  • Empty panes now contain a command palette style menu

Extraterm v0.72.0

29 Jun 19:41
Compare
Choose a tag to compare
Extraterm v0.72.0 Pre-release
Pre-release

This release is centered around integrating the Qt-Advanced-Docking-System. This adds a huge amount of flexibility regarding how tabs work. Now you can drag tabs in and out of their window and between windows. Tabs can also be dragging side-by-side into separate "split" panes of groups of tabs.

Commands still need to be added to the Command Palette for tasks such as splitting a tab off into its own pane, and improved keyboard navigation between split tabs.

Features

  • Tabs can be dragging in and out of windows.
  • Tabs can be arranged into "split panes" side-by-side.
  • A "tab menu" dropdown is available in the top right corner of each group of tabs.

Bug Fixes

  • "Clean Scrollback" command works again and doesn't crash.

Extraterm v0.71.1

05 May 14:05
Compare
Choose a tag to compare
Extraterm v0.71.1 Pre-release
Pre-release

Bug Fixes

  • Fix TTC format fonts crashing Extraterm #402
  • Fix for some fonts causing Extraterm to hang when loading.
  • Fix for a crash when a font file is missing some TTF data tables.