summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-09-20 10:48:32 +0200
committerCanop <cano.petrole@gmail.com>2019-09-20 10:48:32 +0200
commit49689c543d84672560005404c53c2f3d5502661f (patch)
tree3624e64b66c24c3a4edc0a191b8d162809d4c7dc
parent2b2bd822f29de4b737cb086f9fada0588f678b40 (diff)
version 0.9.6v0.9.6
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8db681..a225db9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
-### next version
+<a name="v0.9.6"></a>
+### v0.9.6 - 2019-09-20
* smarter cut of the status line when it doesn't fit the console's width
* fix mouse click on the status line crashing broot
+* prevent the best match from being hidden inside "unlisted" matches
<a name="v0.9.5"></a>
### v0.9.5 - 2019-09-15
diff --git a/Cargo.lock b/Cargo.lock
index 8ee321f..43f144d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,7 +86,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.9.5"
+version = "0.9.6"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 066606a..adfdf15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.9.5"
+version = "0.9.6"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"