changelog: asynchronous client application termination

This commit is contained in:
Daniel Eklöf 2021-07-31 20:13:52 +02:00
parent b7edfc2822
commit 98e8778e41
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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