From 653fc0dd7e9ff926eaae4e55f7eaa63f6622e895 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Nov 2017 11:42:50 +0530 Subject: [PATCH] Fix #50 --- CHANGELOG.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4b86f9630..fdf8a6daf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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]