diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 48cbbac86..373bd2e31 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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] ---------------------------