Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e512f31

Browse files
committed
Release dua-cli v2.27.2
1 parent 7a4b271 commit e512f31

3 files changed

Lines changed: 43 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ 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.27.2 (2024-01-22)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-67c5bdb74cfcf8cab647888afec26cd09ccf543a/> allow `/` (glob-mode) while scanning.
13+
This will possibly lead to incomplete results, but I find being
14+
able to use ones muscle-memory more important than preventing
15+
dealing with incomplete results.
16+
17+
What happens to me is usually to type `/` followed by `target/`
18+
which tends to select all current entries for deletion.
19+
- <csr-id-c70ca81f007f925c7891340d0d0e763bcfc4114d/> don't check entry metadata while a scan is in progress
20+
Previously each time the UI refreshes, every 250ms, it display
21+
entries but also check their metadata to assure they exist.
22+
23+
This could lead to performance loss when the displayed folder
24+
has a lot of entries.
25+
26+
### Commit Statistics
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
- 3 commits contributed to the release.
31+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
32+
- 1 unique issue was worked on: [#223](https://github.com/Byron/dua-cli/issues/223)
33+
34+
### Commit Details
35+
36+
<csr-read-only-do-not-edit/>
37+
38+
<details><summary>view details</summary>
39+
40+
* **[#223](https://github.com/Byron/dua-cli/issues/223)**
41+
- Don't check entry metadata while a scan is in progress ([`c70ca81`](https://github.com/Byron/dua-cli/commit/c70ca81f007f925c7891340d0d0e763bcfc4114d))
42+
* **Uncategorized**
43+
- Merge branch 'fix-overhead' ([`7a4b271`](https://github.com/Byron/dua-cli/commit/7a4b27153c2cb47caca87e28c5e178921c3a3fd9))
44+
- Allow `/` (glob-mode) while scanning. ([`67c5bdb`](https://github.com/Byron/dua-cli/commit/67c5bdb74cfcf8cab647888afec26cd09ccf543a))
45+
</details>
46+
847
## 2.27.1 (2024-01-21)
948

1049
### Bug Fixes
@@ -16,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1655

1756
<csr-read-only-do-not-edit/>
1857

19-
- 7 commits contributed to the release over the course of 1 calendar day.
58+
- 8 commits contributed to the release over the course of 1 calendar day.
2059
- 4 days passed between releases.
2160
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2261
- 0 issues like '(#ID)' were seen in commit messages
@@ -28,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2867
<details><summary>view details</summary>
2968

3069
* **Uncategorized**
70+
- Release dua-cli v2.27.1 ([`346b944`](https://github.com/Byron/dua-cli/commit/346b944a45d4cec12f7689718893ebdef0f46546))
3171
- Explicit refreshes with 'r and 'R' now work with multiple root paths as will. ([`f70d1a8`](https://github.com/Byron/dua-cli/commit/f70d1a8e6ace812a7949cd7d0299507b71306d48))
3272
- Refactor ([`9d976d0`](https://github.com/Byron/dua-cli/commit/9d976d0d76fcf45d1e0672bc5c1533b000a46ebf))
3373
- Cargo fmt ([`99b5443`](https://github.com/Byron/dua-cli/commit/99b5443f2f8821b0a285320c8ec3f982722cfff8))

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

0 commit comments

Comments
 (0)