- Fix error when running
/mapify
with no args - Fix error that could occur when generating a new map
- Move rendering to async thread
- Improve rendering speed by switching away from native
drawImage
function
- Add the ability to save images to disk (off by default)
- This allows one to save from a temporary url
- Note: This can use a more storage than before
- Clears the image cache every hour, making it more memory efficient.
- Add
debug-logging
config option to remove the extraneous logs that were present (off by default)
- Fix bug where whitelist only checked the first value
- Improved logging
- Add bStats metrics