Merge branch 'releases/1.7'

This commit is contained in:
Daniel Eklöf 2021-03-20 14:13:41 +01:00
commit d104bc01b0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#Unreleased) * [1.7.0](#1-7-0)
* [1.6.4](#1-6-4) * [1.6.4](#1-6-4)
* [1.6.3](#1-6-3) * [1.6.3](#1-6-3)
* [1.6.2](#1-6-2) * [1.6.2](#1-6-2)
@ -23,7 +23,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.7.0
### Added ### Added
* The `pad` option now accepts an optional third argument, `center` * The `pad` option now accepts an optional third argument, `center`
@ -97,7 +98,6 @@
configured maximum size (defaulting to 10000x10000). configured maximum size (defaulting to 10000x10000).
### Deprecated
### Removed ### Removed
* The `-g,--geometry` command-line option (which had been deprecated * The `-g,--geometry` command-line option (which had been deprecated
@ -117,7 +117,6 @@
* Drain PTY when the client application terminates. * Drain PTY when the client application terminates.
### 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.6.4 pkgver=1.7.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.6.4', version: '1.7.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.53.0', meson_version: '>=0.53.0',
default_options: [ default_options: [