mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04: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
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [Unreleased](#unreleased)
|
||||||
|
* [1.15.3](#1-15-3)
|
||||||
* [1.15.2](#1-15-2)
|
* [1.15.2](#1-15-2)
|
||||||
* [1.15.1](#1-15-1)
|
* [1.15.1](#1-15-1)
|
||||||
* [1.15.0](#1-15-0)
|
* [1.15.0](#1-15-0)
|
||||||
|
|
@ -54,6 +55,13 @@
|
||||||
* `utempter` config option (was deprecated in 1.15.0).
|
* `utempter` config option (was deprecated in 1.15.0).
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
|
||||||
|
## 1.15.3
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* `-f,--font` command line option not affecting `csd.font` (if unset).
|
* `-f,--font` command line option not affecting `csd.font` (if unset).
|
||||||
|
|
@ -63,10 +71,6 @@
|
||||||
([#1430][1430]).
|
([#1430][1430]).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.15.2
|
## 1.15.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.15.2',
|
version: '1.15.3',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue