You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 2.32.2 (2025-10-28)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-847af46ba643c53b8d5aa7a9a3abd9ff37032311/> don't let 'q' quit instantly if it's still collecting files.
13
+
14
+
### Commit Statistics
15
+
16
+
<csr-read-only-do-not-edit/>
17
+
18
+
- 1 commit contributed to the release.
19
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
20
+
- 0 issues like '(#ID)' were seen in commit messages
21
+
22
+
### Commit Details
23
+
24
+
<csr-read-only-do-not-edit/>
25
+
26
+
<details><summary>view details</summary>
27
+
28
+
***Uncategorized**
29
+
- Don't let 'q' quit instantly if it's still collecting files. ([`847af46`](https://github.com/Byron/dua-cli/commit/847af46ba643c53b8d5aa7a9a3abd9ff37032311))
30
+
</details>
31
+
8
32
## 2.32.1 (2025-10-28)
9
33
10
34
'q' to quit is now more usable as it will insta-quit if the traversal took less than 10s and
@@ -20,7 +44,7 @@ This makes it easy to use in 'quick-view' scenarios.
20
44
21
45
<csr-read-only-do-not-edit/>
22
46
23
-
-6 commits contributed to the release.
47
+
-7 commits contributed to the release.
24
48
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25
49
- 0 issues like '(#ID)' were seen in commit messages
26
50
@@ -31,6 +55,7 @@ This makes it easy to use in 'quick-view' scenarios.
- Prepare next release changelog ([`fb8571f`](https://github.com/Byron/dua-cli/commit/fb8571fec263a27a03700dacdf1d1f51e0e844e7))
35
60
- Merge pull request #297 from Byron/copilot/fix-instant-quit-on-q ([`938ae33`](https://github.com/Byron/dua-cli/commit/938ae33195498ab3451d83dac90eeb80302b0d12))
36
61
- Only quit immediately if the traversal didn't take too long. ([`7f27170`](https://github.com/Byron/dua-cli/commit/7f271701240d89799b3dd6a8f95cc613dd5c1340))
0 commit comments