mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05:00
changelog: boolean options
This commit is contained in:
parent
73c5754f5d
commit
b5f7c414a9
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@
|
||||||
* Foot now terminates if there are no available seats - for example,
|
* Foot now terminates if there are no available seats - for example,
|
||||||
due to the compositor not implementing a recent enough version of
|
due to the compositor not implementing a recent enough version of
|
||||||
the `wl_seat` interface (https://codeberg.org/dnkl/foot/issues/779).
|
the `wl_seat` interface (https://codeberg.org/dnkl/foot/issues/779).
|
||||||
|
* Boolean options in `foot.ini` are now limited to
|
||||||
|
“yes|true|on|1|no|false|off|0”, Previously, anything that did not
|
||||||
|
match “yes|true|on”, or a number greater than 0, was treated as
|
||||||
|
“false”.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue