diff --git a/Cargo.toml b/Cargo.toml index 500139eb..0c289d4d 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 "] edition = "2018" include = ["src/**/*", "Cargo.toml"] diff --git a/README.md b/README.md index 332c40a2..e2d89a34 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.