Merge branch 'releases/1.23'

This commit is contained in:
Daniel Eklöf 2025-07-23 08:31:03 +02:00
commit 8814b5f080
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.23.1](#1-23-1)
* [1.23.0](#1-23-0) * [1.23.0](#1-23-0)
* [1.22.3](#1-22-3) * [1.22.3](#1-22-3)
* [1.22.2](#1-22-2) * [1.22.2](#1-22-2)
@ -64,8 +64,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.23.1
### Added
### Changed ### Changed
* URL labels are now assigned in reverse order, from bottom to * URL labels are now assigned in reverse order, from bottom to
@ -79,8 +79,6 @@
[2144]: https://codeberg.org/dnkl/foot/issues/2144 [2144]: https://codeberg.org/dnkl/foot/issues/2144
### Deprecated
### Removed
### Fixed ### Fixed
* 10-bit surfaces sometimes used instead of 16-bit. * 10-bit surfaces sometimes used instead of 16-bit.
@ -88,10 +86,6 @@
active theme into account. active theme into account.
### Security
### Contributors
## 1.23.0 ## 1.23.0
### Added ### Added

View file

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