-
0.11.2
0.11.2 - `--tiebreak` now accepts comma-separated list of sort criteria - Each criterion should appear only once in the list - `index` is only allowed at the end of the list - `index` is implicitly appended to the list when not specified - Default is `length` (or equivalently `length,index`) - `begin` criterion will ignore leading whitespaces when calculating the index - Added `toggle-in` and `toggle-out` actions - Switch direction depending on `--reverse`-ness - `export FZF_DEFAULT_OPTS="--bind tab:toggle-out,shift-tab:toggle-in"` - Reduced the initial delay when `--tac` is not given - fzf defers the initial rendering of the screen up to 100ms if the input stream is ongoing to prevent unnecessary redraw during the initial phase. However, 100ms delay is quite noticeable and might give the impression that fzf is not snappy enough. This commit reduces the maximum delay down to 20ms when `--tac` is not specified, in which case the input list quickly fills the entire screen.
-
0.10.0
0.10.0 - More actions for --bind; select-all, deselect-all, toggle-all, ignore - execute(...) action for running arbitrary command without leaving fzf - Added support for optional search history - Cyclic scrolling with --cycle - Fixed the bug where the spinner was not spinning on idle input stream
-
0.9.12
- Added --bind option for custom key bindings - Fixed to update "inline-info" immediately after terminal resize
-
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
- 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 (Bug fixes) - Fixed Unicode case handling - Fixed to terminate on RuneError