mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'releases/1.19'
This commit is contained in:
commit
e1469ed057
2 changed files with 9 additions and 6 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.19.0](#1-19-0)
|
||||
* [1.18.1](#1-18-1)
|
||||
* [1.18.0](#1-18-0)
|
||||
* [1.17.2](#1-17-2)
|
||||
|
|
@ -54,7 +54,8 @@
|
|||
* [1.2.0](#1-2-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.19.0
|
||||
|
||||
### Added
|
||||
|
||||
* `resize-keep-grid` option, controlling whether the window is resized
|
||||
|
|
@ -94,8 +95,6 @@
|
|||
[1840]: https://codeberg.org/dnkl/foot/issues/1840
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Some invalid UTF-8 strings passing the validity check when setting
|
||||
|
|
@ -118,9 +117,13 @@
|
|||
[1851]: https://codeberg.org/dnkl/foot/issues/1851
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* Andrew J. Hesford
|
||||
* Craig Barnes
|
||||
* Oleh Hushchenkov
|
||||
* tokyo4j
|
||||
|
||||
|
||||
## 1.18.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.18.1',
|
||||
version: '1.19.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.59.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue