diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-03-03 17:10:49 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-03-03 17:10:49 +0900 |
| commit | 0012183ede3619e2bf52932c196377f8a7befbf6 (patch) | |
| tree | ac4c45bca975d35975c0939552e22c6222f07003 /CHANGELOG.md | |
| parent | 8916cbc6ab198abdfa1e5cb24602c13730cb1987 (diff) | |
| download | fzf-0012183ede3619e2bf52932c196377f8a7befbf6.tar.gz | |
0.60.3
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 37621c30..eb883a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ CHANGELOG ========= +0.60.3 +------ +- Bug fixes and improvements + - [fish] Enable multiple history commands insertion (#4280) (@bitraid) + - [walker] Append '/' to directory entries on MSYS2 (#4281) + - Trim trailing whitespaces after processing ANSI sequences (#4282) + - Remove temp files before `become` when using `--tmux` option (#4283) + - Fix condition for using item numlines cache (#4285) (@alex-huff) + - Make `--accept-nth` compatible with `--select-1` (#4287) + - Increase the query length limit from 300 to 1000 (#4292) + - [windows] Prevent fzf from consuming user input while paused (#4260) + 0.60.2 ------ - Template for `--with-nth` and `--accept-nth` now supports `{n}` which evaluates to the zero-based ordinal index of the item |
