Skip to content

Commit

Permalink
dependency update, cut release
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 22, 2020
1 parent 4db48ce commit f2793b9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.13"
version = "2.2.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*"]
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,19 @@ dua interactive

### Roadmap

#### 🚧v2.2 - Various features and fixes as they come up while people are using it
#### 🚧v2.3 - Various features and fixes as they come up while people are using it

##### Other Features

* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?

#### ✅ v2.2 Show size on disk by default; Dependency Update

Thanks to [this PR](https://github.com/Byron/dua-cli/pull/35), the old apparent size can be displayed with the
-A flag, and the much more useful 'size on disk' is now shown by default.

To my pleasant surprise, this does not seem to affect performance at all - everything stays speedy.

#### ✅ v2.1.13-- Dependency Update; Github Releases

Binaries for Linux and MacOS are now available on GitHub Releases.
Expand Down

0 comments on commit f2793b9

Please sign in to comment.