Files
ForgeFlow/docs/RELEASE_NOTES_0.10.8.md
NuklearRabbit f866b12fbf
ForgeFlow quality gate / quality (push) Canceled after 0s
fix: make updater checksum verification self-contained
2026-08-01 19:13:05 +02:00

10 lines
642 B
Markdown

# ForgeFlow 0.10.8
## Self-contained checksum verification
- Binary and source update helpers no longer depend on the optional PowerShell `Get-FileHash` cmdlet.
- Both helpers calculate checksums directly with the built-in .NET SHA-256 implementation.
- A real Windows regression test clears `PSModulePath` and verifies the downloaded binary successfully in that minimal environment.
- The helper still validates the exact published checksum before waiting for ForgeFlow to exit or changing installed files.
- This release retains the reliable non-detached launcher and server-to-repository recognition improvements from 0.10.6 and 0.10.7.