From 670251fdffd41b6ffa6290f28cebd9259c93e180 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Mon, 24 Nov 2025 16:06:20 -0600 Subject: [PATCH] Add more thanks to readme and mention vertical centering from pr 116 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec41b67..a6c7251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Unreleased - Switched simd base64 crate for one that works on stable (from `vb64` to `base64_simd`) -- Allow boolean arguments to function as flags, without a `true` or `false` argument following the flag itself +- Allow boolean arguments to function as flags, without a `true` or `false` argument following the flag itself (thanks [@tatounee](https://github.com/tatounee)!) - Fix cropping issues when zooming out too much while using kitty protocol - Added `gg` and `G` keybindings for scrolling to the top and bottom of a page, respectively, when filling the width of the screen with kitty - Updated help page to only show kitty keybindings when you're actually using kitty -- Map page-up and page-down keybindings to do the same thing as up-key and down-key +- Map page-up and page-down keybindings to do the same thing as up-key and down-key (thanks [@maxdexh](https://github.com/maxdexh)!) +- Vertically center pages within the available space if they are not constrained by the height (thanks [@maxdexh](https://github.com/maxdexh)!) + # v0.4.3