summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2020-04-030.21.10.21.1Junegunn Choi
2020-03-120.21.00.21.0Junegunn Choi
2020-03-11Add --keep-right option to keep the right end of the line visibleJunegunn Choi
Close #1652
2020-03-11Change custom fuzzy completion APIJunegunn Choi
To make it easier to write more complex fzf options. Although this does not break backward compatibility, users are encouraged to update their code accordingly. # Before _fzf_complete "FZF_ARG1 FZF_ARG2..." "$@" < <( # Print candidates ) # After _fzf_complete FZF_ARG1 FZF_ARG2... -- "$@" < <( # Print candidates )
2020-03-10Make height option work under Windows (#1341)Michael Kelley
Separate Unix & Windows code into platform specific files for light renderer
2020-03-05Draft CHANGELOG for the upcoming releaseJunegunn Choi
2019-12-180.20.00.20.0Junegunn Choi
2019-12-13Revert README as preview-{fg,bg} are only available on masterJunegunn Choi
2019-12-13Update README/CHANGELOGJunegunn Choi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
Close #1776
2019-12-07Add clear-query and clear-selectionJunegunn Choi
Close #1787 Related #1364
2019-12-06Properly clear list when --header-lines not filled on reloadJunegunn Choi
2019-12-05Remove immediate flickering on reload actionJunegunn Choi
2019-11-21Update CHANGELOGJunegunn Choi
2019-11-16Update CHANGELOGJunegunn Choi
2019-11-15Add `--preview-window noborder` option to disable preview borderJunegunn Choi
Close #1699
2019-11-15Add --info=STYLE [default|inline|hidden]Junegunn Choi
Close #1738
2019-11-14More key chords for --bindJunegunn Choi
Close #1752
2019-11-13Update CHANGELOG and man pagesJunegunn Choi
2019-03-310.18.00.18.0Junegunn Choi
2018-10-070.17.50.17.5Junegunn Choi
2018-06-100.17.40.17.4Junegunn Choi
2017-12-030.17.30.17.3Junegunn Choi
2017-12-03Revert "0.17.2"Junegunn Choi
This reverts commit 2f1edeff78e275662667abc616287e7b9909c1c0.
2017-12-030.17.2Junegunn Choi
2017-10-160.17.10.17.1Junegunn Choi
2017-09-050.17.0-20.17.0-2Junegunn Choi
2017-08-270.17.00.17.0Junegunn Choi
2017-08-020.16.110.16.11Junegunn Choi
2017-07-210.16.100.16.10Junegunn Choi
2017-07-210.16.90.16.9Junegunn Choi
2017-06-08Update CHANGELOG with unix-line-discard+top (#940)Uri Gorelik
Also change the example binding for `unix-word-rubout` to *ctrl-w* instead of *ctrl-u*
2017-06-050.16.80.16.8Junegunn Choi
2017-04-300.16.70.16.7Junegunn Choi
2017-03-050.16.60.16.6Junegunn Choi
2017-02-190.16.50.16.5Junegunn Choi
2017-02-18Add toggle-preview-wrap actionJunegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
Goes well with --height
2017-01-28Add support for ctrl-space keyJunegunn Choi
Close #825
2017-01-27Add execute-silent actionJunegunn Choi
Close #823
2017-01-27Extend placeholder expression for multiple selectionsJunegunn Choi
Close #788
2017-01-240.16.20.16.2Junegunn Choi
2017-01-24Allow invisible preview window (--preview-window 0)Junegunn Choi
Close #820
2017-01-22Drop ncurses dependencyJunegunn Choi
Close #818
2017-01-22Composable actions in --bindJunegunn Choi
Close #816
2017-01-160.16.10.16.1Junegunn Choi
2017-01-160.16.0Junegunn Choi
2017-01-15Add --filepath-word optionJunegunn Choi
Close #802
2017-01-15Replace --normalize with --literal and enable normalization by defaultJunegunn Choi
Ref #790
2017-01-09Add --normalize option to normalize latin script charactersJunegunn Choi
Close #790