summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2024-08-13Allow comments in $FZF_DEFAULT_OPTS and $FZF_DEFAULT_OPTS_FILEJunegunn Choi
2024-08-11[bash] Enable fuzzy path completion for all commands (#3958)Junegunn Choi
2024-07-310.54.3Junegunn Choi
2024-07-27Fix incompatibility of adaptive height and 'start:reload'Junegunn Choi
2024-07-260.54.2Junegunn Choi
2024-07-190.54.1Junegunn Choi
2024-07-080.54.0Junegunn Choi
2024-07-08Bind CTRL-/ and ALT-/ to toggle-wrap by defaultJunegunn Choi
2024-07-05Remove --walker-path-sepJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-25Empty --marker-multi-line if --marker is emptyJunegunn Choi
2024-06-25Add --wrap option and 'toggle-wrap' action (#3887)Junegunn Choi
2024-06-24Do not start the initial reader if 'reload*' is bound to 'start'Junegunn Choi
2024-06-20Allow empty pointer and markerJunegunn Choi
2024-06-20Fix typosJunegunn Choi
2024-06-20Add --info-command for customizing the input textJunegunn Choi
2024-06-17Add 'offset-middle' actionJunegunn Choi
2024-06-17Fire 'result' even when input stream is not completeJunegunn Choi
2024-06-17--sync: Suppress initial render also when focus event is boundJunegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
2024-06-14Make GET endpoint available from 'execute' and 'transform' actionsJunegunn Choi
2024-06-10Less aggressive chunk cache invalidation for --tailJunegunn Choi
2024-06-06Update docsJunegunn Choi
2024-06-04Add --tail=NUM to limit the number of items to keep in memoryJunegunn Choi
2024-06-02Update CHANGELOG: clarificationJunegunn Choi
2024-05-31Update CHANGELOGJunegunn Choi
2024-05-27Add multi-line example to CHANGELOGJunegunn Choi
2024-05-27Different marker for the first and last line of multi-line entriesJunegunn Choi
2024-05-25Update CHANGELOGJunegunn Choi
2024-05-24Change default --scroll-off to 3Junegunn Choi
2024-05-22Add print(...) actionJunegunn Choi
2024-05-21Update CHANGELOGJunegunn Choi
2024-05-140.52.1Junegunn Choi
2024-05-080.52.0Junegunn Choi
2024-05-07Add color names: selected-{fg,bg,hl}Junegunn Choi
2024-05-010.51.0Junegunn Choi
2024-05-01[vim] Fix argument escaping for Windows batch fileJunegunn Choi
2024-04-27Suggest using toggle+up instead of toggle-upJunegunn Choi
2024-04-27Add $FZF_POS environment variableJunegunn Choi
2024-04-27Add --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
2024-04-27Add 'change-multi' actionJunegunn Choi
2024-04-150.50.0Junegunn Choi
2024-04-14Improve search performance by limiting the search scopeJunegunn Choi
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-04-050.49.0Junegunn Choi
2024-04-04Do not hide separator by default on --info=inline-right|hiddenJunegunn Choi
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2024-04-02Improve ingestion performance (by around 40%)Junegunn Choi
2024-04-01Improve ingestion performance (by around 20%)Junegunn Choi
2024-03-29Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693)Matthieu Cneude