Skip to content

v0.7.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:48
· 774 commits to main since this release
3dd85ab

testOS 0.7.0-beta.3

Prebuilt testOS image for USB benchmarking. See install.sh (Linux/macOS) or install.ps1 (Windows) in the repo to flash this to a USB stick.

Mock build: false

See the testOS README for usage.

What's Changed

  • fix(install): skip draft releases when finding latest by @Nan0pk in #207
  • fix: correct winget pkg to Meta.Zstandard, proactive zstd check, README release link by @Nan0pk in #208
  • feat(install): offline/local-image support + download cache (PS1 + bash) by @Nan0pk in #209
  • fix(install): suppress zstd stderr progress noise on Windows by @Nan0pk in #210
  • fix(install): properly suppress zstd stderr under PS 5.1 EAP=Stop by @Nan0pk in #211
  • docs(install): explain mounted-volumes abort for fresh USBs by @Nan0pk in #212
  • fix(install): auto-clear mounted volumes instead of forcing -Force re-run by @Nan0pk in #213
  • fix(install): downgrade size-sanity abort to informational note by @Nan0pk in #214
  • fix(install): retry write after Clear-Disk settles ACCESS_DENIED by @Nan0pk in #215
  • fix(install): uint32 cast for CreateFile + USB disk picker by @Nan0pk in #216
  • fix(install): wrap USB disk scan in @() for PS 5.1 by @Nan0pk in #217
  • fix(install): replace P/Invoke with .NET FileStream by @Nan0pk in #218
  • feat(testos): add collect-results.ps1 for Windows results collection by @Nan0pk in #219
  • feat(testos): comprehensive logging for post-mortem analysis by @Nan0pk in #220
  • feat(testos): fully automated collect-results.ps1 by @Nan0pk in #221
  • fix(testos-runner): dump diagnostics + drop to shell on failure by @Nan0pk in #222

Full Changelog: v0.7.0-beta.2...v0.7.0-beta.3