diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c84365..4b8b67e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,10 @@ ### Changed * `bold-text-in-bright=palette-based` now only brightens colors from palette +* Raised grace period between closing the PTY and sending `SIGKILL` (when + terminating the client application) from 4 to 60 seconds. +* When terminating the client application, foot now sends `SIGTERM` immediately + after closing the PTY, instead of waiting 2 seconds. ### Deprecated @@ -58,6 +62,8 @@ (https://codeberg.org/dnkl/foot/issues/651). * Output scale being zero on compositors that does not advertise a scaling factor. +* Slow-to-terminate client applications causing other footclient instances to + freeze when closing a footclient window. ### Security