From 4920431c3a2d34e0a5be5112e819ec7a96260cc0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 17 Mar 2018 17:40:41 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 646b49001..91d3b78c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,29 @@ Changelog kitty is a feature full, cross-platform, *fast*, GPU based terminal emulator. +version 0.8.2 [future] +----------------------------- + +- Allow extending existing selections by right clicking + +- Add a configurable keyboard shortcut and remote command to set the font size to a specific value + +- Add an option to have kitty close the window when the main processes running in it exits, even if there are still background processes writing to that terminal + +- Add configurable keyboard shortcuts to switch to a specific layout + +- Add a keyboard shortcut to edit the kitty config file easily + +- macOS: Fix restoring of window size not correct on Retina screens + +- macOS: Add a facility to specify command line arguments when running kitty from the GUI + +- Add a focus-tab remote command + +- Fix screen not being refreshed immediately after moving a window. + +- Fix a crash when getting the contents of the scrollback buffer as text + version 0.8.1 [2018-03-09] -----------------------------