summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-02-15 16:46:24 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-02-15 16:46:24 +0800
commitad7c7796ecea46557ab851eb15ed2a20fd1e2447 (patch)
treee00825196629f020932405e8d6ebfd39837a6fe9
parentee7369022611745ec9c55beddf1b907f13ed3559 (diff)
adjust changelog prior to release
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9032aed..64718b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,14 @@
#### v2.11.0
+##### Features
+
* 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
+##### Fixes
+* Without user input during `dua i [<multiple paths>]` the top-most entry will remain selected.
+* Avoid stale frame at the end of traversal in interactive sessions when there is no user input.
+
#### v2.10.10 - Fix --version flag
It looks like the latest BETAs of clap removed setting the version implicitly.