diff --git a/CHANGELOG.md b/CHANGELOG.md index c94fca27..e7a69726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#Unreleased) +* [1.5.1](#1-5-1) * [1.5.0](#1-5-0) * [1.4.4](#1-4-4) * [1.4.3](#1-4-3) @@ -37,6 +38,15 @@ decorations. Note that some compositors will render SSDs despite this option being used (https://codeberg.org/dnkl/foot/issues/163). +### Changed +### Deprecated +### Removed +### Fixed +### Security +### Contributors + + +## 1.5.1 ### Changed @@ -46,8 +56,6 @@ default. This is in addition to middle-clicking with the mouse. -### Deprecated -### Removed ### Fixed * Mouse bindings now match even if the actual click count is larger @@ -77,7 +85,6 @@ * Paste from primary when clipboard is empty. -### Security ### Contributors * [craigbarnes](https://codeberg.org/craigbarnes) diff --git a/PKGBUILD b/PKGBUILD index eb0e16ec..cc42ced2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index fc79f8a8..613c388b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.5.0', + version: '1.5.1', license: 'MIT', meson_version: '>=0.53.0', default_options: [