summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-12-27 15:23:11 -0800
committerGitHub <noreply@github.com>2021-12-27 18:23:11 -0500
commit9eabb061aaad8a1ebf6545dc8f36c98c1e622774 (patch)
tree4b150427f3776fb713483c8448b827eccb8f01d8 /CHANGELOG.md
parentc92cfc644d0601fad89312b5b282c4e3ebbcc072 (diff)
feature: add basic page up/down scrolling (#646)
Adds page up/down scrolling support to respectively scroll up/down by a full page. Note that this is mostly just to get the feature out for those interested, and is admittedly a bit rushed - I will be rewriting all logic involving event handling as part of state refactor anyways, so this will also get changed in the work done there, and therefore, I kinda just sped through this.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cdaceae..575cb397 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.6.7]/[0.7.0] - Unreleased
+## Feature
+
+- [#646](https://github.com/ClementTsang/bottom/pull/646): Add `PgUp`/`PgDown` keybind support to scroll up and down a page in a table.
+
## [0.6.6] - 2021-12-22
## Bug Fixes