Merge branch 'releases/1.22'

This commit is contained in:
Daniel Eklöf 2025-05-01 10:25:53 +02:00
commit 183fd96aba
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 22 additions and 10 deletions

View file

@ -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

View file

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