This release prominently adds a prompt that shows before quitting the app. When you pressed esc or q, the status bar will show the prompt first. To really quit, you need to press esc or q again. You can also cancel the quit operation by pressing any key else. Meanwhile, ctrl-c still quits the app directly since it's a combination key.
That way, dua
will not cause users to accidentally quit the app when they only want to dismiss some other panels. It's especially frustrating if the scan took a long time
New Features
-
prompt before quitting
This release prominently adds a prompt that shows before quitting the app. When you pressed esc or q, the status bar will show the prompt first. To really quit, you need to press esc or q again. You can also cancel the quit operation by pressing any key else. Meanwhile, ctrl-c still quits the app directly since it's a combination key.That way,
dua
will not cause users to accidentally quit the app when they only want to dismiss some other panels. It's especially frustrating if the scan took a long time.
Commit Statistics
- 11 commits contributed to the release.
- 83 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- Bump minor version and add changelog notes (d238dbb)
- Update dependencies (39ca5e6)
- Prompt before quitting (f3c9bf6)
- Prompt user before quitting (b096939)
- Re-introduce io::ErrorKind matching. (f93f120)
- Merge pull request #288 from fgimian/completions (1b7f535)
- Thanks clippy (f983e60)
- Refactor (a0f78b2)
- Add the ability to generate shell completions (e919541)
- Merge pull request #285 from kianmeng/fix-typos (63b129b)
- Fix typos (d9d643e)