From 49689c543d84672560005404c53c2f3d5502661f Mon Sep 17 00:00:00 2001 From: Canop Date: Fri, 20 Sep 2019 10:48:32 +0200 Subject: version 0.9.6 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 + +### 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 ### 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 "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3