Skip to content

Commit 41138ec

Browse files
authored
invert changelog for convenience
1 parent 1d98463 commit 41138ec

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed

CHANGELOG.md

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,20 @@
22
All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
5-
6-
## [0.1.0] - 2022-05-08
7-
8-
First release.
9-
10-
## [1.0.0] - 2023-02-07
115

12-
Did a complete rewrite with emphasis on an intuitive interface and performance. Notable changes:
13-
- Binary renamed to `et` for brevity.
14-
- Respects `.gitignore` and hidden file rules.
15-
- Parallel filesystem traversal.
16-
- Completely new CLI. `$ erdtree -h` for usage info.
17-
- Uses `LS_COLORS` environment variable for file coloring.
6+
## [1.4.0] - 2023-03-12
187

19-
## [1.1.0] - 2023-02-14
8+
### Bug Fixes
9+
- [--ignore-git didn't ignore .git](https://github.com/solidiquis/erdtree/pull/59)
2010

21-
### What changed
22-
- `-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)
2616

2717
### 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)
30-
31-
## [1.2.0] - 2023-03-04
32-
33-
### What changed
34-
- [Icon support](https://github.com/solidiquis/erdtree/pull/24)
35-
- [--ignore-git](https://github.com/solidiquis/erdtree/pull/25)
36-
- [Better UI for symlinks](https://github.com/solidiquis/erdtree/pull/26)
18+
- [sanders41](https://github.com/sanders41)
3719

3820
## [1.3.0] - 2023-03-04
3921

@@ -55,16 +37,35 @@ Did a complete rewrite with emphasis on an intuitive interface and performance.
5537

5638
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!
5739

58-
## [1.4.0] - 2023-03-12
5940

60-
### Bug Fixes
61-
- [--ignore-git didn't ignore .git](https://github.com/solidiquis/erdtree/pull/59)
41+
## [1.2.0] - 2023-03-04
6242

63-
### Additions
64-
- [sanders41](https://github.com/sanders41): [Added --suppress-size to suppress printing disk usage](https://github.com/solidiquis/erdtree/pull/47)
65-
- [Added ability to use a config file to override erdtree defaults](https://github.com/solidiquis/erdtree/pull/52)
66-
- [Added -P, --prune option to prevent printing of empty branches](https://github.com/solidiquis/erdtree/pull/55)
67-
- [Added -p, --prefix to toggle between binary and SI prefixes when reporting disk usage](https://github.com/solidiquis/erdtree/pull/54)
43+
### What changed
44+
- [Icon support](https://github.com/solidiquis/erdtree/pull/24)
45+
- [--ignore-git](https://github.com/solidiquis/erdtree/pull/25)
46+
- [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.
6855

6956
### 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.
68+
69+
## [0.1.0] - 2022-05-08
70+
71+
First release.

0 commit comments

Comments
 (0)