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
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,39 @@ 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
+
## Unreleased
9
+
10
+
'q' to quit is now more usable as it will insta-quit if the traversal took less than 10s and
11
+
if nothing is still marked for deletion.
12
+
13
+
This makes it easy to use in 'quick-view' scenarios.
14
+
15
+
### Bug Fixes
16
+
17
+
- <csr-id-d769de92b7abc842dab45141750e809b1141ba26/> instantly quit when no items marked for deletion
18
+
19
+
### Commit Statistics
20
+
21
+
<csr-read-only-do-not-edit/>
22
+
23
+
- 5 commits contributed to the release.
24
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25
+
- 0 issues like '(#ID)' were seen in commit messages
26
+
27
+
### Commit Details
28
+
29
+
<csr-read-only-do-not-edit/>
30
+
31
+
<details><summary>view details</summary>
32
+
33
+
***Uncategorized**
34
+
- Merge pull request #297 from Byron/copilot/fix-instant-quit-on-q ([`938ae33`](https://github.com/Byron/dua-cli/commit/938ae33195498ab3451d83dac90eeb80302b0d12))
35
+
- Only quit immediately if the traversal didn't take too long. ([`7f27170`](https://github.com/Byron/dua-cli/commit/7f271701240d89799b3dd6a8f95cc613dd5c1340))
- Merge pull request #293 from Byron/copilot/fix-2a5bb691-5ca0-4cf5-af1c-895f4fcb1f06 ([`91bc45d`](https://github.com/Byron/dua-cli/commit/91bc45da799e7bd41d75f71a67091c6537de7ef1))
31
65
-`Ctrl+f` in the glob prompt now toggles the mode from case-insensitive to sensitive. ([`bbe368f`](https://github.com/Byron/dua-cli/commit/bbe368f3c33cf58625e0f2a24f198ee8a6f836a6))
32
66
- Implement case-sensitive glob search with '^f' shortcut ([`32ab50f`](https://github.com/Byron/dua-cli/commit/32ab50f5b91cb9e4b4e4fa342d6a36adc944c14e))
0 commit comments