v1.0.12 (hotfix for 1.0.11)
Alpha-OSK 1.0.12 — Hotfix
If you installed 1.0.11, you need to install 1.0.12 by hand once because 1.0.11 doesn't launch.
Fixed
- QML duplicate-handler crash on launch. The window-size persistence work in 1.0.11 added top-level
onWidthChanged/onHeightChangedhandlers without noticing that handlers for those signals were already declared further down the file. Qt rejected the duplicates with "Property value set multiple times" and the QML file failed to load — the app started, logged the error, and exited. Merged the size-save call into the existing handlers.
The dev launcher's elevation-and-fork pattern hid the failure during smoke tests; only the frozen 1.0.11 installer hit it.
Full changelog: https://github.com/okstudio1/alpha-osk/blob/main/CHANGELOG.md