mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04: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
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [1.6.0](#1.6.0)
|
||||||
* [1.5.4](#1-5-4)
|
* [1.5.4](#1-5-4)
|
||||||
* [1.5.3](#1-5-3)
|
* [1.5.3](#1-5-3)
|
||||||
* [1.5.2](#1-5-2)
|
* [1.5.2](#1-5-2)
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.6.0
|
||||||
|
|
||||||
### For packagers
|
### For packagers
|
||||||
|
|
||||||
|
|
@ -123,7 +123,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
||||||
always returning `2`.
|
always returning `2`.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
* Support for loading configuration from `$XDG_CONFIG_HOME/footrc`.
|
* 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.
|
ignored.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [kennylevinsen](https://codeberg.org/kennylevinsen)
|
* [kennylevinsen](https://codeberg.org/kennylevinsen)
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.5.4
|
pkgver=1.6.0
|
||||||
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.5.4',
|
version: '1.6.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.53.0',
|
meson_version: '>=0.53.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue