Skip to content

Commit

Permalink
version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 7, 2018
1 parent cca672e commit 7438e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.

0.12.1 [future]
0.12.1 [2018-09-08]
------------------------------

- Add a new :option:`kitty --start-in-fullscreen` command line flag to start
Expand Down Expand Up @@ -43,6 +43,9 @@ Changelog
- Linux: Fix crash with some Nvidia drivers when creating tabs in the first
top level-window after creating a second top-level window. (:iss:`873`)

- macOS: Diff kitten: Fix syntax highlighting not working because of
a bug in the 0.12.0 macOS package

0.12.0 [2018-09-01]
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


appname = 'kitty'
version = (0, 12, 0)
version = (0, 12, 1)
str_version = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos = 'darwin' in _plat
Expand Down

0 comments on commit 7438e0e

Please sign in to comment.