From 08cb2d5d3093421ccdcfd5abfb038854c81edacd Mon Sep 17 00:00:00 2001 From: Ignacio Lago Date: Sun, 29 Mar 2020 21:06:31 +0200 Subject: [PATCH] doc: Update help, add v0.6.1 --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58dcd6a..161cd7c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ FLAGS: -l, --highlight Highlight some common code characters + --lps + Activate line per keypress, ignores -c, --cps + -V, --version Prints version information @@ -48,7 +51,7 @@ lhe -l -c 5 src/main.rs Exit with `^C`. I hope you know what this means, _"""hacker"""._ -## Roadmap +## Changelog ### v0.1.0 @@ -74,7 +77,11 @@ Exit with `^C`. I hope you know what this means, _"""hacker"""._ - [x] control read errors - [x] control Ctrl+C clean exit -### Backlog +### v0.6.1 + +- [x] fix build + +## Backlog - [ ] add gif to README - [ ] add a logo