Skip to content

DiskGeek 1.0.1

Choose a tag to compare

@techygeekshome techygeekshome released this 27 Aug 22:40
· 16 commits to main since this release
865033a

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 diskgeek once 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

New Contributors

Full Changelog: v1.0.0...v1.0.1