summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-12-21 20:43:47 +0100
committerCanop <cano.petrole@gmail.com>2019-12-21 20:48:39 +0100
commitd6d3face3677b133e04a515ef0816603733cf111 (patch)
tree0ab6023a58038b0059e2691b7e18650a4b070dba
parentb11ecc0f0eab0c1a9d9690688204763cb586fad1 (diff)
Version 0.11.0v0.11.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08f6d97..66aa150 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+<a name="v0.11.0"></a>
+### 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
+
<a name="v0.10.5"></a>
### 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)",