From d041452c5048ba6c8238a29d24a501141127aff7 Mon Sep 17 00:00:00 2001 From: Canop Date: Wed, 7 Oct 2020 19:01:20 +0200 Subject: version 1.0.3 --- CHANGELOG.md | 5 +++++ Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cdf01d..950a71d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +### v1.0.3 - 2020-10-07 +* change the syntax of cols_order in conf +* fix left key moving the cursor to start of input (instead of just one char left) + ### v1.0.2 - 2020-10-04 * `cr/` patterns search on file content with regular expressions diff --git a/Cargo.lock b/Cargo.lock index 69b9049..bc39a54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "broot" -version = "1.0.2" +version = "1.0.3" dependencies = [ "ansi_colours", "bet", @@ -1459,7 +1459,9 @@ dependencies = [ [[package]] name = "termimad" -version = "0.8.26" +version = "0.8.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a707f0af038b1f112dcd46e846ec207be7e61f2389df9338830d1d547656bd43" dependencies = [ "crossbeam", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 8e42867..c5d3045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.0.2" +version = "1.0.3" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3