Releases: junegunn/fzf-bin
Releases · junegunn/fzf-bin
0.9.13
- Color customization with the extended
--color
option
- Fixed premature termination of Reader in the presence of a long line which
is longer than 64KB
0.9.12
- Added
--bind
option for custom key bindings
- Fixed to update "inline-info" immediately after terminal resize
- Fixed ANSI code offset calculation
0.9.11
- Added
--inline-info
option for saving screen estate (#202)
- Invalid mutation of input on case conversion (#209)
- Smart-case for each term in extended-search mode (#208)
- Fixed double-click result when scroll offset is positive
0.9.10
- Performance optimization
- Less aggressive memoization to limit memory usage
- Added color scheme for light background:
--color=light
0.9.9
- Added
--tiebreak
option
- Added
--no-hscroll
option
- Visual indication of
--toggle-sort
0.9.8
- Fixed Unicode case handling
0.9.7
- Added
--toggle-sort
option
- Fixed to print empty line if
--expect
is set and fzf is completed by
--select-1
or --exit-0
- Fixed to allow comma character as an argument to
--expect
option
0.9.6
- Added
--expect
option
- Fixed to ignore some ANSI escape sequences when
--ansi
is set
- Fixed
--ansi
option to retain ANSI background color
0.9.5
- Added
--ansi
option
- Reduced initial memory footprint
- Fixed panic on
--no-sort --filter ''
See CHANGELOG for details.
0.9.4
- Added
--tac
option for reversing the order of input
--no-sort
will not reverse the display order of items inside finder
- This is a backward incompatible change
--filter
option will not block when sort is disabled (--no-sort
)