diff --git a/CHANGELOG.md b/CHANGELOG.md index cb19dee3..728dbf9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#unreleased) +* [1.7.2](#1-7-2) * [1.7.1](#1-7-1) * [1.7.0](#1-7-0) * [1.6.4](#1-6-4) @@ -26,6 +27,17 @@ ## Unreleased +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security +### Contributors + + +## 1.7.2 + ### Added * URxvt OSC-11 extension to set background alpha @@ -49,8 +61,6 @@ (https://codeberg.org/dnkl/foot/issues/449). -### Deprecated -### Removed ### Fixed * Reverted _"Consumed modifiers are no longer sent to the client @@ -68,7 +78,6 @@ (https://codeberg.org/dnkl/foot/issues/441). -### Security ### Contributors * [cglogic](https://codeberg.org/cglogic) diff --git a/PKGBUILD b/PKGBUILD index 43f6a486..6eabe0b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index ffb4a7ae..cfdbe98d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.7.1', + version: '1.7.2', license: 'MIT', meson_version: '>=0.53.0', default_options: [