summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-02-02 23:39:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-02 23:39:47 +0900
commitbbe1721a1883426f639c1efe6afef1d3e6c25181 (patch)
tree32ec252df4d6e394a4fc764408d155088ad35286 /CHANGELOG.md
parentc1470a51b84283db661acfbb70d1323e86ca7bf8 (diff)
downloadfzf-bbe1721a1883426f639c1efe6afef1d3e6c25181.tar.gz
0.59.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa5181de..7202d1d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,14 @@ CHANGELOG
0.59.0
------
+_Release highlights: https://junegunn.github.io/fzf/releases/0.59.0/_
+
- Prioritizing file name matches (#4192)
- Added a new tiebreak option `pathname` for prioritizing file name matches
- `--scheme=path` now sets `--tiebreak=pathname,length`
- - fzf will automatically choose `path` scheme when the input is a TTY device, where fzf would start its built-in walker or run `$FZF_DEFAULT_COMMAND` which is usually a command for listing files.
+ - fzf will automatically choose `path` scheme
+ * when the input is a TTY device, where fzf would start its built-in walker or run `$FZF_DEFAULT_COMMAND` which is usually a command for listing files,
+ * but not when `reload` or `transform` action is bound to `start` event, because in that case, fzf can't be sure of the input type.
- Added `--header-lines-border` to display header from `--header-lines` with a separate border
```sh
# Use --header-lines-border to separate two headers