diff --git a/CHANGELOG.md b/CHANGELOG.md index f15256b0..7ac5d5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.9.1](#1-9-1) * [1.9.0](#1-9-0) * [1.8.2](#1-8-2) * [1.8.1](#1-8-1) @@ -30,7 +30,8 @@ * [1.2.0](#1-2-0) -## Unreleased +## 1.9.1 + ### Added * Warn when it appears the primary font is not monospaced. Can be @@ -61,8 +62,6 @@ (https://codeberg.org/dnkl/foot/issues/714). -### Deprecated -### Removed ### Fixed * Added workaround for GNOME bug where multiple button press events @@ -72,10 +71,10 @@ (https://codeberg.org/dnkl/foot/issues/726). -### Security ### Contributors * [craigbarnes](https://codeberg.org/craigbarnes) +* Arnavion ## 1.9.0 diff --git a/PKGBUILD b/PKGBUILD index 4cff4a6c..5c3666f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ PGO=auto # auto|none|partial|full-current-session|full-headless-sway|full-headless-cage pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index 81dc9006..a97bdaf4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.9.0', + version: '1.9.1', license: 'MIT', meson_version: '>=0.54.0', default_options: [