summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-02-15 14:27:43 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-02-15 14:30:45 +0800
commit8b606ac464ec5fa3979ab73fef4d29733d389760 (patch)
treecd8ae85097e122d9dd6c01aa1ca3ab8cf7eb35c4 /CHANGELOG.md
parent8cc2f44b4cd89cc046f1748f664d112d0278aa6d (diff)
Add bindings 'H' and 'G' to go to the top/bottom of any pane
Fixes #78
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f191765..9032aed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+#### v2.11.0
+
+* Add binding capital 'H' to go to the top of any pane/list
+* Add binding capital 'G' to go to the bottom of any pane/list
+
#### v2.10.10 - Fix --version flag
It looks like the latest BETAs of clap removed setting the version implicitly.