mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -04:00
Merge branch 'releases/1.22'
This commit is contained in:
commit
99954534e1
2 changed files with 16 additions and 8 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [Unreleased](#unreleased)
|
||||||
|
* [1.22.2](#1-22-2)
|
||||||
* [1.22.1](#1-22-1)
|
* [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)
|
||||||
|
|
@ -90,9 +91,6 @@
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* `cursor.color` moved to `colors.cursor`.
|
* `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
|
### Deprecated
|
||||||
|
|
@ -101,6 +99,20 @@
|
||||||
|
|
||||||
|
|
||||||
### Removed
|
### 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
|
### Fixed
|
||||||
|
|
||||||
* Wrong colors when `gamma-correct-blending=yes` (the default when
|
* Wrong colors when `gamma-correct-blending=yes` (the default when
|
||||||
|
|
@ -111,10 +123,6 @@
|
||||||
[2035]: https://codeberg.org/dnkl/foot/issues/2035
|
[2035]: https://codeberg.org/dnkl/foot/issues/2035
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.22.1
|
## 1.22.1
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.22.1',
|
version: '1.22.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue