- Bump minimum required Python version to 3.7
- Update dependencies
- discord-webhook ~=0.14 -> ~=0.15
- mcstatus ~=6.5 -> ~=8.0
- Add an option to select between ping and status
- Remove unused default variable
- Clean up and rearrange webhook arguments
- Remove unused function for exiting on error
- Format exception messages better for logging
- More friendly error message when ping fails
- Include missing arguments in the initial debug log message
- Add online and offline webhook thumbnail options
- Add default webhook thumbnails with option to disable them
- Rename 'thumbnail' -> 'thumb' in arguments
- Use constants for default values
- Fix spelling in setup.cfg
Initial release