Vorno 0.11.5
WebUI Hotfix
July 14, 2026
A fast follow to 0.11.4.
Bug Fixes
- The browser WebUI works in packaged builds — opening
http://127.0.0.1:3848returned a bare "Internal Server Error" instead of the login page. Two packaged-only bugs: the login redirect used an API that throws in the packaged runtime (but not in tests), and the WebUI's bundled assets were looked up at a path that never exists in the installed app. Both fixed; handler failures now also land in the main log instead of vanishing.