Skip to content

Releases: kfkonrad/diskonaut

v1.0.1

13 May 10:46
0fa7d6e

Choose a tag to compare

[1.0.1] - 2026-05-13

Fixed

  • Fixed -v/--version flag causing a required-argument error when no arguments are provided

v1.0.0

12 May 12:17
3f8200d

Choose a tag to compare

[1.0.0]

Added

  • Add -v/--version flag 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

01 Apr 10:29

Choose a tag to compare

[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

09 Dec 08:57

Choose a tag to compare

[0.12.1] - 2025-12-09

Fixed

  • Use better heuristic for comparing file sizes to prevent crashes in rare scenarios

0.12.0

12 Aug 09:26

Choose a tag to compare

[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