Skip to content

Releases: hollasch/drives

drives v3.0.1 (2022-10-31)

31 Oct 21:26
Compare
Choose a tag to compare

Fixed

  • Fixed bug where second word of drive serial number was not zero-padded to four hex digits.

drives v3.0.0 (2022-04-22)

23 Apr 02:17
Compare
Choose a tag to compare

Removed

  • Dropped the old machine-parseable output option in exchange for the new JSON output option.

Changed

  • Converted project from a fixed Visual Studio build to use CMake instead, assuming build/ as
    the build directory.
  • Lots of code refactoring and rewrites.
  • Print drive GUID in human output instead of verbose output.

Added

  • New JSON output option: --json.
  • Report drive capacity and usage in verbose output.

drives v2.0.0

24 Jun 01:48
Compare
Choose a tag to compare

Removed

  • No more support for /p, /v, or /h. Use -p, -v or -h only.
    /? support remains.

Changed

  • Converted to MIT license
  • Upgraded to Visual Studio 2017
  • Targets Windows SDK 10.0.17134.0

drives v1.0.0

16 Oct 21:09
Compare
Choose a tag to compare

First Released Version

  • Supports --help, --version, --verbose, --parseable