summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-06-10 18:32:24 +0200
committerCanop <cano.petrole@gmail.com>2019-06-10 18:32:24 +0200
commitc952bcfaebb22929e3f200fe6673788c92db756a (patch)
tree2cf9c85b72b1c84e2d2f1656cfa0050afffb9f7e
parent0b4b9a5f54585afe714a47c8dc91cbbb1d41c20e (diff)
bump version to 0.8.1v0.8.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
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.
diff --git a/Cargo.toml b/Cargo.toml
index 48036f5..c272ce5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"