Skip to content

Nov 2024

Latest
Compare
Choose a tag to compare
@mackorone mackorone released this 24 Nov 20:57
b4ae935

Improvements since the last release:

  1. Add pre-compiled Linux binary
  2. Make the project compatible with Qt 6
  3. Support edge-based movement, i.e., half steps and 45-degree turns
  4. Support file paths with spaces within the build and run commands
  5. Display invalid commands to the user, rather than silently ignoring them
  6. 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.