| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-16 | 0.16.1 | Junegunn Choi | |
| 2017-01-16 | 0.16.0 | Junegunn Choi | |
| 2017-01-08 | Prepare for 0.16.0 release | Junegunn Choi | |
| 2016-11-26 | 0.15.9 | Junegunn Choi | |
| 2016-11-19 | 0.15.8 | Junegunn Choi | |
| 2016-11-09 | 0.15.7 | Junegunn Choi | |
| 2016-11-09 | 0.15.6 | Junegunn Choi | |
| 2016-11-07 | Prepare for termbox/windows build | Junegunn Choi | |
| `TAGS=termbox make` (or `go build -tags termbox`) | |||
| 2016-10-23 | 0.15.5 | Junegunn Choi | |
| 2016-10-04 | 0.15.4 | Junegunn Choi | |
| 2016-09-29 | 0.15.3 | Junegunn Choi | |
| 2016-09-25 | 0.15.2 | Junegunn Choi | |
| 2016-09-21 | 0.15.1 | Junegunn Choi | |
| 2016-09-18 | Truncate the query string if it's too long | Junegunn Choi | |
| Use hard-coded limit to keep it simple. An alternative is to dynamically calculate the width of the visible area and use it as the limit, but it can cause unwanted truncation of the query on screen resize/split. | |||
| 2016-09-18 | Revise ranking algorithm | Junegunn Choi | |
| 2016-08-21 | 0.13.5 | Junegunn Choi | |
| 2016-08-16 | Increase read buffer size to 64KB | Junegunn Choi | |
| 2016-08-14 | 0.13.4 | Junegunn Choi | |
| 2016-07-16 | 0.13.3 | Junegunn Choi | |
| 2016-06-16 | 0.13.2 | Junegunn Choi | |
| 2016-06-14 | 0.13.1 | Junegunn Choi | |
| 2016-06-12 | 0.13.0 | Junegunn Choi | |
| 2016-05-19 | 0.12.2 | Junegunn Choi | |
| 2016-05-19 | Validate jump label characters | Junegunn Choi | |
| Also extend default jump labels | |||
| 2016-05-18 | Revert version number | Junegunn Choi | |
| 2016-05-18 | Update default jump labels | Junegunn Choi | |
| 2016-05-18 | Add jump and jump-accept actions for --bind | Junegunn Choi | |
| jump and jump-accept implement EasyMotion-like movement in fzf. Suggested by @mhrebenyuk. Close #569. | |||
| 2016-04-25 | 0.12.1 | Junegunn Choi | |
| 2016-04-16 | 0.11.2 | Junegunn Choi | |
| 2016-03-03 | 0.11.4 | Junegunn Choi | |
| 2016-02-07 | 0.11.3 | Junegunn Choi | |
| 2016-01-16 | Reduce the initial delay when --tac is not given | Junegunn Choi | |
| 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. | |||
| 2016-01-14 | 0.11.2 | Junegunn Choi | |
| 2015-12-01 | 0.11.1 | Junegunn Choi | |
| 2015-11-10 | 0.11.0 | Junegunn Choi | |
| 2015-11-03 | 0.10.9 | Junegunn Choi | |
| 2015-10-09 | 0.10.8 | Junegunn Choi | |
| 2015-10-05 | 0.10.7 | Junegunn Choi | |
| 2015-09-19 | Revert "Revert "0.10.6"" | Junegunn Choi | |
| This reverts commit 987799f8fbd2367fe99383a1ddf9ddf5d4ed253f. | |||
| 2015-09-19 | Revert "0.10.6" | Junegunn Choi | |
| This reverts commit d2f3604c1dd176b485ab82cebc956560f2e73657. | |||
| 2015-09-19 | 0.10.6 | Junegunn Choi | |
| 2015-09-18 | Exit status 130 when fzf is terminated by the user | Junegunn Choi | |
| Related: #345 | |||
| 2015-09-15 | Change exit status (0: OK, 1: No match, 2: Error/Interrupted) | Junegunn Choi | |
| A la grep. Close #345 | |||
| 2015-09-12 | 0.10.5 | Junegunn Choi | |
| 2015-08-29 | 0.10.4 | Junegunn Choi | |
| 2015-08-12 | 0.10.3 | Junegunn Choi | |
| 2015-08-03 | 0.10.2 | Junegunn Choi | |
| 2015-08-02 | Lint | Junegunn Choi | |
| 2015-08-01 | Fix default command so that it doesn't fail on dash-prefixed files | Junegunn Choi | |
| Close #310 | |||
| 2015-07-27 | 0.10.1 | Junegunn Choi | |
