mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
version++ and stuff. v0.1.6 it is now
This commit is contained in:
parent
269b48356f
commit
5a926a6a30
7
Changes
7
Changes
|
|
@ -1,6 +1,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
v0.1.6 - 18 Jun 2014
|
||||
Bugs/Fixes:
|
||||
* (You know you will get a bug report only AFTER you release a
|
||||
new version :)
|
||||
* Highlighting wide characters had some issues. This has been
|
||||
there since the first release, apparently
|
||||
|
||||
v0.1.5 - 18 Jun 2014
|
||||
Features:
|
||||
* Add experimental --null option
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/nsf/termbox-go"
|
||||
)
|
||||
|
||||
var version = "v0.1.5"
|
||||
var version = "v0.1.6"
|
||||
|
||||
func showHelp() {
|
||||
const v = `
|
||||
|
|
|
|||
Loading…
Reference in a new issue