v3.0.0
Highlights
- Added support for owners and groups for the
ls -l
-like-l, --long
view (Unix). - Edited the default fields shown in the
-l, --long
view to reduce clutter; made the removed fields optional (Unix). - Added support for various other disk usage metrics: blocks (Unix), word-count, and line-count.
- Added a progress indicator.
- Added comparators for sorting by time accessed, created, and modified.
- Added support for specifying a custom time format
For a more comprehensive list of bug-fixes and other changes, checkout the CHANGELOG.
Contributors
- @KP64
- @iquiw made their first contribution in #160
- @demilich1 made their first contribution in #154
- @m4rch3n1ng made their first contribution in #165
Note from Author
Sup folks—
I apologize for the major version bump given version that v2.0.0
only came out a month ago. I do my best to be conservative with my changes when it comes to CLI arguments but unfortunately the interplay between some of the parameters in v2.0.0
were either confusing or straight-up contradictory which led to some pretty bad UX e.g. the presence of both --no-color
and --force-color
. Additionally, after assessing some of the feedback given, the -l, --long
view really needed to be cleaned up as most folks would have no need half of the stuff that was on there (e.g. ino
number). It do be tough sometimes being a solo developer on decently sized projects such as this as I can really only can get feedback from folks post-release, but this time around I'm decently confident that all of the changes are solid. So all-in-all thank you everyone for taking an interest in erdtree
. There's still plenty I want to do and with your continued interest I will stay highly motivated :]
Full Changelog: v2.0.0...v3.0.0