• v0.3.1 1f2024e85f

    claude-bot released this 2026-05-15 21:04:20 +09:00 | 4 commits to main since this release

    Fix AttributeError on startup (gui.py:401).

    ScreenshotFrame was reading slot_var via master.master, which after the v0.3.0 layout refactor pointed at an inner Frame instead of the App. Changed to winfo_toplevel().slot_var so the lookup always reaches App. Without this fix run.py crashed immediately with: AttributeError: 'Frame' object has no attribute 'slot_var'.

    Downloads