From 2d7a913a27573dba548297dfde9384baeba859c5 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Sun, 16 Nov 2025 16:17:22 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b340683..72558e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - 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 - 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 # v0.4.3