version 0.22.2
This commit is contained in:
parent
c797944923
commit
13e59df1f8
@ -4,6 +4,17 @@ Changelog
|
|||||||
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
|
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
|
||||||
To update |kitty|, :doc:`follow the instructions <binary>`.
|
To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||||
|
|
||||||
|
0.22.2 [2021-08-02]
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
- macOS: Fix a long standing bug that could cause kitty windows to stop
|
||||||
|
updating, that got worse in the previous release (:iss:`3890` and
|
||||||
|
:iss:`2016`)
|
||||||
|
|
||||||
|
- Wayland: A better fix for compositors like sway that can toggle client side
|
||||||
|
decorations on and off (:iss:`3888`)
|
||||||
|
|
||||||
|
|
||||||
0.22.1 [2021-07-31]
|
0.22.1 [2021-07-31]
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ class Version(NamedTuple):
|
|||||||
|
|
||||||
appname: str = 'kitty'
|
appname: str = 'kitty'
|
||||||
kitty_face = '🐱'
|
kitty_face = '🐱'
|
||||||
version: Version = Version(0, 22, 1)
|
version: Version = Version(0, 22, 2)
|
||||||
str_version: str = '.'.join(map(str, version))
|
str_version: str = '.'.join(map(str, version))
|
||||||
_plat = sys.platform.lower()
|
_plat = sys.platform.lower()
|
||||||
is_macos: bool = 'darwin' in _plat
|
is_macos: bool = 'darwin' in _plat
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user