summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-08-17 18:23:34 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-08-29 17:08:23 +0900
commitc6d620c99eb6f8a46fb8be0858879f45c115c628 (patch)
tree055513566d41306d390c7db025c58f5437a0853a /CHANGELOG.md
parentf510a4def638b03e9001237e62e5ed2a2bcea2c6 (diff)
downloadfzf-c6d620c99eb6f8a46fb8be0858879f45c115c628.tar.gz
Add to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f634155..41da52a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@ CHANGELOG
0.55.0
------
+- Added `exact-boundary-match` type to the search syntax. When a search term is single-quoted, fzf will search for the exact occurrences of the string with both ends at word boundaries.
+ ```sh
+ fzf --query "'here'" << EOF
+ come here
+ not there
+ EOF
+ ```
- [bash] Fuzzy path completion is enabled for all commands
- 1. If the default completion is not already set
- 2. And if the current bash supports `complete -D` option