Merge branch 'releases/1.5' into master

This commit is contained in:
Daniel Eklöf 2020-09-18 21:29:10 +02:00
commit 43fc1af36c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 4 additions and 6 deletions

View file

@ -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)

View file

@ -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

View file

@ -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: [