Skip to content

v5.1

Choose a tag to compare

@ios12checker ios12checker released this 16 Mar 14:54
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
c36f3fe

v5.1

Issue Fixes

  • Fixed #91 (Winget update scan times out on Windows 10) by splitting winget and msstore into separate parallel source workers with independent timeout budgets.
  • Improved source scan reliability by preventing stderr pipe backpressure in the winget/msstore list flow and adding clearer non-zero exit logging.
  • Fixed #92 (Check disk hangs) by moving CHKDSK execution to a dedicated live console window instead of blocking the GUI thread.
  • Added system-drive CHKDSK prompt handling (echo Y|chkdsk) to avoid hidden scheduling prompts that appear as hangs.
  • Fixed #93 (Tool doesn't start from system partition) by hardening Start_WMT_GUI.bat path handling and simplifying launch flow to run the script directly (-File) with in-script elevation.
  • Fixed #94 (Update doesn't work) by hardening self-update write/restart error handling and adding manual fallback to the Releases page when auto-update fails.