-
released this
2026-05-15 21:04:20 +09:00 | 4 commits to main since this releasev0.3.1 shipped with a stale binary by mistake (the cross-build container reused a root-owned dist/ from v0.3.0 because the cleanup step was silently skipped, so the uploaded exe was the unpatched v0.3.0 build). Same crash as before.
This release contains the actual fix: ScreenshotFrame now resolves App.slot_var via winfo_toplevel() so startup no longer crashes with
AttributeError: 'Frame' object has no attribute 'slot_var'.Verified by extracting the embedded pyc and confirming
winfo_toplevelis in ScreenshotFrame.init bytecode names.Downloads