mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
Merge branch 'releases/1.15'
This commit is contained in:
commit
becd8ed049
2 changed files with 9 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.15.3](#1-15-3)
|
||||
* [1.15.2](#1-15-2)
|
||||
* [1.15.1](#1-15-1)
|
||||
* [1.15.0](#1-15-0)
|
||||
|
|
@ -54,6 +55,13 @@
|
|||
* `utempter` config option (was deprecated in 1.15.0).
|
||||
|
||||
|
||||
### Fixed
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.15.3
|
||||
|
||||
### Fixed
|
||||
|
||||
* `-f,--font` command line option not affecting `csd.font` (if unset).
|
||||
|
|
@ -63,10 +71,6 @@
|
|||
([#1430][1430]).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.15.2
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.15.2',
|
||||
version: '1.15.3',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.59.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue