0.5.1
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
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)