Releases: solidiquis/erdtree
Releases · solidiquis/erdtree
Release build (v1.6.0)
[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
- @0323pin made their first contribution in #77
- @jubalh made their first contribution in #76
- @Brezak made their first contribution in #82
Full Changelog: v1.5.2...1.6.0
Release build (v1.5.2)
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
Release build (v1.5.0)
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)
Release build (v1.4.0)
Release build (v1.3.0)
[1.3.0] - 2023-03-04
Bug Fixes
- Fixed panic when file names contain non Unicode sequences
- Fixed panic when running from root directory
Additions
- Allow multiple uses of the same option for override
- --dirst-first sorting option
- Added option to toggle logical vs. physical size and changed size sorting default so that largest is on bottom
- If multiple hardlinks in the same file-tree only one is taken into account
- Can now adjust scale of disk usage report
Major Changes
Contributors
Special thanks
Thank you to all of the folks from this Reddit thread who helped shape erdtree
with their very valuable feedback as well as contributors!
Release build (v1.2.0)
v1.1.0
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.
v1.0
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.