Merge branch 'releases/1.25'

This commit is contained in:
Daniel Eklöf 2025-10-16 08:50:13 +02:00
commit e114a5f02f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.25.0](#1-25-0)
* [1.24.0](#1-24-0) * [1.24.0](#1-24-0)
* [1.23.1](#1-23-1) * [1.23.1](#1-23-1)
* [1.23.0](#1-23-0) * [1.23.0](#1-23-0)
@ -66,7 +66,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.25.0
### Added ### Added
* Performance increased and input latency decreased on compositors * Performance increased and input latency decreased on compositors
@ -92,8 +93,6 @@
[2182]: https://codeberg.org/dnkl/foot/issues/2182 [2182]: https://codeberg.org/dnkl/foot/issues/2182
### Deprecated
### Removed
### Fixed ### Fixed
* URL labels misplaces when URL contains double-width characters * URL labels misplaces when URL contains double-width characters
@ -109,9 +108,11 @@
[2194]: https://codeberg.org/dnkl/foot/issues/2194 [2194]: https://codeberg.org/dnkl/foot/issues/2194
### Security
### Contributors ### Contributors
* Charalampos Mitrodimas
* Matthias Heyman
## 1.24.0 ## 1.24.0

View file

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