Sourced from github.com/junegunn/fzf's releases.
0.61.3
- Reverted #4351 as it caused
tmux run-shell 'fzf --tmux'to fail (#4559 #4560)- More environment variables for child processes (#4356)
0.61.2
- Fixed panic when using header border without pointer/marker (
@phanen)- Fixed
--tmuxoption when already inside a tmux popup (@peikk0)- Bug fixes and improvements in CTRL-T binding of fish (#4334) (
@bitraid)- Added
--no-tty-defaultoption to make fzf search for the current TTY device instead of defaulting to/dev/tty(#4242)0.61.1
- Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode.
0.61.0
- Added
--ghost=TEXTto display a ghost text when the input is empty# Display "Type to search" when the input is empty fzf --ghost "Type to search"- Added
change-ghostandtransform-ghostactions for dynamically changing the ghost text- Added
change-pointerandtransform-pointeractions for dynamically changing the pointer sign- Added
rflag for placeholder expression (raw mode) for unquoted output- Bug fixes and improvements
0.60.3
- Bug fixes and improvements
- [fish] Enable multiple history commands insertion (#4280) (
@bitraid)- [walker] Append '/' to directory entries on MSYS2 (#4281)
- Trim trailing whitespaces after processing ANSI sequences (#4282)
- Remove temp files before
becomewhen using--tmuxoption (#4283)- Fix condition for using item numlines cache (#4285) (
@alex-huff)- Make
--accept-nthcompatible with--select-1(#4287)- Increase the query length limit from 300 to 1000 (#4292)
- [windows] Prevent fzf from consuming user input while paused (#4260)
0.60.2
- Template for
--with-nthand--accept-nthnow supports{n}which evaluates to the zero-based ordinal index of the item- Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used
- Thanks to
@phanenfor the fix- Fixed 'jump' action when the pointer is an empty string
0.60.1
- Bug fixes and minor improvements
- Built-in walker now prints directory entries with a trailing slash
- Fixed a bug causing unexpected behavior with fzf-tab. Please upgrade if you use it.
- Thanks to
@alexeisersun,@bitraid,@Lompik, and@fsc0for the contributions0.60.0
Release highlights: https://junegunn.github.io/fzf/releases/0.60.0/
... (truncated)
Sourced from github.com/junegunn/fzf's changelog.
0.61.3
- Reverted #4351 as it caused
tmux run-shell 'fzf --tmux'to fail (#4559 #4560)- More environment variables for child processes (#4356)
0.61.2
- Fixed panic when using header border without pointer/marker (
@phanen)- Fixed
--tmuxoption when already inside a tmux popup (@peikk0)- Bug fixes and improvements in CTRL-T binding of fish (#4334) (
@bitraid)- Added
--no-tty-defaultoption to make fzf search for the current TTY device instead of defaulting to/dev/tty(#4242)0.61.1
- Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode.
0.61.0
- Added
--ghost=TEXTto display a ghost text when the input is empty# Display "Type to search" when the input is empty fzf --ghost "Type to search"- Added
change-ghostandtransform-ghostactions for dynamically changing the ghost text- Added
change-pointerandtransform-pointeractions for dynamically changing the pointer sign- Added
rflag for placeholder expression (raw mode) for unquoted output- Bug fixes and improvements
0.60.3
- Bug fixes and improvements
- [fish] Enable multiple history commands insertion (#4280) (
@bitraid)- [walker] Append '/' to directory entries on MSYS2 (#4281)
- Trim trailing whitespaces after processing ANSI sequences (#4282)
- Remove temp files before
becomewhen using--tmuxoption (#4283)- Fix condition for using item numlines cache (#4285) (
@alex-huff)- Make
--accept-nthcompatible with--select-1(#4287)- Increase the query length limit from 300 to 1000 (#4292)
- [windows] Prevent fzf from consuming user input while paused (#4260)
0.60.2
- Template for
--with-nthand--accept-nthnow supports{n}which evaluates to the zero-based ordinal index of the item- Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used
- Thanks to
@phanenfor the fix- Fixed 'jump' action when the pointer is an empty string
0.60.1
- Bug fixes and minor improvements
... (truncated)
d24b58e
0.61.306ae9b0
Add missing environment variables (#4356)2a9c1c0
Revert "Disable tmux popup when already running inside one (#4351)"90ad1b7
0.61.2f22fbcd
Fix typo and update CHANGLOG1d76168
Add --tty-default=/dev/tty and --no-tty-default option (#4352)e491770
[fish] Improve option prefix processinga41be61
[fish] Fix whitespace/regex characters in command line1a8f633
[fish] Fix for file/dir names containing newlinesaf8fe91
Disable tmux popup when already running inside one (#4351)