Skip to content

Releases: solidiquis/erdtree

Release build (v1.6.0)

20 Mar 10:03
Compare
Choose a tag to compare

[1.6.0] - 2023-03-20

What's Changed

  • Add NetBSD instructions by @0323pin in #77
  • Add repology badge by @jubalh in #76
  • fix issue where level wasn't being read from config by @solidiquis in #78
  • add scoop manifest by @fawni in #80
  • default to num logical cpus rather than 4 threads by @solidiquis in #81
  • Add support for generating shell completions by @Brezak in #82
  • Fix miscoloration of directories that have extension by @fawni in #83
  • [Optimization] - Upgraded heap-based tree data structure to an index-tree by @solidiquis in #86
  • Replace tempdir crate with tempfile crate by @Brezak in #87
  • fix issue where ansi escapes were being printed raw on windows by @solidiquis in #90

New Contributors

Full Changelog: v1.5.2...1.6.0

Release build (v1.5.2)

15 Mar 07:28
Compare
Choose a tag to compare

Release build v1.5.1 was taken down due to a stray print statement.

Bug fixes

Fixed issue where globbing didn't work when using a config file #75

Full Changelog

Release build (v1.5.0)

15 Mar 06:06
Compare
Choose a tag to compare

Additions

  • Added --size-left to print disk usage to the left of the tree #61
  • Added more paths the erdtree config could be placed at #70

Bug Fixes

  • Fixed issue where --dirs-first wouldn't work unless -s, --sort was specified #67
  • Fixed isse where arguments from the erdtree config were being completely disregarded #74

Contributors

Release build (v1.4.1)

13 Mar 06:43
53b31be
Compare
Choose a tag to compare

Release build (v1.4.0)

Release build (v1.3.0)

06 Mar 18:05
Compare
Choose a tag to compare

Release build (v1.2.0)

05 Mar 00:26
Compare
Choose a tag to compare

v1.1.0

15 Feb 05:18
Compare
Choose a tag to compare

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.

Full Changelog

v1.0

07 Feb 21:58
Compare
Choose a tag to compare

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. $ et -h for usage info.
  • Uses LS_COLORS environment variable for file coloring.