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
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@ 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.24.1 (2023-12-25)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-8ae727e462b38541636c8e03d140953cad8f34cf/> keep checking for existance of entries outside of the glob top-level.
13
+
The glob top-level is used to display all search results which means
14
+
that there can be a lot of them, which would unnecessarily slow down
15
+
the search operation.
16
+
17
+
Previously it would never check for the existence of an entry in glob mode,
18
+
but now it will do so outside of the top-level.
19
+
20
+
### Commit Statistics
21
+
22
+
<csr-read-only-do-not-edit/>
23
+
24
+
- 1 commit contributed to the release.
25
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
26
+
- 0 issues like '(#ID)' were seen in commit messages
27
+
28
+
### Commit Details
29
+
30
+
<csr-read-only-do-not-edit/>
31
+
32
+
<details><summary>view details</summary>
33
+
34
+
***Uncategorized**
35
+
- Keep checking for existance of entries outside of the glob top-level. ([`8ae727e`](https://github.com/Byron/dua-cli/commit/8ae727e462b38541636c8e03d140953cad8f34cf))
0 commit comments