Merge branch 'releases/1.10'

This commit is contained in:
Daniel Eklöf 2021-11-14 18:25:48 +01:00
commit dc6c650adb
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.10.0](#1-10-0)
* [1.9.2](#1-9-2) * [1.9.2](#1-9-2)
* [1.9.1](#1-9-1) * [1.9.1](#1-9-1)
* [1.9.0](#1-9-0) * [1.9.0](#1-9-0)
@ -32,7 +32,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.10.0
### Added ### Added
* `notify-focus-inhibit` boolean option, which can be used to control * `notify-focus-inhibit` boolean option, which can be used to control
@ -70,7 +71,6 @@
screen is in use (https://codeberg.org/dnkl/foot/issues/787). screen is in use (https://codeberg.org/dnkl/foot/issues/787).
### Deprecated
### Removed ### Removed
* The bundled PKGBUILD. * The bundled PKGBUILD.
@ -93,9 +93,16 @@
unless the new title is different from the old title. unless the new title is different from the old title.
### Security
### Contributors ### Contributors
* armin
* Craig Barnes
* Daniel Martí
* feeptr
* Mitja Horvat
* Ronan Pigott
* Stanislav Ochotnický
## 1.9.2 ## 1.9.2

View file

@ -1,5 +1,5 @@
project('foot', 'c', project('foot', 'c',
version: '1.9.2', version: '1.10.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.54.0', meson_version: '>=0.54.0',
default_options: [ default_options: [