summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 12:17:35 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 12:17:35 +0800
commitd9dcbd0f89c1267f272f3cd7e9f9dd69d0ae145b (patch)
tree2e367e52c907c60c789de30abc063539355497ad /README.md
parent81dc53b0e6d7c292909610fba6fd030ed6b01917 (diff)
performance improvementsv2.1.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index c42a072..cf6a441 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,13 @@ dua interactive
##### Other Features
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
+
+#### ✅ v2.1.2 bug fixes and improvements
-#### ✅ v2.1.01 bug fixes and improvements
+* Performance fix when showing folders with large amounts of files
+* Display of amount of entries per directory
+
+#### ✅ v2.1.1 bug fixes and improvements
* Better information about deletion progress
* removal of windows support
@@ -97,8 +102,6 @@ Thanks to [jwalk][jwalk], all there was left to do is to write a command-line in
### Limitations
-* When interactively displaying directories with a large number of entries, there may be a noticeable slowdown as we probe each entry's meta-data
- once per draw request.
* _logical filesize_ is used instead of computed or estimating actual size on disk.
* _easy fix_: file names in main window are not truncated if too large. They are cut off on the right.
* There are plenty of examples in `tests/fixtures` which don't render correctly in interactive mode.