Releases: hollasch/drives
Releases · hollasch/drives
drives v3.0.1 (2022-10-31)
drives v3.0.0 (2022-04-22)
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
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
First Released Version
- Supports
--help
,--version
,--verbose
,--parseable