New Features
- TUI now shows performance metrics while scanning and after.
This is in preparation for themoonwalk
upgrade. - improve CLI help provided with the
--format
flag.
It's now possible to see what possible values are without reading a swath
of text. Now the default is shown as well which is more important now that
it changes depending on the platform. - use metric byte format only on MacOS.
That way, on linux the binary format is used by default which is more common
on that platform.
Bug Fixes
- Improve documentation for
Marked Items
pane to make clearer how to delete items.
Commit Statistics
- 13 commits contributed to the release over the course of 71 calendar days.
- 71 days passed between releases.
- 4 commits were understood as conventional.
- 3 unique issues were worked on: #157, #33, #85
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- #157
- Share
cargo
invocation to help install on more platforms (7ef48ad)
- Share
- #33
- Improve documentation for
Marked Items
pane to make clearer how to delete items. (b61ec97)
- Improve documentation for
- #85
- Use metric byte format only on MacOS. (22f54dd)
- Uncategorized
- TUI now shows performance metrics while scanning and after. (13bfe45)
- Thanks clippy (565581f)
- Simplify GUI refreshes by using a throttle (c921dc7)
- Generalize the throttle implementation to allow usagein UI (e03c560)
- Added additional clarification for deleting help files. (fcc8be9)
- Dependency update (032747d)
- Improve CLI help provided with the
--format
flag. (d0e85fe) - Refactor (b474b81)
- Use binary format by default (except on macOS) (3ccf204)
- Merge pull request #147 from nyurik/patch-1 (658c676)