Skip to content

Commit 670251f

Browse files
committed
Add more thanks to readme and mention vertical centering from pr 116
1 parent b7d1b78 commit 670251f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Unreleased
22

33
- Switched simd base64 crate for one that works on stable (from `vb64` to `base64_simd`)
4-
- Allow boolean arguments to function as flags, without a `true` or `false` argument following the flag itself
4+
- Allow boolean arguments to function as flags, without a `true` or `false` argument following the flag itself (thanks [@tatounee](https://github.com/tatounee)!)
55
- Fix cropping issues when zooming out too much while using kitty protocol
66
- 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
77
- Updated help page to only show kitty keybindings when you're actually using kitty
8-
- Map page-up and page-down keybindings to do the same thing as up-key and down-key
8+
- Map page-up and page-down keybindings to do the same thing as up-key and down-key (thanks [@maxdexh](https://github.com/maxdexh)!)
9+
- Vertically center pages within the available space if they are not constrained by the height (thanks [@maxdexh](https://github.com/maxdexh)!)
10+
911

1012
# v0.4.3
1113

0 commit comments

Comments
 (0)