mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
changelog: asynchronous client application termination
This commit is contained in:
parent
b7edfc2822
commit
98e8778e41
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,10 @@
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* `bold-text-in-bright=palette-based` now only brightens colors from palette
|
* `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
|
### Deprecated
|
||||||
|
|
@ -58,6 +62,8 @@
|
||||||
(https://codeberg.org/dnkl/foot/issues/651).
|
(https://codeberg.org/dnkl/foot/issues/651).
|
||||||
* Output scale being zero on compositors that does not advertise a
|
* Output scale being zero on compositors that does not advertise a
|
||||||
scaling factor.
|
scaling factor.
|
||||||
|
* Slow-to-terminate client applications causing other footclient instances to
|
||||||
|
freeze when closing a footclient window.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue