summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-07 10:35:15 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-07 10:35:15 +0800
commit42a5067eacf10cfdca7b1d5df92748c9855fefa3 (patch)
treecb9302a7ce32aeedf34767b14de81b682cbc902c
parentedd0d74a12096f83c4b75ffd021c31dcbc269a46 (diff)
Bump patch levelv2.9.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"