Releases: kfkonrad/diskonaut
Releases · kfkonrad/diskonaut
v1.0.1
v1.0.0
[1.0.0]
Added
- Add
-v/--versionflag to display version
Changed
- Update dependencies to latest versions
- Change crate version for publication as diskonaut-x (the binary will still be called diskonaut)
Fixed
- Fixed issue where failing string conversions in paths could kill diskonaut
- Fixed truncation of strings with multi-byte unicode characters
v0.12.2
[0.12.2] - 2026-03-31
Changed
- Update all dependencies to latest versions
- Switch from custom build script to goreleaser for easier builds
- Add GitHub CI pipelines
- Rewrite README to be standard-readme compatible
Fixed
- Fixed remaining test and linting errors
0.12.1
0.12.0
[0.12.0] - 2025-08-11
Added
- Only show "Small Files" legend when there are small files on screen (imsnif#75) - @pjsier
- Quit immediately by pressing Shift+Q
- On the quitting confirmation window Q, CTRL+C and Y will now all count as confirmation instead of just Y
- The quitting confirmation window can now be invoked by pressing CTRL+C in addition to Q
Changed
- Refactor codebase with strict linting
- Update all dependencies to latest versions
- Optimize size of binary
- Ensure static binary build
Fixed
- Do not print extraneous whitespace when quitting
- Do not hang indefinitely when quitting diskonaut during scan phase