All Versions
15
Latest Version
Avg Release Cycle
97 days
Latest Release
1653 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.8 Changes
February 27, 2017v0.4.8 - 26 Feb 2017 Features: * A new command line option `--on-cancel` has been added. This allows you to determine if the user has canceled the query, which can be useful in a pipeline of commands. * `OnCancel` does the equivalent of `--on-cancel` in the config file. * A new command line option `--selection-prefix` has been added. This allows you to use a string prefix instead of highlighting currently selected lines. * `SelectionPrefix` does the equivalent of `--selection-prefix` in the config file. Miscellaneous * Build using go 1.8
-
v0.4.7 Changes
December 16, 2016v0.4.7 - 17 Dec 2016 Bugs/Fixes * A regression of #363 appeared again, because the test was not testing for the correct behavior (#376) Miscellaneous * Internal house cleaning
-
v0.4.6 Changes
December 13, 2016v0.4.6 - 14 Dec 2016 Features: * A new fuzzy filter has now been added. See README for details (#369, #370) Bugs/Fixes * A very subtle timing issue that causes the search to be reset has been resolved (#364)
-
v0.4.5 Changes
October 30, 2016v0.4.5 - 30 Oct 2016 Bugs/Fixes * v0.4.4 broke --select-1 :/ (#363)
-
v0.4.4 Changes
October 23, 2016v0.4.4 - 23 Oct 2016 Bugs/Fixes * Fix to force a redraw of the screen when the query becomes empty (#346) * Fix blocking when read from an slow input source is interrupted in the middle (#359) * Remove gratuitous use of panic that could happen occasionally when we bail out of setup (like the scenario above)