Skip to content

Releases: elsell/MinecraftOnlinePlayersOverlayGenerator

v0.0.2

01 Feb 22:46
Compare
Choose a tag to compare

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!

v0.0.1

21 Jan 03:10
dc4db28
Compare
Choose a tag to compare

v0.0.1

This is the initial release of MinecraftOnlinePlayersOverlayGenerator.

If you experience any issues, please create an issue.