Skip to content

Commit

Permalink
version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 29, 2018
1 parent 80f3fe6 commit 62db763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.

version 0.8.3 [future]
version 0.8.3 [2018-03-29]
-----------------------------

- Fix a regression that broke the visual bell and invert screen colors escape
Expand All @@ -25,7 +25,7 @@ version 0.8.3 [future]
- Add a --debug-config command line flag to output data about the system and
kitty configuration.

- Fix audible bell not working under Wayland
- Wayland: Fix auto-repeat of keys not working


version 0.8.2 [2018-03-17]
Expand Down
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .fast_data_types import set_boss as set_c_boss

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

0 comments on commit 62db763

Please sign in to comment.