Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Releases: UrekD/Steam-Workshop-Monitor

v1.0

20 Oct 22:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21...v1,0

v0.21

07 Jun 21:41
Compare
Choose a tag to compare
  • Fixed a bug
  • Added timeout to list

Full Changelog: v0.20...v0.21

v0.20

07 Jun 20:54
Compare
Choose a tag to compare
  • List command now prints using embeded menu with buttons for navigation
  • Removed Numpy as req
  • Added nextcord ext menus as req

Full Changelog: v.0.19...v0.20

v.0.19

07 Jun 00:39
Compare
Choose a tag to compare
  • Migrated all commands to Slash Ones
  • Updated NextCord dependency
  • Added command to force check
  • Optimizations* disabled bot intents for messages which should have to load less..

Full Changelog: v.0.18...v.0.19

v.0.18

28 May 21:27
Compare
Choose a tag to compare
  • Fixed the counter to actually count and update the proper mod instead overwriting the first one each time, oops my bad! :D
  • Formatted the config to be more readable. The config will format on update/write if an unformatted one is inputted.

Big thanks to grim_reaper#9699 for keeping me updated on the issues and testing hehe 😄

Full Changelog: v.0.17...v.0.18

v.0.17

21 May 00:56
Compare
Choose a tag to compare
  • Fixed Event that locked commands during check not being reset after so commands were not usable
  • Docker compose updated with all the mandatory vars
    Full Changelog: v.0.16...v.0.17

v.0.16

16 May 17:08
7c9361d
Compare
Choose a tag to compare
  • Prevented crash if discord isn't available when monitor loop starts
  • Extra logging dc and resume
  • Status and customs status
  • Customizable vars for recheck count and delay, also failure sleep time

Full Changelog: v.0.15...v.0.16

v.0.15

13 May 21:41
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary f-string by @deepsource-autofix in #9
  • Added refill command
  • More checks for data consistency
  • Added commands to readme
  • Added better help command

Full Changelog: v.0.14...v.0.15

v.0.14

13 May 16:18
cc21d36
Compare
Choose a tag to compare

What's Changed

  • Use identity check for comparison to a singleton by @deepsource-autofix in #8
  • Remove unnecessary whitespace by @deepsource-autofix in #7
  • Recheck of failure, should fix when requests times out due to rate limit most likely also extra delay on recheck
  • Improved logging
  • Clear command
  • Bot owner can use $say to say something as the bot
  • Improved list to split 50 mods per message to not hit 2000 char limit

Full Changelog: v.0.13...v.0.14

v.0.13

12 May 23:50
8485f9a
Compare
Choose a tag to compare

What's Changed

  • Add newline at end of file by @deepsource-autofix in #5
  • Remove unused imports by @deepsource-autofix in #3
  • Use identity check for comparison to a singleton by @deepsource-autofix in #2
  • Remove unnecessary whitespace by @deepsource-autofix in #4
  • Create docker-publish.yml by @UrekD in #6
  • Docker Image
  • Should now work properly also delay has been properly introduced if rate limit is a problem

New Contributors

  • @deepsource-autofix made their first contribution in #5
  • @UrekD made their first contribution in #6

Full Changelog: v.0.12...v.0.13