From 0e21376538c76f87b09ea1bd8585a896c854cf42 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Mar 2022 20:20:33 +0530 Subject: [PATCH] Update changelog Fixes #4831 --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 565336b26..658112ef2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -79,6 +79,14 @@ Detailed list of changes - macOS: When using Apple's less as the pager for viewing scrollback strip out OSC codes as Apple's less cant parse them (:iss:`4788`) +- diff kitten: Fix incorrect rendering in rare circumstances when scrolling after changing the context size (:iss:`4831`) + +- icat kitten: Fix a regression that broke :option:`kitten.icat --print-window-size` (:pull:`4818`) + +- Wayland: Fix :opt:`hide_window_decorations` causing docked windows to be resized on blur (:iss:`4797`) + +- Bash integration: Prevent shell integration code from running twice if user enables both automatic and manual integration + 0.24.4 [2022-03-03] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~