Skip to content

Releases: bus-stop/Termination

v0.7.7

10 Feb 17:48
Compare
Choose a tag to compare

Added PowerShell theme

v0.7.6

03 Nov 20:22
Compare
Choose a tag to compare
Prepare v0.7.6 release

v0.7.5

26 Oct 18:51
Compare
Choose a tag to compare
Prepare v0.7.5 release

v0.7.4

11 Aug 21:45
Compare
Choose a tag to compare

Bugfix release for Windows 10/macOS

v0.7.2

04 Aug 22:15
Compare
Choose a tag to compare
Prepare v0.7.2 release

v0.7.1

01 Jan 18:01
Compare
Choose a tag to compare
Prepare 0.7.1 release

0.7.0

02 Dec 18:23
Compare
Choose a tag to compare
v0.7.0

Prepare 0.7.0 release

v0.6.2

05 Apr 17:13
Compare
Choose a tag to compare
Prepare 0.6.2 release

v0.6.1

05 Apr 17:13
Compare
Choose a tag to compare
Prepare 0.6.1 release

0.5.1

02 May 15:04
Compare
Choose a tag to compare

Termination 0.5.1 is out! 🎉
On this release, we focused on improvements of existing features rather than adding new ones. We do have a great new feature, though... thanks to @gutenye, you can now switch directly between up to four opened terminals with alt-shift-*terminal-number*, rather than having to cycle through with alt-shift-k and alt-shift-j.

On the improvements area, the individual terminal themes set colours in the terminal, rather than having a single colour style for all themes - credits to @hanibash
BEFORE                                                                              AFTER
Solarized Dark
Dracula

From upstream, we added a bug fix when resizing the panel (by @mgyongyosi).
We also merged a proposed change from upstream by @pietrodn that fixes a type error with termination:focus if a terminal window is not already opened (see #38 in our Issues tracker).

CHANGELOG

  • Removed unnecessary keybindings for termination:focus
  • Added keyboard shortcut to open/switch between up to four open terminals - @gutenye (Guten Ye)
  • Merged #24 from @hanibash (Hani Sharabash). Themes are in charge of setting ANSI colours.
  • Fixed bug when resizing the panel. Reported and fixed upstream by @mgyongyosi.
  • Improved handling of termination:focus for #38 (fixed upstream by @pietrodn)