Improvements since the last release:
- Add pre-compiled Linux binary
- Make the project compatible with Qt 6
- Support edge-based movement, i.e., half steps and 45-degree turns
- Support file paths with spaces within the build and run commands
- Display invalid commands to the user, rather than silently ignoring them
- Format source code with
clang-format
Shoutout to @GoGoCom and @Blaze-Leo for working on the edge-based movement!
Important
The macOS version fails with the following error:
“mms.app” is damaged and can’t be opened. You should move it to the Trash.
To get past the error, manually remove the quarantine attribute:
xattr -d com.apple.quarantine mms.app
The "right" fix is for me to pay Apple $99 to join the Apple Developer Program, and then sign and notarize the app according to these instructions. I can't be bothered to do that right now. If it's important to you, you can buy me a coffee and I'll consider it.