From 0627932c3c908b1d7ec48e728687a6eac7f291b7 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 23 Oct 2019 22:15:17 +0200 Subject: Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc74204..73b6023 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "dua-cli" -version = "2.1.11" +version = "2.1.12" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "byte-unit 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c5d022e..e8fb555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.1.11" +version = "2.1.12" authors = ["Sebastian Thiel "] edition = "2018" include = ["src/**/*", "Cargo.toml"] diff --git a/README.md b/README.md index 045fb44..a71b600 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ dua interactive * [ ] Evaluate unit coloring - can we highlight different units better, make them stick out? +#### ✅ v2.1.112-- More obvious highlighting of active panel + +Depending on the terminal used, it might not have been obvious which panel was active. This might be +confusing to new and current users. +Now the color of the widget frame is changed to light gray, instead of remaining gray. + #### ✅ v2.1.11 - Finally fix symlink handling `dua` will not follow symbolic links when deleting directories. Thank a ton, @vks! -- cgit v1.2.3