From 4b4f6bc928ab82a57609491234a68621a3c89b94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Jan 2018 10:34:54 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e4a94180..ada75fc7e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,18 @@ Changelog kitty is a feature full, cross-platform, *fast*, GPU based terminal emulator. +version 0.7.1 [future] +--------------------------- + +- Add an option to adjust the width of character cells + +- Fix selecting text with the mouse in the scrollback buffer selecting text + from the line above the actually selected line + +- Fix some italic fonts having the right edge of characters cut-off, + unnecessarily + + version 0.7.0 [2018-01-24] ---------------------------