Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@elsell elsell released this 01 Feb 22:46
· 2 commits to main since this release

v0.0.2

Bug Fixes 🎉

  • Fix crash when no players are online (duh!)
  • Fix crash when target save directory does not exist.
    • This was mainly a problem for network locations that may not be reliably connected.
    • If only the final directory does not exist, MOPOG will create the directory and proceed.
      • EX: If C:\output\images\image.png is the target, and C:\output\ does not contain a directory called images, MOPOG will create C:\output\images. HOWEVER, if C:\output does not exist, MOPOG will NOT create C:\output OR C:\output\images.

Improvements

  • Output program version upon startup. Useful now that there is more than one version 😁
  • Overall code cleanup to improve CODE QUALITY 🙌

Notes:

Full Changelog: v0.0.1...v0.0.2

🐛 As always, please create an issue if you find any bugs!