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, andC:\output\
does not contain a directory calledimages
, MOPOG will createC:\output\images
. HOWEVER, ifC:\output
does not exist, MOPOG will NOT createC:\output
ORC:\output\images
.
- EX: If
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