mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
version 0.14.1
This commit is contained in:
parent
f6f55aaa9a
commit
ff52ff7865
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Changelog
|
|||
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
|
||||
To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
|
||||
0.14.1 [future]
|
||||
0.14.1 [2019-05-29]
|
||||
---------------------
|
||||
|
||||
- Add an option :opt:`command_on_bell` to run an arbitrary command when
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import sys
|
|||
from collections import namedtuple
|
||||
|
||||
appname = 'kitty'
|
||||
version = (0, 14, 0)
|
||||
version = (0, 14, 1)
|
||||
str_version = '.'.join(map(str, version))
|
||||
_plat = sys.platform.lower()
|
||||
is_macos = 'darwin' in _plat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue