mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
Merge branch 'releases/1.5' into master
This commit is contained in:
commit
43fc1af36c
3 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.5.0](#1-5-0)
|
||||||
* [1.4.4](#1-4-4)
|
* [1.4.4](#1-4-4)
|
||||||
* [1.4.3](#1-4-3)
|
* [1.4.3](#1-4-3)
|
||||||
* [1.4.2](#1-4-2)
|
* [1.4.2](#1-4-2)
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
* [1.2.1](#1-2-1)
|
* [1.2.1](#1-2-1)
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
## Unreleased
|
## 1.5.0
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
|
@ -81,7 +81,6 @@
|
||||||
support in them (https://codeberg.org/dnkl/foot/issues/135).
|
support in them (https://codeberg.org/dnkl/foot/issues/135).
|
||||||
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Renamed man page for `foot.ini` from **foot**(5) to **foot.ini**(5).
|
* Renamed man page for `foot.ini` from **foot**(5) to **foot.ini**(5).
|
||||||
|
|
@ -136,7 +135,6 @@
|
||||||
no longer fit.
|
no longer fit.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.4.4
|
pkgver=1.5.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.4.4',
|
version: '1.5.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