m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00
This commit is contained in:
Junegunn Choi
2016-11-09 01:45:27 +09:00
parent f87d382ec8
commit a221c672fb
6 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.15.6
------
- Windows binaries! (@kelleyma49)
- Fixed the bug where header lines are cleared when preview window is toggled
- Fixed not to display ^N and ^O on screen
- Fixed cursor keys (or any key sequence that starts with ESC) on WSL by
making fzf wait for additional keystrokes after ESC for up to 100ms
0.15.5
------
- Setting foreground color will no longer set background color to black