Releases: mackorone/mms
Releases · mackorone/mms
Nov 2024
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.
Feb 2022
This release contains a few notable improvements:
- Support for the
.map
file format - The ability to customize maze and mouse colors
- A new optional
distance
argument to themoveForward
method - A new "scoreboard" (attempt statistics) tab and corresponding API
Shoutout to @zdasaro for contributing and to @TJ178 for encouraging me to create a new release.