Skip to content

APXV v1.3.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:28
· 11 commits to main since this release

Hotfix completing v1.3.2 desktop server lifecycle on Windows — start, stop, restart, and quit must leave a single predictable listener on :8741.

Fixed

  • Windows Python discovery for desktop spawnresolve_python_executable() probes py, %LOCALAPPDATA%\Python\..., and %ProgramFiles%\Python\... instead of falling back to a broken Store stub; bootstrap and apxv_serve use the same resolver.
  • Orphan listener reclaimstart_apxv_server kills foreign processes on :8741 (e.g. after force-quit) before spawning a managed listener.
  • Settings server controls — Start / Stop / Restart no longer pass a literal %LOCALAPPDATA% path; desktop resolves the real install root (same as auto-start on launch). Surfaces errors when Tauri commands fail; warns if port :8741 stays free after a start attempt.
  • Windows lifecycle gatescripts/pr2_server_lifecycle_verify.ps1 (parity with Linux pr2_server_lifecycle_verify.sh).

Changed

  • Version strings and publish defaults updated to 1.3.3.