Skip to content

Commit f5cb1ce

Browse files
committed
Release dua-cli v2.29.3
1 parent 297be49 commit f5cb1ce

File tree

3 files changed

+66
-27
lines changed

3 files changed

+66
-27
lines changed

CHANGELOG.md

Lines changed: 64 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ 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.29.3 (2024-11-03)
9+
10+
### Chore
11+
12+
- <csr-id-25a6ad73a6571bffe7fac56c61ff2e52ccda0b53/> upgrade `gix-glob` and `trash`
13+
14+
### Other
15+
16+
- <csr-id-c66e585ec73707d113d481ae2627187c9071539d/> add x-cmd install steps
17+
Hi, I've added instructions on how to install dua using x-cmd to the README file.
18+
- [x-cmd](https://www.x-cmd.com/) is a **toolbox for Posix Shell**, offering a lightweight package manager built using shell and awk.
19+
```sh
20+
x env use dua
21+
```
22+
- <csr-id-fa203b1b955b896d989eb46e72f13fd5e6cd6120/> Auto submit new manifest to winget-pkgs
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 10 commits contributed to the release.
29+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
30+
- 1 unique issue was worked on: [#265](https://github.com/Byron/dua-cli/issues/265)
31+
32+
### Commit Details
33+
34+
<csr-read-only-do-not-edit/>
35+
36+
<details><summary>view details</summary>
37+
38+
* **[#265](https://github.com/Byron/dua-cli/issues/265)**
39+
- Upgrade `gix-glob` and `trash` ([`25a6ad7`](https://github.com/Byron/dua-cli/commit/25a6ad73a6571bffe7fac56c61ff2e52ccda0b53))
40+
* **Uncategorized**
41+
- Merge pull request #266 from Byron/upgrades ([`297be49`](https://github.com/Byron/dua-cli/commit/297be49c4502ca05104693a8135ccf1f63b8a5c7))
42+
- Merge pull request #261 from Byron/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 ([`ee55bf5`](https://github.com/Byron/dua-cli/commit/ee55bf584ffa3e7adf25f30190e091a54102959f))
43+
- Merge pull request #260 from Byron/dependabot/cargo/gix-path-0.10.10 ([`4d859aa`](https://github.com/Byron/dua-cli/commit/4d859aac4fd95b2a3c12dbbc5bfaa414490d0316))
44+
- Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows ([`57a67a5`](https://github.com/Byron/dua-cli/commit/57a67a59da48e042332fd7e8b6bd046c2155a391))
45+
- Bump gix-path from 0.10.9 to 0.10.10 ([`4db9b9e`](https://github.com/Byron/dua-cli/commit/4db9b9e1269a562a93e6a94a641eed2498da9621))
46+
- Merge pull request #259 from lunrenyi/patch-1 ([`b3fdc92`](https://github.com/Byron/dua-cli/commit/b3fdc923cfa5ef03a932aa4d7c994e322f212da3))
47+
- Add x-cmd install steps ([`c66e585`](https://github.com/Byron/dua-cli/commit/c66e585ec73707d113d481ae2627187c9071539d))
48+
- Merge pull request #256 from Dragon1573/issues/255 ([`3309e3b`](https://github.com/Byron/dua-cli/commit/3309e3b59f167002f883fb79e98e8326f2ba1055))
49+
- Auto submit new manifest to winget-pkgs ([`fa203b1`](https://github.com/Byron/dua-cli/commit/fa203b1b955b896d989eb46e72f13fd5e6cd6120))
50+
</details>
51+
852
## 2.29.2 (2024-08-10)
953

1054
A maintenance release without user-facing changes.
@@ -13,7 +57,7 @@ A maintenance release without user-facing changes.
1357

1458
<csr-read-only-do-not-edit/>
1559

16-
- 2 commits contributed to the release.
60+
- 3 commits contributed to the release.
1761
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1862
- 2 unique issues were worked on: [#253](https://github.com/Byron/dua-cli/issues/253), [#254](https://github.com/Byron/dua-cli/issues/254)
1963

@@ -27,6 +71,8 @@ A maintenance release without user-facing changes.
2771
- Revert "avoid `Cargo.lock` in exported archives" ([`452b30f`](https://github.com/Byron/dua-cli/commit/452b30f0a7c2cc0b5c33cb7d12700fd18dd1e4e1))
2872
* **[#254](https://github.com/Byron/dua-cli/issues/254)**
2973
- Prepare a new patch release to bring Cargo.lock back ([`dd2d7cd`](https://github.com/Byron/dua-cli/commit/dd2d7cda58c34d0ddf7af11c8b06b31f4c4ddd31))
74+
* **Uncategorized**
75+
- Release dua-cli v2.29.2 ([`60ed763`](https://github.com/Byron/dua-cli/commit/60ed763e98620664c06eac5fd7972f407ae97503))
3076
</details>
3177

3278
## 2.29.1 (2024-08-10)
@@ -48,7 +94,6 @@ This is a maintenance release without user-facing changes.
4894
<csr-read-only-do-not-edit/>
4995

5096
- 16 commits contributed to the release over the course of 126 calendar days.
51-
- 152 days passed between releases.
5297
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
5398
- 1 unique issue was worked on: [#253](https://github.com/Byron/dua-cli/issues/253)
5499

@@ -103,7 +148,7 @@ This is a maintenance release without user-facing changes.
103148

104149
<csr-read-only-do-not-edit/>
105150

106-
- 19 commits contributed to the release over the course of 44 calendar days.
151+
- 19 commits contributed to the release.
107152
- 46 days passed between releases.
108153
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
109154
- 0 issues like '(#ID)' were seen in commit messages
@@ -221,7 +266,7 @@ This is a maintenance release without user-facing changes.
221266

222267
<csr-read-only-do-not-edit/>
223268

224-
- 8 commits contributed to the release over the course of 1 calendar day.
269+
- 8 commits contributed to the release.
225270
- 4 days passed between releases.
226271
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
227272
- 0 issues like '(#ID)' were seen in commit messages
@@ -259,7 +304,7 @@ This is a maintenance release without user-facing changes.
259304

260305
<csr-read-only-do-not-edit/>
261306

262-
- 45 commits contributed to the release over the course of 10 calendar days.
307+
- 45 commits contributed to the release.
263308
- 11 days passed between releases.
264309
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
265310
- 1 unique issue was worked on: [#96](https://github.com/Byron/dua-cli/issues/96)
@@ -528,7 +573,7 @@ Happy holidays!
528573

529574
<csr-read-only-do-not-edit/>
530575

531-
- 30 commits contributed to the release over the course of 12 calendar days.
576+
- 30 commits contributed to the release.
532577
- 12 days passed between releases.
533578
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
534579
- 1 unique issue was worked on: [#197](https://github.com/Byron/dua-cli/issues/197)
@@ -607,7 +652,7 @@ Happy holidays!
607652

608653
<csr-read-only-do-not-edit/>
609654

610-
- 17 commits contributed to the release over the course of 1 calendar day.
655+
- 17 commits contributed to the release.
611656
- 2 days passed between releases.
612657
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
613658
- 1 unique issue was worked on: [#194](https://github.com/Byron/dua-cli/issues/194)
@@ -778,8 +823,7 @@ Happy holidays!
778823

779824
<csr-read-only-do-not-edit/>
780825

781-
- 9 commits contributed to the release over the course of 32 calendar days.
782-
- 198 days passed between releases.
826+
- 9 commits contributed to the release.
783827
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
784828
- 1 unique issue was worked on: [#177](https://github.com/Byron/dua-cli/issues/177)
785829

@@ -852,8 +896,7 @@ Happy holidays!
852896

853897
<csr-read-only-do-not-edit/>
854898

855-
- 14 commits contributed to the release over the course of 71 calendar days.
856-
- 71 days passed between releases.
899+
- 14 commits contributed to the release.
857900
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
858901
- 3 unique issues were worked on: [#157](https://github.com/Byron/dua-cli/issues/157), [#33](https://github.com/Byron/dua-cli/issues/33), [#85](https://github.com/Byron/dua-cli/issues/85)
859902

@@ -1056,8 +1099,7 @@ to something without color by default thanks to the upgrade to `clap` 4.
10561099

10571100
<csr-read-only-do-not-edit/>
10581101

1059-
- 12 commits contributed to the release over the course of 86 calendar days.
1060-
- 92 days passed between releases.
1102+
- 12 commits contributed to the release.
10611103
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
10621104
- 0 issues like '(#ID)' were seen in commit messages
10631105

@@ -1795,7 +1837,7 @@ Make `dua` less prone to hanging by ignoring certain special directories on linu
17951837
- Make the trash feature optional ([`1fdded1`](https://github.com/Byron/dua-cli/commit/1fdded129fe766729ac332fa881c0681c9495316))
17961838
</details>
17971839

1798-
## v2.14.1 (2021-06-29)
1840+
## v2.14.1 (2021-06-30)
17991841

18001842
* Pressing `ctrl+t` in the mark pane now trashes entries instead of deleting them. Not only does that make
18011843
'deletion' reversible but it makes removal of the entry faster in many cases as well.
@@ -1823,7 +1865,7 @@ Make `dua` less prone to hanging by ignoring certain special directories on linu
18231865
- Dependency update ([`93cd08d`](https://github.com/Byron/dua-cli/commit/93cd08df930e7f5f5164bc2b9d0979a5794c05be))
18241866
</details>
18251867

1826-
## v2.14.0 (2021-06-29)
1868+
## v2.14.0 (2021-06-30)
18271869

18281870
<csr-id-02dd1b72c8fe741fb153094fdb08816f7f593c6f/>
18291871

@@ -1835,7 +1877,7 @@ Make `dua` less prone to hanging by ignoring certain special directories on linu
18351877

18361878
<csr-read-only-do-not-edit/>
18371879

1838-
- 7 commits contributed to the release over the course of 2 calendar days.
1880+
- 7 commits contributed to the release.
18391881
- 20 days passed between releases.
18401882
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
18411883
- 0 issues like '(#ID)' were seen in commit messages
@@ -2639,7 +2681,7 @@ for anyone who passes paths to their command-line tool.
26392681
- First version of options struct based on Argh ([`d787a9c`](https://github.com/Byron/dua-cli/commit/d787a9c5b8ccadae678c985b05ecc328d62df8f3))
26402682
</details>
26412683

2642-
## v2.7.0 (2020-07-01)
2684+
## v2.7.0 (2020-07-02)
26432685

26442686
* [Support for extremely large][issue-58], zeta byte scale, files or filesystem traversals.
26452687
* [Fix possibly incorrect handling of hard links][pr-57] in traversals spanning multiple devices.
@@ -2785,7 +2827,7 @@ Much more nuanced percentage bars for a more precise visualization of space cons
27852827
- Clippy ([`70b043a`](https://github.com/Byron/dua-cli/commit/70b043abfd4a5765b4966cff65a7b67c518528ef))
27862828
</details>
27872829

2788-
## v2.4.1 (2020-03-29)
2830+
## v2.4.1 (2020-03-30)
27892831

27902832
Bugfix: Update currently visible entries when scanning.
27912833

@@ -2930,7 +2972,7 @@ This is also the first release with github releases: https://github.com/Byron/du
29302972
- Create rust.yml ([`64d9524`](https://github.com/Byron/dua-cli/commit/64d95247edbd69bb6bf5dd976d2b43364535c107))
29312973
</details>
29322974

2933-
## v2.3.7 (2020-03-23)
2975+
## v2.3.7 (2020-03-24)
29342976

29352977
<csr-id-45d1ef31181cd9b430d855a4fe23550ea97e685e/>
29362978

@@ -2961,7 +3003,7 @@ Upgrade to filesize 0.2.0 from 0.1.0; update dependency versions
29613003
- Update Fedora instructions ([`45d1ef3`](https://github.com/Byron/dua-cli/commit/45d1ef31181cd9b430d855a4fe23550ea97e685e))
29623004
</details>
29633005

2964-
## v2.3.6 (2020-03-15)
3006+
## v2.3.6 (2020-03-16)
29653007

29663008
Upgrade to jwalk 0.5 bringing better threading control and no symlink following during traversal
29673009

@@ -3086,7 +3128,7 @@ Incude the license file in crate.
30863128
- Add license file to TUI-react; include it in dua, update dependencies ([`96ff5ab`](https://github.com/Byron/dua-cli/commit/96ff5ab74a70dd908f5dd218077cd2382e08d9f1))
30873129
</details>
30883130

3089-
## v2.3.1 (2020-02-22)
3131+
## v2.3.1 (2020-02-23)
30903132

30913133
Include .md files in Crate, update dependencies.
30923134

@@ -3187,7 +3229,6 @@ Binaries for Linux and MacOS are now available on GitHub Releases.
31873229
<csr-read-only-do-not-edit/>
31883230

31893231
- 9 commits contributed to the release over the course of 87 calendar days.
3190-
- 100 days passed between releases.
31913232
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
31923233
- 0 issues like '(#ID)' were seen in commit messages
31933234

@@ -3222,7 +3263,6 @@ Now the color of the widget frame is changed to light gray, instead of remaining
32223263
<csr-read-only-do-not-edit/>
32233264

32243265
- 2 commits contributed to the release.
3225-
- 89 days passed between releases.
32263266
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
32273267
- 0 issues like '(#ID)' were seen in commit messages
32283268

@@ -3644,8 +3684,7 @@ A sub-command bringing up a terminal user interface to allow drilling into direc
36443684

36453685
<csr-read-only-do-not-edit/>
36463686

3647-
- 234 commits contributed to the release over the course of 13 calendar days.
3648-
- 13 days passed between releases.
3687+
- 234 commits contributed to the release.
36493688
- 16 commits were understood as [conventional](https://www.conventionalcommits.org).
36503689
- 0 issues like '(#ID)' were seen in commit messages
36513690

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.29.2"
3+
version = "2.29.3"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/Byron/dua-cli"

0 commit comments

Comments
 (0)