From bc2af4acf9e9cd41800009f98c185b031e912df2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 30 Apr 2023 09:09:09 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 37c99016b..93e9bf58c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,13 +35,19 @@ mouse anywhere in the current command to move the cursor there. See Detailed list of changes ------------------------------------- -0.28.2 [2023-04-21] +0.28.2 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - unicode_input kitten: Fix a regression in 0.28.0 that caused the order of recent and favorites entries to not be respected (:iss:`6214`) +- unicode_input kitten: Fix a regression in 0.28.0 that caused editing of favorites to sometimes hang + - clipboard kitten: Fix a bug causing the last MIME type available on the clipboard not being recognized when pasting +- Fix regression in 0.28.0 causing color fringing when rendering in transparent windows on light backgrounds (:iss:`6209`) + +- show_key kitten: In kitty mode show the actual bytes sent by the terminal rather than a re-encoding of the parsed key event + 0.28.1 [2023-04-21] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~