mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-06 04:06:06 -05:00
Merge branch 'releases/1.9'
This commit is contained in:
commit
c8a7b880b9
3 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.9.0',
|
||||
version: '1.9.1',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.54.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue