version 0.5.0
This commit is contained in:
parent
32920fee5b
commit
1d45a831ef
@ -3,7 +3,7 @@ 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.
|
||||||
|
|
||||||
version 0.5.0 [future]
|
version 0.5.0 [2017-11-19]
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
- Add support for ligature fonts such as Fira Code, Hasklig, etc. kitty now
|
- Add support for ligature fonts such as Fira Code, Hasklig, etc. kitty now
|
||||||
@ -23,7 +23,7 @@ version 0.5.0 [future]
|
|||||||
- Linux: Add support for startup notification on X11 desktops. kitty will
|
- Linux: Add support for startup notification on X11 desktops. kitty will
|
||||||
now inform the window manager when its startup is complete.
|
now inform the window manager when its startup is complete.
|
||||||
|
|
||||||
- Fix extra shell prompt being duplicated when window is resized
|
- Fix shell prompt being duplicated when window is resized
|
||||||
|
|
||||||
- Fix crash when displaying more than 64 images in the same session
|
- Fix crash when displaying more than 64 images in the same session
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ from collections import namedtuple
|
|||||||
from .fast_data_types import set_boss as set_c_boss
|
from .fast_data_types import set_boss as set_c_boss
|
||||||
|
|
||||||
appname = 'kitty'
|
appname = 'kitty'
|
||||||
version = (0, 4, 2)
|
version = (0, 5, 0)
|
||||||
str_version = '.'.join(map(str, version))
|
str_version = '.'.join(map(str, version))
|
||||||
_plat = sys.platform.lower()
|
_plat = sys.platform.lower()
|
||||||
isosx = 'darwin' in _plat
|
isosx = 'darwin' in _plat
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user