From 721174ffea86582ccde14e8f32424f99564a08c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 18 Jul 2021 17:57:42 +0200 Subject: [PATCH 1/2] changelog: prepare for 1.8.2 --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25599fc..25c2c1b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.8.2](#1-8-2) * [1.8.1](#1-8-1) * [1.8.0](#1-8-0) * [1.7.2](#1-7-2) @@ -28,7 +28,8 @@ * [1.2.0](#1-2-0) -## Unreleased +## 1.8.2 + ### Added * `locked-title=no|yes` to `foot.ini` @@ -46,7 +47,6 @@ _enables_ scrolling (https://codeberg.org/dnkl/foot/issues/631). -### Deprecated ### Removed * The `tweak.allow-overflowing-double-width-glyphs` and @@ -74,7 +74,6 @@ (https://codeberg.org/dnkl/foot/issues/633). -### Security ### Contributors * [clktmr](https://codeberg.org/clktmr) From cd8c96d746f7a584be9b15423a566b6e5c0117ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 18 Jul 2021 17:58:05 +0200 Subject: [PATCH 2/2] meson/pkgbuild: bump version to 1.8.2 --- PKGBUILD | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e0d047f8..831cdc4a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index 77dff351..09d86ff7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.8.1', + version: '1.8.2', license: 'MIT', meson_version: '>=0.53.0', default_options: [