You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# Unreleased
2
2
3
3
- 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)!)
5
5
- Fix cropping issues when zooming out too much while using kitty protocol
6
6
- 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
7
7
- 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)!)
0 commit comments