From d6d3face3677b133e04a515ef0816603733cf111 Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 21 Dec 2019 20:43:47 +0100 Subject: Version 0.11.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f6d97..66aa150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +### v0.11.0 - 2019-12-21 +New major feature: the `:total_search` verb, normally triggered with *ctrl-s*: done after a search it repeats it but looks at **all** the children, even if it's long and there were a lot of matches + ### v0.10.5 - 2019-12-20 - should not panic anymore when opening arbitrary files on server diff --git a/Cargo.lock b/Cargo.lock index 0795aef..545ebf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "broot" -version = "0.10.5" +version = "0.11.0" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3