mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
version 0.13.3
This commit is contained in:
@@ -3,11 +3,11 @@ Changelog
|
|||||||
|
|
||||||
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
|
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
|
||||||
|
|
||||||
0.13.3 [future]
|
0.13.3 [2019-01-19]
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
- icat kitten: Add a ``--stdin`` option to control if image data is read from
|
- icat kitten: Add a ``--stdin`` option to control if image data is read from
|
||||||
stdin (:iss:`1308`)
|
STDIN (:iss:`1308`)
|
||||||
|
|
||||||
- hints kitten: Start hints numbering at one instead of zero by default. Added
|
- hints kitten: Start hints numbering at one instead of zero by default. Added
|
||||||
an option ``--hints-offset`` to control it. (:iss:`1289`)
|
an option ``--hints-offset`` to control it. (:iss:`1289`)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import sys
|
|||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
|
||||||
appname = 'kitty'
|
appname = 'kitty'
|
||||||
version = (0, 13, 2)
|
version = (0, 13, 3)
|
||||||
str_version = '.'.join(map(str, version))
|
str_version = '.'.join(map(str, version))
|
||||||
_plat = sys.platform.lower()
|
_plat = sys.platform.lower()
|
||||||
is_macos = 'darwin' in _plat
|
is_macos = 'darwin' in _plat
|
||||||
|
|||||||
Reference in New Issue
Block a user