You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`-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.
23
-
-CLI options in help text alphabetized with the exception of `-h, --help` and `-V, --version`.
24
-
-Minor refactors for clarity and organization.
25
-
-More comprehensive test coverage.
11
+
### Additions
12
+
-[sanders41](https://github.com/sanders41): [Added --suppress-size to suppress printing disk usage](https://github.com/solidiquis/erdtree/pull/47)
13
+
-[Added ability to use a config file to override erdtree defaults](https://github.com/solidiquis/erdtree/pull/52)
14
+
-[Added -P, --prune option to prevent printing of empty branches](https://github.com/solidiquis/erdtree/pull/55)
15
+
-[Added -p, --prefix to toggle between binary and SI prefixes when reporting disk usage](https://github.com/solidiquis/erdtree/pull/54)
26
16
27
17
### Contributors
28
-
-[jprochazk](https://github.com/jprochazk): [Filtering functionality via glob options](https://github.com/solidiquis/erdtree/pull/12)
29
-
-[tintin](https://github.com/Tlntin): [Cross-compilation and CI](https://github.com/solidiquis/erdtree/pull/18)
-[Better UI for symlinks](https://github.com/solidiquis/erdtree/pull/26)
18
+
-[sanders41](https://github.com/sanders41)
37
19
38
20
## [1.3.0] - 2023-03-04
39
21
@@ -55,16 +37,35 @@ Did a complete rewrite with emphasis on an intuitive interface and performance.
55
37
56
38
Thank you to all of the folks from [this Reddit thread](https://www.reddit.com/r/rust/comments/11ioq1n/erdtree_v120_a_modern_multithreaded_alternative/) who helped shape `erdtree` with their very valuable feedback as well as contributors!
-[Better UI for symlinks](https://github.com/solidiquis/erdtree/pull/26)
47
+
48
+
## [1.1.0] - 2023-02-14
49
+
50
+
### What changed
51
+
-`-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.
52
+
- CLI options in help text alphabetized with the exception of `-h, --help` and `-V, --version`.
53
+
- Minor refactors for clarity and organization.
54
+
- More comprehensive test coverage.
68
55
69
56
### Contributors
70
-
-[sanders41](https://github.com/sanders41)
57
+
-[jprochazk](https://github.com/jprochazk): [Filtering functionality via glob options](https://github.com/solidiquis/erdtree/pull/12)
58
+
-[tintin](https://github.com/Tlntin): [Cross-compilation and CI](https://github.com/solidiquis/erdtree/pull/18)
59
+
60
+
## [1.0.0] - 2023-02-07
61
+
62
+
Did a complete rewrite with emphasis on an intuitive interface and performance. Notable changes:
63
+
- Binary renamed to `et` for brevity.
64
+
- Respects `.gitignore` and hidden file rules.
65
+
- Parallel filesystem traversal.
66
+
- Completely new CLI. `$ erdtree -h` for usage info.
67
+
- Uses `LS_COLORS` environment variable for file coloring.
0 commit comments