diff --git a/WHATSNEW.txt b/WHATSNEW.txt index cd19776..552d120 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -29,12 +29,17 @@ - File lengths are now normalized for files > 1KB, 1MB, and 1GB. Previously files less than 1MB were shown as actual length and files - greater than 1GB were expressed in MB. + greater than 1GB were expressed in MB. These normalized lengths + are now more accurately rounded than they were previously. - A new option, ACTUALLENGTH (Default: False), can be set to display +- A new option, ACTUALLENGTH (Default: False), can be set to display actual rather than normalized file lengths. This can be toggled with a new key binding, TOGLENGTH (Default: Control-0). +- File and drive (Win32 Drive List View) lengths are now displayed + right-justified within their respective fields. This makes both + normalized and actual length displays easier to read. + NEW FEATURES