summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
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 /CHANGELOG.md
parentedd0d74a12096f83c4b75ffd021c31dcbc269a46 (diff)
Bump patch levelv2.9.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 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`.