Update CHANGELOG

This commit is contained in:
Kovid Goyal 2017-11-07 17:20:45 +05:30
parent f137ea7094
commit f3c99546d7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,15 +1,26 @@
Changelog
==============
kitty is a feature full, cross-platform, *fast*, OpenGL based terminal emulator.
kitty is a feature full, cross-platform, *fast*, GPU based terminal emulator.
version 0.5.0 [future]
---------------------------
- macOS: Enable subpixel rendering of text for improved appearance
- Linux: Support rendering of non-normalizable unicode combining characters by using harfbuzz
- Add an option to have window focus follow mouse
- Fix handling of option key on macOS. It now behaves just like the alt key on
Linux.
- Fix crash when displaying more than 64 images in the same session
- Add support for colons in SGR color codes. These are generated by some
applications such as neovim when they mistakenly identify kitty as a libvte
based terminal.
version 0.4.2 [2017-10-23]
---------------------------