Update README and CHANGELOG

Close #4022
This commit is contained in:
Junegunn Choi
2024-11-28 19:44:01 +09:00
parent 7d9548919e
commit 61d10d8ffa
2 changed files with 32 additions and 13 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.57.0
------
- Built-in walker improvements
- `--walker-root` can take multiple directory arguments. e.g. `--walker-root include src lib`
- `--walker-skip` can handle multi-component patterns. e.g. `--walker-skip target/build`
- `FZF_PREVIEW_*` environment variables are exported to all child processes (#4098)
- Bug fixes in fish scripts
0.56.3
------
- Bug fixes in zsh scripts