diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ad80b4..645b6eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#Unreleased) +* [1.5.3](#1-5-3) * [1.5.2](#1-5-2) * [1.5.1](#1-5-1) * [1.5.0](#1-5-0) @@ -63,10 +64,24 @@ ### Removed ### Fixed +* Support for **pipe-\*** actions in mouse bindings. It was previously + not possible to add a command to these actions when used in mouse + bindings, making them useless + (https://codeberg.org/dnkl/foot/issues/183). + + +### Security +### Contributors + + +## 1.5.3 + +### Fixed + * Crash when libxkbcommon cannot find a suitable libX11 _compose_ file. Note that foot will run, but without support for dead keys. (https://codeberg.org/dnkl/foot/issues/170). -* Restore window size when window is un-tiled. +* Restored window size when window is un-tiled. * XCursor shape in CSD corners when window is tiled. * Error handling when processing keyboard input (maybe https://codeberg.org/dnkl/foot/issues/171). @@ -77,14 +92,6 @@ window (https://codeberg.org/dnkl/foot/issues/179). * Character dropped from selection when "right-click-hold"-extending a selection (https://codeberg.org/dnkl/foot/issues/180). -* Support for **pipe-\*** actions in mouse bindings. It was previously - not possible to add a command to these actions when used in mouse - bindings, making them useless - (https://codeberg.org/dnkl/foot/issues/183). - - -### Security -### Contributors ## 1.5.2 diff --git a/PKGBUILD b/PKGBUILD index bc9d6465..976e4620 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index 0bf3a4ac..d4d95708 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.5.2', + version: '1.5.3', license: 'MIT', meson_version: '>=0.53.0', default_options: [