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
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,42 @@ 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
+
In this release, the size of directories is also taken into consideration, for more realistic sizes similar to what `du` does.
11
+
12
+
### Commit Statistics
13
+
14
+
<csr-read-only-do-not-edit/>
15
+
16
+
- 5 commits contributed to the release.
17
+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
18
+
- 0 issues like '(#ID)' were seen in commit messages
19
+
20
+
### Thanks Clippy
21
+
22
+
<csr-read-only-do-not-edit/>
23
+
24
+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
25
+
26
+
### Commit Details
27
+
28
+
<csr-read-only-do-not-edit/>
29
+
30
+
<details><summary>view details</summary>
31
+
32
+
***Uncategorized**
33
+
- Merge pull request #284 from joehasson/feat/include-directory-inodes-in-size-calculations ([`b5b411b`](https://github.com/Byron/dua-cli/commit/b5b411b2757d61ebdd64f2254cac002234ed1d5d))
34
+
- Include directory inode in directory size aggregation ([`a93b28e`](https://github.com/Byron/dua-cli/commit/a93b28ead02714bb80cda296e4b4ad2a1248ba0e))
35
+
- Merge pull request #283 from Byron/dependabot/cargo/crossbeam-channel-0.5.15 ([`ca6122f`](https://github.com/Byron/dua-cli/commit/ca6122f914d0626a5f51ff0986bcb6a1ff98e9ec))
0 commit comments