Merge branch 'releases/1.22'

This commit is contained in:
Daniel Eklöf 2025-04-30 10:30:57 +02:00
commit 99954534e1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 16 additions and 8 deletions

View file

@ -1,6 +1,7 @@
# Changelog
* [Unreleased](#unreleased)
* [1.22.2](#1-22-2)
* [1.22.1](#1-22-1)
* [1.22.0](#1-22-0)
* [1.21.0](#1-21-0)
@ -90,9 +91,6 @@
### Changed
* `cursor.color` moved to `colors.cursor`.
* `gamma-correct-blending=yes` now uses a pure gamma 2.2 transfer
function, instead of the piece-wise sRGB transfer function, to match
what compositors do.
### Deprecated
@ -101,6 +99,20 @@
### Removed
### Fixed
### Security
### Contributors
## 1.22.2
### Changed
* `gamma-correct-blending=yes` now uses a pure gamma 2.2 transfer
function, instead of the piece-wise sRGB transfer function, to match
what compositors do.
### Fixed
* Wrong colors when `gamma-correct-blending=yes` (the default when
@ -111,10 +123,6 @@
[2035]: https://codeberg.org/dnkl/foot/issues/2035
### Security
### Contributors
## 1.22.1
### Fixed

View file

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