summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-03-30 08:52:00 -0700
committerBenjamin Nguyen <benjamin.van.nguyen@gmail.com>2023-03-30 08:52:00 -0700
commit9a8fc34720d4a16de03b787a0dbd716151e3dbcf (patch)
treeacb40cf7e522ff15ca0ccaaca36ca60b246a439f
parent88044c634b857c7cc2179f0f9aa207049b9d8b44 (diff)
1.7.0 changelog1.7.0
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e396be..c033e45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.7.0] - 2023-03-30
+
+## What's Changed
+* Fix windows can not recognize the tag version when publishing by @Tlntin in https://github.com/solidiquis/erdtree/pull/91
+* Fix the problem that test actions cannot upload windows binary files, add the function of custom form to set tag version. by @Tlntin in https://github.com/solidiquis/erdtree/pull/94
+* Reduce default thread count by @solidiquis in https://github.com/solidiquis/erdtree/pull/99
+* option for plain text disk usage reporting by @solidiquis in https://github.com/solidiquis/erdtree/pull/102
+* Prune bug by @solidiquis in https://github.com/solidiquis/erdtree/pull/103
+* dirs-only by @solidiquis in https://github.com/solidiquis/erdtree/pull/104
+* Feature/file count by @solidiquis in https://github.com/solidiquis/erdtree/pull/105
+
+## New Contributors
+* @CosmicHorrorDev made their first contribution in https://github.com/solidiquis/erdtree/pull/93
+* @KP64 made their first contribution in https://github.com/solidiquis/erdtree/pull/100
+* @Masynchin made their first contribution in https://github.com/solidiquis/erdtree/pull/98
+
+**Full Changelog**: https://github.com/solidiquis/erdtree/compare/v1.6.0...1.7.0
+
+
## [1.6.0] - 2023-03-20
### What's Changed