summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a1bdaf..17ee062 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,15 @@ dua interactive
##### Other Features
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
+
+#### ✅ v2.1.8 - don't follow symbolic links when deleting directories
+
+[A critical bug was discovered](https://github.com/Byron/dua-cli/issues/24) which would lead to deletion
+of unwanted `directories` as `dua` would follow symbolic links during traversal during deletion.
+
+Please note that symbolic links to files would be treated correctly, only removing the symbolic link.
+
+This is now fixed.
#### ✅ v2.1.7 - use latest version of open-rs