diff --git a/CHANGELOG.md b/CHANGELOG.md index 06783715..d42e465e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#Unreleased) +* [1.5.4](#1-5-4) * [1.5.3](#1-5-3) * [1.5.2](#1-5-2) * [1.5.1](#1-5-1) @@ -82,14 +83,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See * Blinking text now uses the foreground color, but dimmed down in its off state, instead of the background color. -* Num Lock by default overrides the keypad mode. See - **foot.ini**(5)::KEYPAD, or - [README.md](README.md#user-content-keypad) for details - (https://codeberg.org/dnkl/foot/issues/194). -* Single-width characters with double-width glyphs are now allowed to - overflow into neighboring cells by default. Set - **tweak.allow-overflowing-double-width-glyphs** to ‘no’ to disable - this. * Sixel default maximum size is now 10000x10000 instead of the current window size. * Graphical glitches/flashes when resizing the window while running a @@ -100,11 +93,38 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See controls the default state of `CSI Ps SP q` (https://codeberg.org/dnkl/foot/issues/218). - ### Deprecated ### Removed ### Fixed +* Crash when pasting non-textual clipboard content + (https://codeberg.org/dnkl/foot/issues/230). + +### Security + + +### Contributors + +* [kennylevinsen](https://codeberg.org/kennylevinsen) +* [craigbarnes](https://codeberg.org/craigbarnes) + + +## 1.5.4 + +### Changed + + +* Num Lock by default overrides the keypad mode. See + **foot.ini**(5)::KEYPAD, or + [README.md](README.md#user-content-keypad) for details + (https://codeberg.org/dnkl/foot/issues/194). +* Single-width characters with double-width glyphs are now allowed to + overflow into neighboring cells by default. Set + **tweak.allow-overflowing-double-width-glyphs** to ‘no’ to disable + this. + +### Fixed + * Resize very slow when window is hidden (https://codeberg.org/dnkl/foot/issues/190). * Key mappings for key combinations with `shift`+`tab` @@ -113,15 +133,11 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See * `footclient` `-m` (`--maximized`) flag being ignored. * Crash with explicitly sized sixels with a height less than 6 pixels. * Key mappings for `esc` with modifiers. -* Crash when pasting non-textual clipboard content - (https://codeberg.org/dnkl/foot/issues/230). -### Security ### Contributors * [craigbarnes](https://codeberg.org/craigbarnes) -* [kennylevinsen](https://codeberg.org/kennylevinsen) ## 1.5.3 diff --git a/PKGBUILD b/PKGBUILD index 76f1de6a..04f603be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=('foot-git' 'foot-terminfo-git') -pkgver=1.5.3 +pkgver=1.5.4 pkgrel=1 arch=('x86_64' 'aarch64') url=https://codeberg.org/dnkl/foot diff --git a/meson.build b/meson.build index f93ca732..6b9a8c4d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.5.3', + version: '1.5.4', license: 'MIT', meson_version: '>=0.53.0', default_options: [