mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
version 0.22.0
This commit is contained in:
@@ -4,7 +4,7 @@ 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.21.3 [future]
|
0.22.0 [2021-07-26]
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
- Add a new :ref:`action-toggle_layout` action to easily zoom/unzoom a window
|
- Add a new :ref:`action-toggle_layout` action to easily zoom/unzoom a window
|
||||||
|
|||||||
@@ -635,7 +635,7 @@ data and has no gap, so its gap must be set using this control code.
|
|||||||
Composing animation frames
|
Composing animation frames
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. versionadded:: 0.21.3
|
.. versionadded:: 0.22.0
|
||||||
Support for frame composition
|
Support for frame composition
|
||||||
|
|
||||||
Clients can *compose* animation frames, this means that they can compose pixels
|
Clients can *compose* animation frames, this means that they can compose pixels
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class Version(NamedTuple):
|
|||||||
|
|
||||||
appname: str = 'kitty'
|
appname: str = 'kitty'
|
||||||
kitty_face = '🐱'
|
kitty_face = '🐱'
|
||||||
version: Version = Version(0, 21, 2)
|
version: Version = Version(0, 22, 0)
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user