Fixed
- The app no longer offers an update to the version you are already running. A version recorded before a manual upgrade could linger and make the app advertise itself as an update; the saved value is now cleared at startup and every update prompt double-checks the version before showing anything.
- The app now relaunches itself after a one-click update. Previously "Restart to finish update" closed the app and the freshly installed version never started — an over-cautious installer guard was skipping the relaunch step. Verified end to end: close, silent install, automatic restart.
Downloads
- Windows:
MechvibesDX-<version>-Setup-x64.exe— installer, the only asset the in-app updater uses. - Linux (Debian/Ubuntu):
.deb— install withsudo dpkg -i. It does not add you to theinputgroup; runsudo usermod -a -G input $USERand log out/in, or key events won't be seen. - macOS (experimental, untested): unsigned and never run on a real Mac. Gatekeeper will block it — see
README-macos.txt. Treat as a preview.