diff options
author | Canop <cano.petrole@gmail.com> | 2019-06-10 18:32:24 +0200 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2019-06-10 18:32:24 +0200 |
commit | c952bcfaebb22929e3f200fe6673788c92db756a (patch) | |
tree | 2cf9c85b72b1c84e2d2f1656cfa0050afffb9f7e | |
parent | 0b4b9a5f54585afe714a47c8dc91cbbb1d41c20e (diff) |
bump version to 0.8.1v0.8.1
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f08a605..5464e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +<a name="v0.8.1"></a> +### v0.8.1 - 2019-06-10 +- change default skin to only use highly compatible colors +- allow ANSI colors in skin configuration + <a name="v0.8.0"></a> ### v0.8.0 - 2019-06-07 Half broot has been rewritten to allow Windows compatibility. Termion has been replaced with crossterm. @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.8.0" +version = "0.8.1" authors = ["dystroy <denys.seguret@gmail.com>"] repository = "https://github.com/Canop/broot" description = "Fuzzy Search + tree + cd" |