summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-12-03 23:34:37 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-12-03 23:34:37 +0900
commit2f1edeff78e275662667abc616287e7b9909c1c0 (patch)
tree59c19e437ada73d5977147fc9c8fae89812b974e /CHANGELOG.md
parent306d51cdcf7113f720baf9d0a4518da539a13309 (diff)
0.17.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c167728..76b37c88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
CHANGELOG
=========
+0.17.2
+------
+- `$LINES` and `$COLUMNS` are exported to preview command so that the command
+ knows the exact size of the preview window.
+- Better error messages when the default command or `$FZF_DEFAULT_COMMAND`
+ fails.
+- Reverted #1061 to avoid having duplicate entries in the list when find
+ command detected a file system loop (#1120). The default command now
+ requires that find supports `-fstype` option.
+- fzf now distinguishes mouse left click and right click (#1130)
+ - Right click is now bound to `toggle` action by default
+ - `--bind` understands `left-click` and `right-click`
+- Added `replace-query` action (#1137)
+ - Replaces query string with the current selection
+- Added `accept-non-empty` action (#1162)
+ - Same as accept, except that it prevents fzf from exiting without any
+ selection
+
0.17.1
------