mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
version 0.19.3
This commit is contained in:
parent
3b5951eb2f
commit
3ce04c3e4b
2 changed files with 4 additions and 2 deletions
|
|
@ -4,9 +4,11 @@ Changelog
|
|||
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
|
||||
To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
|
||||
0.19.3 [future]
|
||||
0.19.3 [2020-12-19]
|
||||
-------------------
|
||||
|
||||
- Happy holidays to all kitty users!
|
||||
|
||||
- A new :doc:`broadcast <kittens/broadcast>` kitten to type in all kitty windows
|
||||
simultaneously (:iss:`1569`)
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ class Version(NamedTuple):
|
|||
|
||||
|
||||
appname: str = 'kitty'
|
||||
version: Version = Version(0, 19, 2)
|
||||
version: Version = Version(0, 19, 3)
|
||||
str_version: str = '.'.join(map(str, version))
|
||||
_plat = sys.platform.lower()
|
||||
is_macos: bool = 'darwin' in _plat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue