diff options
author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-25 10:04:49 +0800 |
---|---|---|
committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-25 10:04:49 +0800 |
commit | 4e500beb8444f6d9fa31ab984551716fb480d7f5 (patch) | |
tree | 588ff5dfcc165789f0fe47f1c2285f85cbae42f2 | |
parent | 44aa8997e3b18214f7177f7c6cc36a25daafbf24 (diff) |
Prepare next releasev2.1.10
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -183,7 +183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "dua-cli" -version = "2.1.9" +version = "2.1.10" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.1.9" +version = "2.1.10" authors = ["Sebastian Thiel <byronimo@gmail.com>"] edition = "2018" include = ["src/**/*", "Cargo.toml"] @@ -52,6 +52,7 @@ dua interactive #### ✅ v2.1.10 - compatibility with light terminals * the TUI is now usable on light terminals, and highlighting is more consistent. Thank you, @vks! +* Fixes misaligned columns when displaying '100.00%' alongside other rows by displaying `100.0%` instead. Thanks, @vks, for pointing it out. #### ✅ v2.1.9 - improved handling of broken symlinks |