From 02ab22f08c64f61bd8d0f3cf1c1ccc37b850f967 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 27 Mar 2018 12:15:25 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c4997f11..d764c7857 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.3 [future] +----------------------------- + +- Fix a regression that broke the visual bell and invert screen colors escape + code + +- Allow double-click and triple-click + drag to extend selections word at a + time or line at a time + +- Add a keyboard shortcut to set the tab title + +- Fix setting window title to empty via OSC escape code not working correctly + +- Linux: Fix cell width calculation incorrect for some fonts (cell widths are + now calculated by actually rendering bitmaps, which is slower but more + accurate) + +- Allow specifying a system wide kitty config file, for all users + +- Add a --debug-config command line flag to output data about the system and + kitty configuration. + + version 0.8.2 [2018-03-17] -----------------------------