- Fixed bug where second word of drive serial number was not zero-padded to four hex digits.
- Dropped the old machine-parseable output option in exchange for the new JSON output option.
- 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.
- New JSON output option:
--json
. - Report drive capacity and usage in verbose output.
- No more support for
/p
,/v
, or/h
. Use-p
,-v
or-h
only./?
support remains.
- Converted to MIT license
- Upgraded to Visual Studio 2017
- Targets Windows SDK 10.0.17134.0
- First release