tag name | v2.23.0 (9159cda3480f8ed5abed19a20abf50cca0817500) |
tag date | 2023-12-11 13:03:41 +0100 |
tagged by | Sebastian Thiel <sebastian.thiel@icloud.com> |
tagged object | commit 491b5587ca... |
### New Features
- display the total count of entries-to-be-deleted in the mark pane.
This allows to better estimate how much work will be needed to perform
the deletion.
For example, when marking 3 items for deletion, previously one would see
`3 items marked`, but now one will see all items and sub-items, like
`120k`items marked`, which reflects the work that will be done much more
precisely.
- Add total size to header bar and change to aggregate, human-readable item count.
This changes the display from `(2034 items)` to
`(2k items, 213 MB)`, providing an overview of the total amount
of storage used along with the total amount of files on a particular
hiearchy level.
### Bug Fixes
- single files will not cause IO error
Running `dua <filename>` will once again provide size information
about that filename.
### Commit Statistics
- 16 commits contributed to the release over the course of 1 calendar day.
- 2 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #194
### Commit Details
* **#194**
- Single files will not cause IO error (192460e)
* **Uncategorized**
- Merge branch 'main_windows_render_refactor' (2da2e2e)
- Refactor (49772d1)
- Display the total count of entries-to-be-deleted in the mark pane. (98d5b5a)
- Refactor (81eadf8)
- Calculates mark pane item count consistently with the rest of the app (2c69ea1)
- Refactors MainWindow render to make it more readable (8740d4b)
- Merge branch 'upgrades' (a9dd549)
- Upgrade to latest crossterm; switch to `ratatui` from `tui` (af2aa61)
- Update all dependencies (852ee28)
- Merge branch 'total_item_count' (ba2efe4)
- Add total size to header bar and change to aggregate, human-readable item count. (3241022)
- Merge branch 'make_ready_pre_pr_checks' (606d60f)
- Adjust names of `make fmt` and `make ready`; `fmt` now only checks (9135c18)
- Adds new target that runs all the checks (to be used before creating a PR) (7fbc136)
- Displays total item count (7b7bad5)