From e960c8dcaa0247386ec9c97f258962291d0bd673 Mon Sep 17 00:00:00 2001 From: Canop Date: Fri, 15 Mar 2019 19:44:59 +0100 Subject: version 0.7.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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 @@ + +### 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 + ### 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 "] repository = "https://github.com/Canop/broot" description = "Fuzzy Search + tree + cd" -- cgit v1.2.3