m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00

Update CHANGELOG

This commit is contained in:
Junegunn Choi
2025-06-25 08:34:06 +09:00
parent debf3d8a8a
commit b99cb6323f

View File

@@ -59,6 +59,12 @@ CHANGELOG
--bind "focus:+bg-transform-ghost:$GETTER" \ --bind "focus:+bg-transform-ghost:$GETTER" \
--bind "focus:+bg-transform-prompt:$GETTER" --bind "focus:+bg-transform-prompt:$GETTER"
``` ```
- Added support for full-line background color in the list section
```sh
for i in $(seq 16 255); do
echo -e "\x1b[48;5;${i}m\x1b[0Khello"
done | fzf --ansi
```
- SSH completion enhancements by @akinomyoga - SSH completion enhancements by @akinomyoga
- Bug fixes and improvements - Bug fixes and improvements