Skip to content

Releases: alexitx/mc-status-webhook

v0.4.0

04 Mar 16:40
Compare
Choose a tag to compare

Changed

  • Bump minimum required Python version to 3.7
  • Update dependencies
    • discord-webhook ~=0.14 -> ~=0.15
    • mcstatus ~=6.5 -> ~=8.0

v0.3.0

16 Dec 19:01
Compare
Choose a tag to compare

Added

  • Add an option to select between ping and status

Changed

  • 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

Fixed

  • Include missing arguments in the initial debug log message

v0.2.0

12 Dec 00:45
Compare
Choose a tag to compare

Added

  • Add online and offline webhook thumbnail options
  • Add default webhook thumbnails with option to disable them

Changed

  • Rename 'thumbnail' -> 'thumb' in arguments
  • Use constants for default values

Fixed

  • Fix spelling in setup.cfg

v0.1.0

09 Dec 05:16
Compare
Choose a tag to compare

Initial release