summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 11:59:56 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-16 11:59:56 +0800
commit81dc53b0e6d7c292909610fba6fd030ed6b01917 (patch)
treec01e987b04c05bb12ef03d8d370632bc8568bf56 /README.md
parentd5867038aa8d1d216c146fe8d0a919352dce4855 (diff)
Reopen #2; removal of windows supportv2.1.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5e77d0..c42a072 100644
--- a/README.md
+++ b/README.md
@@ -46,10 +46,12 @@ dua interactive
#### ✅ v2.1.01 bug fixes and improvements
* Better information about deletion progress
+* removal of windows support
#### ✅ v2.1.0- bug fixes and improvements
-* windows support
+* windows support (never actually worked), usage of crossterm is difficult thanks to completely
+ different input handling.
* additional key-bindings
* auto-restore previous selection in each visited directory
@@ -95,6 +97,8 @@ 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.