mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'releases/1.6'
This commit is contained in:
commit
c86df29a98
3 changed files with 4 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#Unreleased)
|
||||
* [1.6.0](#1.6.0)
|
||||
* [1.5.4](#1-5-4)
|
||||
* [1.5.3](#1-5-3)
|
||||
* [1.5.2](#1-5-2)
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
* [1.2.0](#1-2-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.6.0
|
||||
|
||||
### For packagers
|
||||
|
||||
|
|
@ -123,7 +123,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
|||
always returning `2`.
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
||||
* Support for loading configuration from `$XDG_CONFIG_HOME/footrc`.
|
||||
|
|
@ -149,9 +148,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
|||
ignored.
|
||||
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
### Contributors
|
||||
|
||||
* [kennylevinsen](https://codeberg.org/kennylevinsen)
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.5.4
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.5.4',
|
||||
version: '1.6.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue