From 42a5067eacf10cfdca7b1d5df92748c9855fefa3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 7 Jul 2020 10:35:15 +0800 Subject: Bump patch level --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9fdf9..7c3a113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### v2.9.1 - Globs for Windows; fixed handling of colors + +* On widnows, `dua` will now expand glob patterns by itself as this capability is not implemented by shells `dua` can now run in. +* A bug was discovered that could cause `dua a` invocation to now show paths behind their size in an incorrect attempt to not print with color. + #### v2.9.0 - Full windows support! * On Windows, we will now build using `crossterm`, which was greatly facilitated by `crosstermion`. diff --git a/Cargo.lock b/Cargo.lock index c338bf9..1c338a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "dua-cli" -version = "2.9.0" +version = "2.9.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index dbe2160..f0ecf0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.9.0" +version = "2.9.1" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3