Skip to content

Commit

Permalink
Add to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Aug 29, 2024
1 parent f510a4d commit c6d620c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6d620c

Please sign in to comment.