Releases: RichardZak70/harddrive-cleanup
Releases · RichardZak70/harddrive-cleanup
Release list
harddrive-cleanup v1.0.1
Download harddrive-cleanup-v1.0.1.zip, extract it, and double-click cleanup_c_drive_portable.cmd.
Summary
The first release to use: the cleanup program is unchanged from v1.0.0, and only the release packaging is fixed.
- Fixed: the
.sha256checksum file now ends in a plain LF line ending, sosha256sum -c harddrive-cleanup-v1.0.1.zip.sha256works. In v1.0.0 it ended in a Windows line ending, which made that check fail, although the hash itself was correct. - Upgrade impact: none. If you already use v1.0.0, the program is identical, so there's no need to replace it.
- Security: no known vulnerabilities fixed in this release.
Verify the download
On Windows, compare (Get-FileHash .\harddrive-cleanup-v1.0.1.zip -Algorithm SHA256).Hash.ToLower() with the .sha256 file, or check GitHub's signed build record:
gh attestation verify harddrive-cleanup-v1.0.1.zip --repo RichardZak70/harddrive-cleanup
What's Changed
- fix(release): write the checksum file with an LF line ending by @RichardZak70 in #3
Full Changelog: v1.0.0...v1.0.1
harddrive-cleanup v1.0.0
Superseded by v1.0.1. The program is identical; this release's .sha256 file ends in a Windows line ending, which makes sha256sum -c fail (the hash inside it is correct). Please download v1.0.1.