Merge branch 'releases/1.27'

This commit is contained in:
Daniel Eklöf 2026-05-15 08:27:39 +02:00
commit ab1660ef62
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.27.0](#1-27-0)
* [1.26.1](#1-26-1) * [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)
@ -69,7 +69,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.27.0
### Added ### Added
* `url.style=none|single|double|curly|dotted|dashed` option added, * `url.style=none|single|double|curly|dotted|dashed` option added,
@ -91,8 +92,6 @@
[2323]: https://codeberg.org/dnkl/foot/issues/2323 [2323]: https://codeberg.org/dnkl/foot/issues/2323
### Deprecated
### Removed
### Fixed ### Fixed
* Other output (key presses, query replies etc) being mixed with paste * Other output (key presses, query replies etc) being mixed with paste
@ -111,10 +110,6 @@
[2335]: https://codeberg.org/dnkl/foot/issues/2335 [2335]: https://codeberg.org/dnkl/foot/issues/2335
### Security
### Contributors
## 1.26.1 ## 1.26.1
### Fixed ### Fixed

View file

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