Merge branch 'releases/1.8'

This commit is contained in:
Daniel Eklöf 2021-07-18 18:07:05 +02:00
commit 3309dce68a
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.8.2](#1-8-2)
* [1.8.1](#1-8-1) * [1.8.1](#1-8-1)
* [1.8.0](#1-8-0) * [1.8.0](#1-8-0)
* [1.7.2](#1-7-2) * [1.7.2](#1-7-2)
@ -28,7 +28,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.8.2
### Added ### Added
* `locked-title=no|yes` to `foot.ini` * `locked-title=no|yes` to `foot.ini`
@ -46,7 +47,6 @@
_enables_ scrolling (https://codeberg.org/dnkl/foot/issues/631). _enables_ scrolling (https://codeberg.org/dnkl/foot/issues/631).
### Deprecated
### Removed ### Removed
* The `tweak.allow-overflowing-double-width-glyphs` and * The `tweak.allow-overflowing-double-width-glyphs` and
@ -74,7 +74,6 @@
(https://codeberg.org/dnkl/foot/issues/633). (https://codeberg.org/dnkl/foot/issues/633).
### Security
### Contributors ### Contributors
* [clktmr](https://codeberg.org/clktmr) * [clktmr](https://codeberg.org/clktmr)

View file

@ -1,5 +1,5 @@
pkgname=('foot-git' 'foot-terminfo-git') pkgname=('foot-git' 'foot-terminfo-git')
pkgver=1.8.1 pkgver=1.8.2
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.8.1', version: '1.8.2',
license: 'MIT', license: 'MIT',
meson_version: '>=0.53.0', meson_version: '>=0.53.0',
default_options: [ default_options: [