changelog: move vmod support in config from "changed" to "added"

This commit is contained in:
Daniel Eklöf 2025-04-10 12:18:34 +02:00
parent 23431e3ecf
commit bc2e0a29bb
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -65,6 +65,10 @@
* Support for toplevel edge constraints. When the compositor indicates * Support for toplevel edge constraints. When the compositor indicates
the toplevel has edge constraints, foot will not allow the window to the toplevel has edge constraints, foot will not allow the window to
be resized (via CSDs) in the constrained directions. be resized (via CSDs) in the constrained directions.
* Virtual modifiers (e.g. `Alt` instead of `Mod1`, `Super` instead of
`Mod4` etc) in key bindings are now recognized as being virtual, and
are automatically mapped to the corresponding real modifier. This
means you can use e.g. `Alt+b` instead of `Mod1+b`.
### Changed ### Changed
@ -81,10 +85,6 @@
kitty keyboard protocol. kitty keyboard protocol.
- some of foot's default shortcuts not working (mainly those using - some of foot's default shortcuts not working (mainly those using
`Mod1`) out of the box. `Mod1`) out of the box.
* Virtual modifiers (e.g. `Alt` instead of `Mod1`, `Super` instead of
`Mod4` etc) in key bindings are now recognized as being virtual, and
are automatically mapped to the corresponding real modifier. This
means you can use e.g. `Alt+b` instead of `Mod1+b`.
* Default URL regex changed to a much more strict variant * Default URL regex changed to a much more strict variant
([#2016][2016]). You can manually set the [old ([#2016][2016]). You can manually set the [old
one](https://codeberg.org/dnkl/foot/src/tag/1.21.0/foot.ini#L72), if one](https://codeberg.org/dnkl/foot/src/tag/1.21.0/foot.ini#L72), if