summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-10-04 02:17:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-10-04 02:17:36 +0900
commit3222d62ddf0b8072e43ac2b5abd52b1d6d3f6eef (patch)
tree4be529f641ed0307e79363a1f736ed8f3b6b149d /CHANGELOG.md
parentaeb957a2852555b2fce037aac4c3cb2b9d2f5c39 (diff)
0.15.40.15.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5b9954e..7bbe4f41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
CHANGELOG
=========
+0.15.4
+------
+- Added support for range expression in preview and execute action
+ - e.g. `ls -l | fzf --preview="echo user={3} when={-4..-2}; cat {-1}" --header-lines=1`
+ - `{q}` will be replaced to the single-quoted string of the current query
+- Fixed to properly handle unicode whitespace characters
+- Display scroll indicator in preview window
+- Inverse search term will use exact matcher by default
+ - This is a breaking change, but I believe it makes much more sense. It is
+ almost impossible to predict which entries will be filtered out due to
+ a fuzzy inverse term. You can still perform inverse-fuzzy-match by
+ prepending `!'` to the term.
+
0.15.3
------
- Added support for more ANSI attributes: dim, underline, blink, and reverse