changelog: move 'alpha-mode' to next-release

This commit is contained in:
Daniel Eklöf 2025-04-14 16:48:44 +02:00
parent 5f83278afd
commit bacfba135d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -69,6 +69,11 @@
`Mod4` etc) in key bindings are now recognized as being virtual, and `Mod4` etc) in key bindings are now recognized as being virtual, and
are automatically mapped to the corresponding real modifier. This are automatically mapped to the corresponding real modifier. This
means you can use e.g. `Alt+b` instead of `Mod1+b`. means you can use e.g. `Alt+b` instead of `Mod1+b`.
* `alpha-mode` option to `foot.ini`. Defaults to `default`. This
config changes how alpha is handled on background colours not set by
the terminal.(e.g. vim) ([#2026](2026))
[2026]: https://codeberg.org/dnkl/foot/issues/2026
### Changed ### Changed
@ -788,9 +793,6 @@
### Added ### Added
* `alpha-mode` option to `foot.ini`. Defaults to `default`. This
config changes how alpha is handled on background colours not set by
the terminal.(e.g. vim) ([#1510](1510))
* Support for building with _wayland-protocols_ as a subproject. * Support for building with _wayland-protocols_ as a subproject.
* Mouse wheel scrolls can now be used in `mouse-bindings` * Mouse wheel scrolls can now be used in `mouse-bindings`
([#1077][1077]). ([#1077][1077]).