mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
Merge branch 'releases/1.7'
This commit is contained in:
commit
d104bc01b0
3 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#Unreleased)
|
||||
* [1.7.0](#1-7-0)
|
||||
* [1.6.4](#1-6-4)
|
||||
* [1.6.3](#1-6-3)
|
||||
* [1.6.2](#1-6-2)
|
||||
|
|
@ -23,7 +23,8 @@
|
|||
* [1.2.0](#1-2-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.7.0
|
||||
|
||||
### Added
|
||||
|
||||
* The `pad` option now accepts an optional third argument, `center`
|
||||
|
|
@ -97,7 +98,6 @@
|
|||
configured maximum size (defaulting to 10000x10000).
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
||||
* The `-g,--geometry` command-line option (which had been deprecated
|
||||
|
|
@ -117,7 +117,6 @@
|
|||
* Drain PTY when the client application terminates.
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.6.4
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.6.4',
|
||||
version: '1.7.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue