Merge branch 'releases/1.22'

This commit is contained in:
Daniel Eklöf 2025-04-26 10:40:38 +02:00
commit fea9f5579f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.22.1](#1-22-1)
* [1.22.0](#1-22-0) * [1.22.0](#1-22-0)
* [1.21.0](#1-21-0) * [1.21.0](#1-21-0)
* [1.20.2](#1-20-2) * [1.20.2](#1-20-2)
@ -60,11 +60,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.22.1
### Added
### Changed
### Deprecated
### Removed
### Fixed ### Fixed
* `colors.alpha-mode=matching` not working as intended. * `colors.alpha-mode=matching` not working as intended.
@ -85,9 +82,11 @@
[2073]: https://codeberg.org/dnkl/foot/issues/2073 [2073]: https://codeberg.org/dnkl/foot/issues/2073
### Security
### Contributors ### Contributors
* Jan Palus
* valoq
## 1.22.0 ## 1.22.0

View file

@ -1,5 +1,5 @@
project('foot', 'c', project('foot', 'c',
version: '1.22.0', version: '1.22.1',
license: 'MIT', license: 'MIT',
meson_version: '>=0.59.0', meson_version: '>=0.59.0',
default_options: [ default_options: [