summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-11-02 16:34:16 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-11-02 21:48:19 +0900
commitffd8bef8085cceedb1c3398cd478a78f5582cafd (patch)
treef584e49d9d3e78e55dc28c5f68ea73af6ca29425
parent02cee2234dc85af7198f707072fd60a156fc4035 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb5eb5d2..13f0615a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
CHANGELOG
=========
+0.27.4
+------
+- Added `--scroll-off=LINES` option (similar to `scrolloff` option of Vim)
+ - You can set it to a very large number so that the cursor stays in the
+ middle of the screen while scrolling
+ ```sh
+ fzf --scroll-off=5
+ fzf --scroll-off=999
+ ```
+- Fixed bug where preview window is not updated on `reload` (#2644)
+- fzf on Windows will also use `$SHELL` to execute external programs
+ - See #2638 and #2647
+ - Thanks to @rashil2000, @vovcacik, and @janlazo
+
0.27.3
------
- Preview window is `hidden` by default when there are `preview` bindings but