diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e870bc..4403f999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#unreleased) +* [1.4.4](#1-4-4) * [1.4.3](#1-4-3) * [1.4.2](#1-4-2) * [1.4.1](#1-4-1) @@ -18,24 +19,29 @@ ### Changed * Renamed man page for `footrc` from **foot**(5) to **footrc**(5). -* Mouse cursor is now always a `left_ptr` when inside the margins, to - indicate it is not possible to start a selection. * Scrollback position indicator. This feature is optional and controlled by the **scrollback-indicator-position** and **scrollback-indicator-format** options in `footrc` (https://codeberg.org/dnkl/foot/issues/42). +### Security +### Contributors + + +## 1.4.4 +### Changed + +* Mouse cursor is now always a `left_ptr` when inside the margins, to + indicate it is not possible to start a selection. + + ### Fixed * Crash when starting a selection inside the margins. -* Handle trailing comments in `footrc` * Improved font size consistency across multiple monitors with different DPI (https://codeberg.org/dnkl/foot/issues/47). - - -### Security -### Contributors +* Handle trailing comments in `footrc` ## 1.4.3 diff --git a/PKGBUILD b/PKGBUILD index 36d020d4..fefc4d60 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index 1a75a151..ee3d532e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.4.3', + version: '1.4.4', license: 'MIT', meson_version: '>=0.53.0', default_options: [