发布

  • fix: auto-update runtime on version mismatch (#120)

    frostbyte_neo 发布于 2026-05-23 21:52:23 +00:00 | 264 次提交 在此版本后已推送到 main

    Fixes #121

    The runtime was only re-downloaded when Python was missing entirely. On
    upgrades (e.g. alpha.1 to alpha.2), the old runtime stayed in place and
    the About dialog showed the previous version.

    Fix: read installedVersion and manifest.version from
    runtime_pack_status and force a re-download when they differ. Shows
    "Updating runtime from X to Y..." in the setup UI during the upgrade.

    下载附件