From 203d43f31bee6c26ea993832bf52a144d03ec00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 30 Jul 2021 17:54:18 +0200 Subject: [PATCH] changelog: terminate client app before tearing down the window --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a97aa72f..4d787efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,9 @@ ### Changed * `bold-text-in-bright=palette-based` now only brightens colors from palette +* When closing the window with the compositor’s close/kill command, the window + is now teared down after the client application has terminated + (https://codeberg.org/dnkl/foot/pulls/661). ### Deprecated @@ -56,6 +59,10 @@ (https://codeberg.org/dnkl/foot/issues/651). * Output scale being zero on compositors that does not advertise a scaling factor. +* Delay in surface resize in the remaining window when closing one of two + footclient windows next to each other in a tiling WM (e.g. Sway). This + resulted in intermediate frames where the WM centered the un-resized surface + in a too big window (https://codeberg.org/dnkl/foot/pulls/661). ### Security