diff --git a/CHANGELOG.md b/CHANGELOG.md index f231a1be..f57ca9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/meson.build b/meson.build index 7ac033b5..b3163586 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.22.1', + version: '1.22.2', license: 'MIT', meson_version: '>=0.59.0', default_options: [