Skip to content

Commit

Permalink
fix typo in title
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thiel committed Jun 16, 2019
1 parent fba47e6 commit 9526241
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9526241

Please sign in to comment.