All Versions
97
Latest Version
Avg Release Cycle
76 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v0.16.1 Changes
- π Fixed
--height
option to properly fill the window with the background color - β Added
half-page-up
andhalf-page-down
actions - β Added
-L
flag to the default find command
- π Fixed
-
v0.16.0 Changes
- β Added
--height HEIGHT[%]
option- fzf can now display finder without occupying the full screen
- 0οΈβ£ Preview window will truncate long lines by default. Line wrap can be enabled
by
:wrap
flag in--preview-window
. - Latin script letters will be normalized before matching so that it's easier
to match against accented letters. e.g.
sodanco
can matchSΓ³ DanΓ§o Samba
.- Normalization can be disabled via
--literal
- Normalization can be disabled via
- β Added
--filepath-word
to make word-wise movements/actions (alt-b
,alt-f
,alt-bs
,alt-d
) respect path separators
- β Added
-
v0.15.9 Changes
- π Fixed rendering glitches introduced in 0.15.8
- π§ The default escape delay is reduced to 50ms and is configurable via
$ESCDELAY
- Scroll indicator at the top-right corner of the preview window is always displayed when there's overflow
- π Can now be built with ncurses 6 or tcell to support extra features
- ncurses 6
- Supports more than 256 color pairs
- Supports italics
- tcell
- 24-bit color support
- See https://github.com/junegunn/fzf/blob/master/BUILD.md
- ncurses 6
-
v0.15.8 Changes
- β‘οΈ Updated ANSI processor to handle more VT-100 escape sequences
- β Added
--no-bold
(and--bold
) option - π Improved escape sequence processing for WSL
- β Added support for
alt-[0-9]
,f11
, andf12
for--bind
and--expect
-
v0.15.7 Changes
- π Fixed panic when color is disabled and header lines contain ANSI colors
-
v0.15.6 Changes
- π 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
-
v0.15.5 Changes
- Setting foreground color will no longer set background color to black
- e.g.
fzf --color fg:153
- e.g.
--tiebreak=end
will consider relative position instead of absolute distance- β‘οΈ Updated
fzf#wrap
function to respectg:fzf_colors
- Setting foreground color will no longer set background color to black
-
v0.15.4 Changes
- β Added support for range expression in preview and execute action
- e.g.
ls -l | fzf --preview="echo user={3} when={-4..-2}; cat {-1}" --header-lines=1
{q}
will be replaced to the single-quoted string of the current query
- e.g.
- π Fixed to properly handle unicode whitespace characters
- Display scroll indicator in preview window
- 0οΈβ£ Inverse search term will use exact matcher by default
- This is a breaking change, but I believe it makes much more sense. It is
almost impossible to predict which entries will be filtered out due to
a fuzzy inverse term. You can still perform inverse-fuzzy-match by
prepending
!'
to the term.
- This is a breaking change, but I believe it makes much more sense. It is
almost impossible to predict which entries will be filtered out due to
a fuzzy inverse term. You can still perform inverse-fuzzy-match by
prepending
- β Added support for range expression in preview and execute action
-
v0.15.3 Changes
- β Added support for more ANSI attributes: dim, underline, blink, and reverse
- π Fixed race condition in
toggle-preview
-
v0.15.2 Changes
- Preview window is now scrollable
- With mouse scroll or with bindable actions
preview-up
preview-down
preview-page-up
preview-page-down
- With mouse scroll or with bindable actions
- β‘οΈ Updated ANSI processor to support high intensity colors and ignore some VT100-related escape sequences
- Preview window is now scrollable