Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 1.24 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[0.1.0] - 2022-05-08

First release.

[1.0.0] - 2023-02-07

Did a complete rewrite with emphasis on an intuitive interface and performance. Notable changes:

  • Binary renamed to et for brevity.
  • Respects .gitignore and hidden file rules.
  • Parallel filesystem traversal.
  • Completely new CLI. $ erdtree -h for usage info.
  • Uses LS_COLORS environment variable for file coloring.

[1.1.0] - 2023-02-14

What changed

  • -S, --follow-links added to give option to traverse symlinks to directories. If enabled the disk usage of the target directory is considered; additionally, descendents of symlink target directory have different color branches.
  • CLI options in help text alphabetized with the exception of -h, --help and -V, --version.
  • Minor refactors for clarity and organization.
  • More comprehensive test coverage.

Contributors