Skip to content

Commit 1799773

Browse files
committed
Release dua-cli v2.33.0
1 parent 72f149c commit 1799773

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,52 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.33.0 (2026-01-05)
9+
10+
### New Features
11+
12+
- <csr-id-85c7c7218cbb70b0626f430afd03ed819387e9e2/> Add environment variable support for all global arguments
13+
- `DUA_THREADS``--threads`
14+
- `DUA_FORMAT``--format`
15+
- `DUA_APPARENT_SIZE``--apparent-size`
16+
- `DUA_COUNT_HARD_LINKS``--count-hard-links`
17+
- `DUA_STAY_ON_FILESYSTEM``--stay-on-filesystem`
18+
- `DUA_IGNORE_DIRS``--ignore-dirs`
19+
- `DUA_LOG_FILE``--log-file`
20+
- <csr-id-2f720cf5610c215dc4fbb7cd270fe055fd403b42/> Mark shared arguments as global for general accessibility
21+
- Added `global = true` to all arguments shared between aggregate and interactive subcommands
22+
- Removed duplicate `input` fields from Interactive and Aggregate subcommands
23+
- Updated main.rs to use opt.input instead of subcommand-specific input
24+
- Global arguments now work with both subcommands and can be specified before or after the subcommand
25+
26+
### Commit Statistics
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
- 10 commits contributed to the release over the course of 64 calendar days.
31+
- 69 days passed between releases.
32+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
33+
- 0 issues like '(#ID)' were seen in commit messages
34+
35+
### Commit Details
36+
37+
<csr-read-only-do-not-edit/>
38+
39+
<details><summary>view details</summary>
40+
41+
* **Uncategorized**
42+
- Merge pull request #309 from Byron/copilot/add-env-support-global-arguments ([`72f149c`](https://github.com/Byron/dua-cli/commit/72f149ce0aa2c88bad71d22d46b864a38362e10a))
43+
- Add environment variable support for all global arguments ([`85c7c72`](https://github.com/Byron/dua-cli/commit/85c7c7218cbb70b0626f430afd03ed819387e9e2))
44+
- Merge pull request #307 from Byron/copilot/mark-global-arguments-in-clap ([`a2973a6`](https://github.com/Byron/dua-cli/commit/a2973a655e9c33f08d17dcecde1f6ef6827f1182))
45+
- Mark shared arguments as global for general accessibility ([`2f720cf`](https://github.com/Byron/dua-cli/commit/2f720cf5610c215dc4fbb7cd270fe055fd403b42))
46+
- Merge pull request #300 from drkane/drkane-patch-1 ([`8570c15`](https://github.com/Byron/dua-cli/commit/8570c1543e3cd0983725f6e1938bf3e73442678a))
47+
- Add winget instructions to readme - fixes issue #282 ([`ec159b6`](https://github.com/Byron/dua-cli/commit/ec159b63fe522b8e49f5e89a22cf8a5fcf5db55f))
48+
- Merge pull request #298 from Byron/updates ([`4bb7ebd`](https://github.com/Byron/dua-cli/commit/4bb7ebd7028f378b3dda6a439403a35f9ce44318))
49+
- Cargo update ([`1a38653`](https://github.com/Byron/dua-cli/commit/1a386532a4b2523ecb81c5d876130227ebd8bea9))
50+
- Cargo fmt ([`38d985e`](https://github.com/Byron/dua-cli/commit/38d985eebb9c9a791524b7f7835dde01271827a7))
51+
- Upgrade the rustc version and switch to edition 2024 ([`ccd0b74`](https://github.com/Byron/dua-cli/commit/ccd0b74b92a21fef65b8ea94667100c71183ebe9))
52+
</details>
53+
854
## 2.32.2 (2025-10-28)
955

1056
### Bug Fixes
@@ -15,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1561

1662
<csr-read-only-do-not-edit/>
1763

18-
- 1 commit contributed to the release.
64+
- 2 commits contributed to the release.
1965
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2066
- 0 issues like '(#ID)' were seen in commit messages
2167

@@ -26,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2672
<details><summary>view details</summary>
2773

2874
* **Uncategorized**
75+
- Release dua-cli v2.32.2 ([`6e91054`](https://github.com/Byron/dua-cli/commit/6e91054b5236c567fdf4bf8b75f74c4934f2a6c6))
2976
- Don't let 'q' quit instantly if it's still collecting files. ([`847af46`](https://github.com/Byron/dua-cli/commit/847af46ba643c53b8d5aa7a9a3abd9ff37032311))
3077
</details>
3178

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dua-cli"
3-
version = "2.32.2"
3+
version = "2.33.0"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
edition = "2024"
66
repository = "https://github.com/Byron/dua-cli"

0 commit comments

Comments
 (0)