summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 10:38:58 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 10:48:46 +0800
commit952624118bf3c293f23064e21828af00df9d132c (patch)
treefa0a40ca99ce0263e712fad3612f24dd3fc3f882
parentfba47e68757341b76b168ebf4d8b631a826712fc (diff)
fix typo in titlev2.0.1
-rw-r--r--Cargo.toml2
-rw-r--r--README.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 500139e..0c289d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.0.0"
+version = "2.0.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
diff --git a/README.md b/README.md
index 332c40a..e2d89a3 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,11 @@ dua interactive
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
+#### ✅ v2.0.01- bug fixes and improvements
+
+* fix typo in title
+* better display of IO-Errors in aggregate mode
+
#### ✅ v2.0.0 - interactive visualization of directory sizes with an option to queue their deletion
A sub-command bringing up a terminal user interface to allow drilling into directories, and clearing them out, all using the keyboard exclusively.