New Features
-
With a single path provided as root, pretend it's the current working dir
This makes it seem like the user started the directory walk directly in the given directory,
which is more intuitive than the previous approach only showed the given directory as
top-level directory.Note that this change only affects invocations like
dua <dir>
ordua i <dir>
. -
press
m
to sort by modification date, ascending and descending.
Bug Fixes
- slightly faster (0.5ms) startup times of the binary on MacOS and maybe Linux.
Commit Statistics
- 13 commits contributed to the release over the course of 11 calendar days.
- 14 days passed between releases.
- 3 commits were understood as conventional.
- 5 unique issues were worked on: #110, #141, #179, #185, #186
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- #110
- #141
- Press
m
to sort by modification date, ascending and descending. (dd523e3)
- Press
- #179
- Press
m
to sort by modification date, ascending and descending. (dd523e3)
- Press
- #185
- Slightly faster (0.5ms) startup times of the binary on MacOS and maybe Linux. (72fd6d1)
- #186
- Assure
device_id
is taken from the final CWD (74e6d42)
- Assure
- Uncategorized
- Manually set the desired version as
cargo smart-release
fails to see that 2.20.3 is available (f5bd870) - Prepare changelog (6ff009a)
- Thanks clippy (0c4d31b)
- Skip through single root directory (e9fb2fd)
- Increase optimization level (3d270bd)
- Fix tests on Windows (1b7457e)
- Hide mtime column by default, unless enabled (0f8377a)
- Adds keybinding 'm' to toggle sorting by modified time (2bd06be)
- Add test to assure memory consumption of EntryData doesn't change unexpectedly. (adebd00)
- Manually set the desired version as