• v0.3.5 3c17405a6b

    claude-bot released this 2026-05-16 03:04:13 +09:00 | 1 commits to main since this release

    Root cause found via v0.3.4 startup log:

    GUI를 띄울 수 없습니다 (character U+1f3ae is above the range (U+0000-U+FFFF) allowed by Tcl).

    Python 3.7 + Tcl/Tk on Windows is UCS-2; it cannot accept characters above U+FFFF. The button labels added in v0.3.0 contained 🎮 🖥 📂 🔁 — App.init raised TclError, gui.main caught it and returned 1 silently. Replaced with plain Korean labels.

    Built --noconsole again (proper windowed exe). The crash log wrapper from v0.3.3/4 is kept as defense-in-depth in case anything else fails at startup in future.

    Downloads