Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Releases: junegunn/fzf-bin

0.9.13

02 Jun 17:10
Compare
Choose a tag to compare
  • 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

20 May 15:43
Compare
Choose a tag to compare
  • Added --bind option for custom key bindings
  • Fixed to update "inline-info" immediately after terminal resize
  • Fixed ANSI code offset calculation

0.9.11

21 Apr 14:58
Compare
Choose a tag to compare
  • 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

17 Apr 13:29
Compare
Choose a tag to compare
  • Performance optimization
  • Less aggressive memoization to limit memory usage
  • Added color scheme for light background: --color=light

0.9.9

16 Apr 05:23
Compare
Choose a tag to compare
  • Added --tiebreak option
  • Added --no-hscroll option
  • Visual indication of --toggle-sort

0.9.8

14 Apr 12:43
Compare
Choose a tag to compare
  • Fixed Unicode case handling

0.9.7

31 Mar 12:54
Compare
Choose a tag to compare
  • 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

28 Mar 18:15
Compare
Choose a tag to compare
  • 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

22 Mar 07:31
Compare
Choose a tag to compare
  • Added --ansi option
  • Reduced initial memory footprint
  • Fixed panic on --no-sort --filter ''

See CHANGELOG for details.

0.9.4

01 Mar 03:33
Compare
Choose a tag to compare
  • 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)