From f3c99546d7233bb47df078a555d542073b7c097f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 7 Nov 2017 17:20:45 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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] ---------------------------