diff --git a/CHANGELOG.md b/CHANGELOG.md index aada556e..dfe3b8bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#unreleased) +* [1.22.3](#1-22-3) * [1.22.2](#1-22-2) * [1.22.1](#1-22-1) * [1.22.0](#1-22-0) @@ -84,7 +85,6 @@ - paper-color - selenized - solarized -* `auto` to the `tweak.surface-bit-depth` option. [2025]: https://codeberg.org/dnkl/foot/issues/2025 @@ -92,10 +92,6 @@ ### Changed * `cursor.color` moved to `colors.cursor`. -* `gamma-correct-blending` now defaults to `no` instead of `yes`. -* `tweak.surface-bit-depth` default value changed to `auto`; uses - 10-bit surfaces when `gamma-correct-blending=yes`, and 8-bit - surfaces otherwise. ### Deprecated @@ -104,6 +100,26 @@ ### Removed +### Fixed +### Security +### Contributors + + +## 1.22.3 + +### Added + +* `auto` to the `tweak.surface-bit-depth` option. + + +### Changed + +* `gamma-correct-blending` now defaults to `no` instead of `yes`. +* `tweak.surface-bit-depth` default value changed to `auto`; uses + 10-bit surfaces when `gamma-correct-blending=yes`, and 8-bit + surfaces otherwise. + + ### Fixed * Inaccurate colors when `gamma-correct-blending=yes` ([#2082][2082]). @@ -111,10 +127,6 @@ [2082]: https://codeberg.org/dnkl/foot/issues/2082 -### Security -### Contributors - - ## 1.22.2 ### Changed diff --git a/meson.build b/meson.build index b3163586..4bf4993c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.22.2', + version: '1.22.3', license: 'MIT', meson_version: '>=0.59.0', default_options: [