This commit is contained in:
Kovid Goyal 2017-11-12 11:42:50 +05:30
parent cee6ef9941
commit 653fc0dd7e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -6,13 +6,13 @@ kitty is a feature full, cross-platform, *fast*, GPU based terminal emulator.
version 0.5.0 [future]
---------------------------
- Add support for ligature fonts such as Fira Code, Hasklig, etc. kitty now
uses harfbuzz for text shaping which allow it to support advanced OpenType
features such as contextual alternates/ligatures/combining glyphs/etc.
- Make it easy to select fonts by allowing listing of monospace fonts using:
kitty list-fonts
- 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
- Add a keyboard shortcut (ctrl+shift+f11) to toggle fullscreen mode
@ -29,7 +29,7 @@ version 0.5.0 [future]
applications such as neovim when they mistakenly identify kitty as a libvte
based terminal.
- Linux no longer require glew as a dependency
- Linux: no longer require glew as a dependency
version 0.4.2 [2017-10-23]