Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 07:46
· 38 commits to main since this release

Added

  • macOS DMG (experimental): the macOS build now ships as a proper .dmg with a drag-to-Applications app bundle instead of a bare-binary archive. Still unsigned and not notarized: right-click the app and choose Open the first time. Settings are stored in ~/Library/Application Support/Mechvibes. Untested on real hardware; reports welcome.

Fixed

  • Settings really stop reverting now. The 0.7.1 fix covered one path but missed the main one: a background service kept a copy of your settings from the moment the app started and wrote it back seconds later (and again every 24 hours), undoing whatever you had changed in between. Whichever setting you touched first after opening the app was the one you would see reset, which is why reports about "which setting resets" never agreed. Verified against the running app this time, not only in tests.

Downloads

  • Windows: MechvibesDX-<version>-Setup-x64.exe — installer, the only asset the in-app updater uses.
  • Linux (Debian/Ubuntu): .deb — install with sudo dpkg -i. It does not add you to the input group; run sudo usermod -a -G input $USER and log out/in, or key events won't be seen.
  • macOS (experimental, untested): .dmg — open it and drag MechvibesDX to Applications. Ad-hoc signed but not notarized, and never run on a real Mac, so Gatekeeper blocks a normal double-click: right-click the app → Open → confirm, once. See README-macos.txt. Treat as a preview.