mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
Merge branch 'releases/1.24'
This commit is contained in:
commit
363477fa0d
2 changed files with 7 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.24.0](#1-24-0)
|
||||||
* [1.23.1](#1-23-1)
|
* [1.23.1](#1-23-1)
|
||||||
* [1.23.0](#1-23-0)
|
* [1.23.0](#1-23-0)
|
||||||
* [1.22.3](#1-22-3)
|
* [1.22.3](#1-22-3)
|
||||||
|
|
@ -65,7 +65,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.24.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* The `uppercase-regex-insert` option controls whether an uppercase hint
|
* The `uppercase-regex-insert` option controls whether an uppercase hint
|
||||||
|
|
@ -87,8 +88,6 @@
|
||||||
[2156]: https://codeberg.org/dnkl/foot/issues/2156
|
[2156]: https://codeberg.org/dnkl/foot/issues/2156
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Invalid configuration values overriding valid ones in surprising
|
* Invalid configuration values overriding valid ones in surprising
|
||||||
|
|
@ -96,9 +95,11 @@
|
||||||
* Bug where the libutempter utmp backend did not record logouts
|
* Bug where the libutempter utmp backend did not record logouts
|
||||||
correctly.
|
correctly.
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Ryan Roden-Corrent
|
||||||
|
* Tobias Mock
|
||||||
|
|
||||||
|
|
||||||
## 1.23.1
|
## 1.23.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.23.1',
|
version: '1.24.0',
|
||||||
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