From 07782e071a9aa7b779eb326d127a7fc7e552e862 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 May 2018 18:09:08 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc7b92af9..8553d2b42 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,20 @@ Changelog kitty is a feature full, cross-platform, *fast*, GPU based terminal emulator. +version 0.10.0 [future] +------------------------------ + +- A diff kitten to show side-by-side diffs with syntax highlighting and support + for images. See `diff README + `_. + +- Make windows in the various kitty layouts manually resizable. See the + `Layouts section of the README + `_ for details. + +- Implement support for the SGR _faint_ escape code to make text blend + into the background (#446). + version 0.9.1 [2018-05-05] ------------------------------