summaryrefslogtreecommitdiffstats
tag namev2.21.0 (04680177d64ed0dd8e386b71e65e9708274c69af)
tag date2023-12-06 08:03:20 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit 7e3e290940...
### 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>` or `dua 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](https://www.conventionalcommits.org). - 5 unique issues were worked on: #110, #141, #179, #185, #186 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. ### Commit Details * **#110** - With a single path provided as root, pretend it's the current working dir (de4c2b3) - Assure `device_id` is taken from the final CWD (74e6d42) * **#141** - Press `m` to sort by modification date, ascending and descending. (dd523e3) * **#179** - Press `m` to sort by modification date, ascending and descending. (dd523e3) * **#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) * **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)