mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04: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
|
# 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
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue