diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-23 19:49:57 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-23 19:52:57 +0900 |
| commit | c0d407f7ce1c246c22fb786128c1f027ecd2b41e (patch) | |
| tree | 177140d32141f2e309e22b15b035aa9092c86a26 /CHANGELOG.md | |
| parent | 461115afde3041cff31c27e490d7c28c0b6c28c4 (diff) | |
| download | fzf-c0d407f7ce1c246c22fb786128c1f027ecd2b41e.tar.gz | |
0.60.2
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eba8cbb..37621c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ CHANGELOG 0.60.2 ------ -- Template for `--with-nth` and `--accept-nth` now supports `{n}` which evaluates to the zero-based ordinal index of the item. +- Template for `--with-nth` and `--accept-nth` now supports `{n}` which evaluates to the zero-based ordinal index of the item +- Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used + - Thanks to @phanen for the fix +- Fixed 'jump' action when the pointer is an empty string 0.60.1 ------ |
