@@ -5,8 +5,61 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 2.30.0 (2025-01-27)
9+
10+ ### New Features
11+
12+ - <csr-id-73224e63bc21d1ffa416b3e685a95c04afb72657 /> allow sorting by name in interactive mode
13+
14+ ### Bug Fixes
15+
16+ - <csr-id-0a4d09eae898c80f8f81bbf8f8c652883d9424e7 /> formatting in src/interactive/app/handlers.rs
17+ - <csr-id-8933be4fa8a801a7f79d994d735eee1105bd30ba /> on MacOS use only 3 threads by default.
18+ Otherwise, it would get very slow and the difference is enormous.
19+ 16 threads for example take 4.1s on a workload, whereas this only takes
20+ 550ms with 3 threads.
21+
22+ ### Style
23+
24+ - <csr-id-c1dc1b26735279e976d36597bfe45eb3557458fe /> simplify some statements for readability
25+
26+ ### Commit Statistics
27+
28+ <csr-read-only-do-not-edit />
29+
30+ - 9 commits contributed to the release over the course of 55 calendar days.
31+ - 84 days passed between releases.
32+ - 4 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
33+ - 0 issues like '(#ID)' were seen in commit messages
34+
35+ ### Thanks Clippy
36+
37+ <csr-read-only-do-not-edit />
38+
39+ [ Clippy] ( https://github.com/rust-lang/rust-clippy ) helped 1 time to make code idiomatic.
40+
41+ ### Commit Details
42+
43+ <csr-read-only-do-not-edit />
44+
45+ <details ><summary >view details</summary >
46+
47+ * ** Uncategorized**
48+ - Merge pull request #275 from joehasson/feat/interactive-mode-sort-by-name ([ ` 364f732 ` ] ( https://github.com/Byron/dua-cli/commit/364f73206dc89277496486da6a6b462fb38e1262 ) )
49+ - Thanks clippy ([ ` 092a6c5 ` ] ( https://github.com/Byron/dua-cli/commit/092a6c53cdd0b01f4041f7a79c736b27a1c2a3ce ) )
50+ - Allow sorting by name in interactive mode ([ ` 73224e6 ` ] ( https://github.com/Byron/dua-cli/commit/73224e63bc21d1ffa416b3e685a95c04afb72657 ) )
51+ - Merge pull request #274 from musicinmybrain/petgraph0.7 ([ ` 14a276e ` ] ( https://github.com/Byron/dua-cli/commit/14a276eb513cec833f5137670ff55f1391d1b4d7 ) )
52+ - Update petgraph to 0.7 ([ ` b83a2f6 ` ] ( https://github.com/Byron/dua-cli/commit/b83a2f6dc348f696d7f675e1266ecc2527382d8e ) )
53+ - Merge pull request #271 from hamirmahal/style/simplify-some-statements-for-readability ([ ` 3bc25bd ` ] ( https://github.com/Byron/dua-cli/commit/3bc25bd5e337bdebce706a89e0fe4227d9997b9a ) )
54+ - Formatting in src/interactive/app/handlers.rs ([ ` 0a4d09e ` ] ( https://github.com/Byron/dua-cli/commit/0a4d09eae898c80f8f81bbf8f8c652883d9424e7 ) )
55+ - Simplify some statements for readability ([ ` c1dc1b2 ` ] ( https://github.com/Byron/dua-cli/commit/c1dc1b26735279e976d36597bfe45eb3557458fe ) )
56+ - On MacOS use only 3 threads by default. ([ ` 8933be4 ` ] ( https://github.com/Byron/dua-cli/commit/8933be4fa8a801a7f79d994d735eee1105bd30ba ) )
57+ </details >
58+
859## 2.29.4 (2024-11-03)
960
61+ <csr-id-44d25a64475ff861875fe97c4612356eb697f4bf />
62+
1063### Bug Fixes
1164
1265 - <csr-id-4efb5d0cd46c00f13d06dfcb13279f2c5d852d95 /> enable "chrono" in ` trash ` crate
@@ -21,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2174
2275<csr-read-only-do-not-edit />
2376
24- - 3 commits contributed to the release.
77+ - 4 commits contributed to the release.
2578 - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
2679 - 1 unique issue was worked on: [ #268 ] ( https://github.com/Byron/dua-cli/issues/268 )
2780
@@ -34,6 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3487 * ** [ #268 ] ( https://github.com/Byron/dua-cli/issues/268 ) **
3588 - Enable "chrono" in ` trash ` crate ([ ` 4efb5d0 ` ] ( https://github.com/Byron/dua-cli/commit/4efb5d0cd46c00f13d06dfcb13279f2c5d852d95 ) )
3689 * ** Uncategorized**
90+ - Release dua-cli v2.29.4 ([ ` 6386036 ` ] ( https://github.com/Byron/dua-cli/commit/63860365d18e156656b7f00e1c99be93186b04b2 ) )
3791 - Merge pull request #267 from suzuki-shunsuke/chore-update-upload-artifact-v4 ([ ` 904b3fc ` ] ( https://github.com/Byron/dua-cli/commit/904b3fce3a1df7a57c8564e57e65ed582d61ba44 ) )
3892 - Update actions/upload-artifact to v4 ([ ` 44d25a6 ` ] ( https://github.com/Byron/dua-cli/commit/44d25a64475ff861875fe97c4612356eb697f4bf ) )
3993</details >
0 commit comments