summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-27 16:38:42 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-27 16:38:42 +0900
commited57dcb924112192636260fb31d0db54352c517a (patch)
treec7a6e58cc6e92d32caa004a078c57eab8f7c09af /CHANGELOG.md
parent95c77bfb98eff07c63599bb02a58f73d6c143e62 (diff)
Extend placeholder expression for multiple selections
Close #788
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4358226..4dd6e9c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
CHANGELOG
=========
+0.16.3
+------
+- Fixed a bug where fzf incorrectly display the lines when straddling tab
+ characters are trimmed
+- Placeholder expression used in `--preview` and `execute` action can
+ optionally take `+` flag to be used with multiple selections
+ - e.g. `git log --oneline | fzf --multi --preview 'git show {+1}'`
+
0.16.2
------
- Dropped ncurses dependency