0.0.17
Breaking changes
- Configuration
font
does not work anymore, a new configuration API of font selection has been introduced.
[fonts]
size = 18
[fonts.regular]
family = "cascadiamono"
style = "normal"
weight = 400
[fonts.bold]
family = "cascadiamono"
style = "normal"
weight = 800
[fonts.italic]
family = "cascadiamono"
style = "italic"
weight = 400
[fonts.bold-italic]
family = "cascadiamono"
style = "italic"
weight = 800
- Action
TabSwitchNext
and TabSwitchPrev
has been renamed to SelectNextTab
and SelectPrevTab
.
Rest of 0.0.17 changelog
- Support to
NativeTab
(MacOS only).
- Support for kitty's keyboard protocol (
CSI u
). Ref: https://sw.kovidgoyal.net/kitty/keyboard-protocol/
- Added new actions for tab selection:
SelectTab1
, SelectTab2
, SelectTab3
, SelectTab4
, SelectTab5
, SelectTab6
, SelectTab7
, SelectTab8
, SelectTab9
, SelectLastTab
.
- Support lowercased action and fix overwrite for actions in custom key bindings.
- Added action
Minimize
for minimize Rio terminal window.
- Added action
ClearHistory
for clear terminal saved history.
- Added action
ReceiveChar
for custom key bindings.
- New default key bindings for Linux and Windows so that conflicts with readline key bindings are removed.
- Winit Version 0.29.1-beta.
- Allow paste with the middle mouse of the button (fixes #123).
- Support startup notify protocol to raise initial window on Wayland/X11.
- Fix Double-tap by touchpad on the titlebar doesn't maximize/unmaximize the window in GNOME 44, Wayland.