summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-03-15 19:44:59 +0100
committerCanop <cano.petrole@gmail.com>2019-03-15 19:44:59 +0100
commite960c8dcaa0247386ec9c97f258962291d0bd673 (patch)
treed836e47a9eb7a7d7127ca7115ea0466a9a41c247
parentc8ffa68a3b1eb87f093595c9e2dde0983c769d0e (diff)
version 0.7.2v0.7.2
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da3127f..ed20cf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+<a name="v0.7.2"></a>
+### v0.7.2 - 2019-03-15
+- env variables usable in verb execution patterns, which makes it possible to use `$EDITOR` in default conf.toml
+- ctrl-u and ctrl-d are now alternatives to page-up and page-down
+- better error messages regarding faulty configurations
+- more precise errors in case of invalid regexes
+- use the OS specific file opener instead of xdg-open (concretly it means `open` is now used on MacOS)
+Thanks Ophir LOJKINE for his contributions in this release
+
<a name="v0.7.1"></a>
### v0.7.1 - 2019-03-08
- fix a few problems with the count of "unlisted" files
diff --git a/Cargo.lock b/Cargo.lock
index 6da75ee..95dcd37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "broot"
-version = "0.7.1"
+version = "0.7.2"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1160e28..e94e4f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.7.1"
+version = "0.7.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
description = "Fuzzy Search + tree + cd"