exa v0.4.0
So a while back I decided to add lots more info to exa's site, and unknowingly described a bunch of features that were in the development version but not the release version! So this is a kind-of emergency release to allow everybody to use those features, even those using the released versions.
The downside of this is that I did mark some features as ones I wanted to complete before the v0.4.0 milestone. All that's happened is the version that they'll show up in has been renamed, but they're all still on my radar.
Additions
- Add
--grid --long
view, which splits the details into multiple columns (090cebe) - Allow
--tree
without--long
, which displays a tree view without any details (e1f4ea9)
Changes
- DragonFlyBSD support (9601884, 6317417)
- Change symlink arrow to
->
from=>
(ebbac61) - Extended attributes are now displayed as child nodes (eee49ec)
- Individual files are now queried in parallel (fa51a87)
Fixes
- Fix bug where Git repos were always queried, making exa very slow (d547c3f)
- Fix bug where an extra newline was printed (6cf9274)
Contributors
Thanks to mgee, mneumann, kbknapp, lilydjwg, petevine, rhysd, hoodie, and DavidJFelix for contributing!