Add 'offset-middle' action

This commit is contained in:
Junegunn Choi
2024-06-17 18:34:10 +09:00
parent 59943cbb48
commit e2401aca68
5 changed files with 66 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
CHANGELOG
=========
0.53.1
0.54.0
------
- Better cache management and improved rendering for `--tail`
- Improved `--sync` behavior
@@ -15,8 +15,9 @@ CHANGELOG
```sh
fzf --listen --sync --bind 'focus:transform-header:curl -s localhost:$FZF_PORT?limit=0 | jq .'
```
- Fixed crash when using `--tiebreak=end` with very long items
- Added `offset-middle` action to place the current item is in the middle of the screen
- Fixed mouse support on Windows
- Fixed crash when using `--tiebreak=end` with very long items
- zsh 5.0 compatibility (thanks to @LangLangBart)
- Fixed `--walker-skip` to also skip symlinks to directories
- Fixed `result` event not fired when input stream is not complete