summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-26 10:49:09 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-26 10:50:05 +0800
commitd614b475dcb02690286218accec28c8b6ee5167c (patch)
tree0883c8dccbc275c6d22cbb62fa9bcfff1f367503 /README.md
parentf205cec7a6415ad85cefd69026c0f236839c9690 (diff)
Bump version to 2.2.0v2.1.11
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c75761..045fb44 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,12 @@ dua interactive
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
+#### ✅ v2.1.11 - Finally fix symlink handling
+
+`dua` will not follow symbolic links when deleting directories. Thank a ton, @vks!
+
+_Technical Notes_: Handling symbolic links properly is impossible without usage of `symlink_metadata()`.
+
#### ✅ v2.1.10 - compatibility with light terminals
* the TUI is now usable on light terminals, and highlighting is more consistent. Thank you, @vks!