Merge branch 'releases/1.26'

This commit is contained in:
Daniel Eklöf 2026-03-14 08:37:52 +01:00
commit 5708a63c9a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.26.1](#1-26-1)
* [1.26.0](#1-26-0) * [1.26.0](#1-26-0)
* [1.25.0](#1-25-0) * [1.25.0](#1-25-0)
* [1.24.0](#1-24-0) * [1.24.0](#1-24-0)
@ -68,11 +68,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.26.1
### Added
### Changed
### Deprecated
### Removed
### Fixed ### Fixed
* Wrong documented default value for `initial-color-theme` in * Wrong documented default value for `initial-color-theme` in
@ -84,9 +81,11 @@
[2288]: https://codeberg.org/dnkl/foot/issues/2288 [2288]: https://codeberg.org/dnkl/foot/issues/2288
### Security
### Contributors ### Contributors
* Roshless
* vlkrs
## 1.26.0 ## 1.26.0

View file

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