-
release: v0.4.1 — first stable of the 0.4.x line (#116)
发布于
2026-05-05 09:35:30 +00:00 Bumps version to 0.4.1 across pyproject.toml, src/winpodx/__init__.py,
and debian/changelog; renames CHANGELOG [Unreleased] -> [0.4.1] -
2026-05-05 with a TL;DR summary at the top.0.4.1 is the first stable release of the 0.4.x line. 0.4.0rc1 was the
soak preview tagged earlier the same day; 0.4.1 is the same code path
plus the polish that landed during smoke-test triage. Highlights:- 'agent never installs' fresh-install regression closed for good.
Three independent failure modes converged on the same symptom (Windows
Defender deadlocking PS Expand-Archive, host-side FreeRDP fallback
kicking install.bat's autologon session via session-takeover, and the
agent-respawn race after the apply chain). All three are fixed with
layered defences. - Smoke-tested end-to-end on openSUSE Tumbleweed: install.bat completes
cleanly, agent transport handles password probe + apply chain, menu
populates inline before install.sh exits. - Release trigger keys on a separate REL- marker tag (REL-v0.4.1) so
the version scheme stays clean PEP 440.
591 passed, 1 skipped, 0 new failures.
下载附件
- 'agent never installs' fresh-install regression closed for good.