Skip to content

Releases: mackorone/mms

Nov 2024

24 Nov 20:57
b4ae935
Compare
Choose a tag to compare

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.

Feb 2022

16 Feb 03:58
b774ccd
Compare
Choose a tag to compare

This release contains a few notable improvements:

  1. Support for the .map file format
  2. The ability to customize maze and mouse colors
  3. A new optional distance argument to the moveForward method
  4. 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.

Feb 2019

04 Feb 04:56
Compare
Choose a tag to compare
  • Removed tons of unnecessary features
  • Cleaned up the UI, removed tabs
  • Solidified the API
  • Moved algorithm code to separate repos
  • Built Windows executable for download

Ready for launch!