DiskGeek 1.0.1
DiskGeek 1.0.1 - the first release since 1.0.0 on 6 August.
A lot had accumulated on main without ever being released. This ships all of it, and puts release automation in place so it cannot drift that far again.
Added
- A rewritten About dialog, including a family panel linking the other free TechyGeeksHome tools.
- A Chocolatey package, so DiskGeek can be installed and updated with
choco install diskgeekonce it clears moderation. - A SHA-256 hash file published with the download. DiskGeek was the only one of the four apps that did not publish hashes.
Changed
- Update-checker behaviour tidied up.
- The installer now carries the release version in its own file properties, instead of reporting the Inno Setup compiler version.
Behind the scenes
- A full xUnit test suite covering the batch renamer, the byte-size formatter, the update checker and the update manifest parser. These run on every pull request and on every release.
- A Release workflow. Until now DiskGeek was the only released app with no release automation, so builds were made by hand. The git tag is now the single source of truth for the version, and the job refuses to publish if the built binary does not report that version.
Download
- DiskGeekSetup.exe - installer, self-contained, no .NET prerequisite.
The SHA-256 hash is published in SHA256SUMS.txt so the download can be verified. The binary is not code signed, so Windows SmartScreen will warn on first run.
What's Changed
- Manual update check by @techygeekshome in #1
- Bring the Chocolatey package source into the repo, with a licenceUrl (DST-25) by @techygeekshome in #3
- Bring the About dialog up to the PDFGeek standard (APP-05) by @techygeekshome in #2
- Add .gitattributes for line ending normalization by @techygeekshome in #4
- Create .gitattributes for line ending management by @techygeekshome in #5
- Add the TechyGeeksHome family panel to the About dialog by @techygeekshome in #6
- DiskGeek 1.0.1: version bump, installer versioning, and a Release workflow by @techygeekshome in #7
New Contributors
- @techygeekshome made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1