mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
version++; this is v0.2.4
This commit is contained in:
parent
65614ad0f0
commit
5d7f648535
9
Changes
9
Changes
|
|
@ -1,6 +1,15 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
v0.2.4 - 13 Aug 2014
|
||||
Features
|
||||
* Add --initial-matcher command line option to specify which
|
||||
matcher type to use upon start up. --no-ignore-case is deprecated
|
||||
* Add InitialMatcher option to the config file. Matcher option is
|
||||
deprecated.
|
||||
Miscellaneous
|
||||
* Binaries are now built using go1.3.1
|
||||
|
||||
v0.2.3 - 28 Jul 2014
|
||||
Bugs/Fixes
|
||||
* Escape sequences are now stripped from input, so for example,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/peco/peco"
|
||||
)
|
||||
|
||||
var version = "v0.2.3"
|
||||
var version = "v0.2.4"
|
||||
|
||||
func showHelp() {
|
||||
const v = `
|
||||
|
|
|
|||
Loading…
Reference in a new issue