Merge branch 'releases/1.9'

This commit is contained in:
Daniel Eklöf 2021-10-01 21:57:26 +02:00
commit c8a7b880b9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.9.1](#1-9-1)
* [1.9.0](#1-9-0) * [1.9.0](#1-9-0)
* [1.8.2](#1-8-2) * [1.8.2](#1-8-2)
* [1.8.1](#1-8-1) * [1.8.1](#1-8-1)
@ -30,7 +30,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.9.1
### Added ### Added
* Warn when it appears the primary font is not monospaced. Can be * Warn when it appears the primary font is not monospaced. Can be
@ -61,8 +62,6 @@
(https://codeberg.org/dnkl/foot/issues/714). (https://codeberg.org/dnkl/foot/issues/714).
### Deprecated
### Removed
### Fixed ### Fixed
* Added workaround for GNOME bug where multiple button press events * Added workaround for GNOME bug where multiple button press events
@ -72,10 +71,10 @@
(https://codeberg.org/dnkl/foot/issues/726). (https://codeberg.org/dnkl/foot/issues/726).
### Security
### Contributors ### Contributors
* [craigbarnes](https://codeberg.org/craigbarnes) * [craigbarnes](https://codeberg.org/craigbarnes)
* Arnavion
## 1.9.0 ## 1.9.0

View file

@ -1,7 +1,7 @@
PGO=auto # auto|none|partial|full-current-session|full-headless-sway|full-headless-cage PGO=auto # auto|none|partial|full-current-session|full-headless-sway|full-headless-cage
pkgname=('foot-git' 'foot-terminfo-git') pkgname=('foot-git' 'foot-terminfo-git')
pkgver=1.9.0 pkgver=1.9.1
pkgrel=1 pkgrel=1
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot url=https://codeberg.org/dnkl/foot

View file

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