summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-15 16:52:31 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-15 16:52:31 +0800
commitd18db061b3da35e98eaf7d9f642a84c7df74233f (patch)
tree63b38a280f3b85489957f71945eff6c16a54e578
parent86e593f0baee79a973845e4c7dae1339d3e838df (diff)
Prepare 2.0 release
-rw-r--r--Cargo.toml2
-rw-r--r--README.md9
2 files changed, 8 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 629de5d..500139e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "1.2.2"
+version = "2.0.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
diff --git a/README.md b/README.md
index ab68d80..844e67b 100644
--- a/README.md
+++ b/README.md
@@ -23,14 +23,19 @@ dua aggregate --help
### Roadmap
-#### 🚧v2.0 (_wip_) - interactive visualization of directory sizes with an option to queue their deletion
+#### 🚧v2.1 - 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.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 just using the keyboard.
##### Other Features
* [x] Single Unit Mode, see [reddit](https://www.reddit.com/r/rust/comments/bvjtan/introducing_dua_a_parallel_du_for_humans/epsroxg/)
- * [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
#### ✅v1.2 (_released_) - - the first usable, read-only interactive terminal user interface