Skip to content

Releases: 3urobeat/steam-comment-service-bot

Version 2.11.1

22 Oct 18:36
54bd90b
Compare
Choose a tag to compare
  • Fixed log spam issues with animations
  • Fixed security vulnerability in !abort and !failed command

Version 2.11.0

17 Oct 17:40
dfdec1e
Compare
Choose a tag to compare
  • The majority of the application has been restructured and rewritten
  • The whole bot is now being started in a child_process
  • Added !groupcomment command to be able to comment in groups
  • Added !sessions and !mysessions commands (#103)
  • Improved logs by adding my output-logger library, added more log messages and improved many existing log messages
  • Improved automatic error handling
  • Fixed node-steamcommunity not using proxies and improved proxy support a lot in general
  • Improved response of !settings, !log & !failed commands
  • !failed and !abort now use the reciever steamid as parameter instead of the requester steamid
  • Only certain commands are now blocked during startup (#105)
  • Probably fixed and improved a lot more stuff passively and without noticing
  • Updated dependencies

If you are interested in more detail check out the 131 commits between 2.10.7 and 2.11.

At least node.js v14.15.0 is now required!

Version 2.10.7

13 Jun 19:05
Compare
Choose a tag to compare
  • Fixed !help command not working by shortening it
  • Added !commands alias to !help command
  • Improved instructions on how to provide login informations
  • Now shipping accounts.txt file by default
  • Added comment to accounts.txt file
  • Added logging message that logs the OS on startup

Version 2.10.6

16 May 19:14
Compare
Choose a tag to compare
  • Fixed restart function not correctly unloading old session leading to crashes (#94)
  • Fixed bot not relogging after connection loss that wasn't NoConnection (#95)
  • Updater will now announce waiting for active comment process to finish when triggering update using the !update cmd
  • Added delays to unfriend & leavegroup calls
  • Comment log message will now specifiy comment number (x out of x)
  • Updated dependencies
  • Minor other changes

Version 2.10.5

10 May 13:39
Compare
Choose a tag to compare
  • Added custom relog function to fix not all accounts relogging after loosing connection (#93)
  • Fixed error when not confirming/declining update on startup whith disabled auto-update
  • Fixed updater not updating to/from BETA versions when branch was switched from beta-testing to master
  • Minor other changes

Version 2.10.4

12 May 11:46
Compare
Choose a tag to compare
  • Improved functionality to keep certain data over auto restarts
  • Replaced repeatedComments functionality with maxComments & maxOwnerComments in config (#89)
  • enableurltocomment is now false by default
  • Added check for quote character limit
  • Added community ban disclaimer to startup msgs
  • Added potential fix for websession not getting set after reconnect
  • Fixed #85 for real now
  • Fixed limited & not friend check not using randomizeAccounts order
  • Fixed comment command not refreshing config changes made by !settings cmd
  • Fixed commentdelay getting added to globalcommentcooldown when only 1 comment got requested
  • Updated npm packages
  • Minor other changes

Version 2.10.3

27 Mar 10:02
Compare
Choose a tag to compare
  • Fixed globalcommentcooldown not getting applied correctly leading to multiple comment processes at the same time (#91)
  • Fixed HTTP 429 error not aborting comment process
  • friendMessage in log will now get cut off after 75 characters
  • Changed globalcommentcooldown unit from ms to minutes
  • Minor other changes

Version 2.10.2

27 Mar 10:02
Compare
Choose a tag to compare
  • Fixed updater not waiting for active comment request to be completed
  • Fixed user not getting removed from activecommentprocess array when requesting 1 comment (#83)
  • Fixed bot getting stuck on startup when accounts.txt was used and had empty lines (#80)
  • Added a commentcounter based on #87
  • Add limited bot accounts message has now clickable links (#84)
  • Added custom lastcomment.json error message
  • Added check to fix #85
  • Increased default commentdelay to 15000
  • Minor other changes

Version 2.10.1

27 Mar 10:02
Compare
Choose a tag to compare
  • Fixed unfriend check logging an steam64id undefined error (#81)
  • Removed unnecessary process event listeners (This could also fix #78)
  • Added check if all friends are in lastcomment database
  • Fixed resetcooldown not being able to reset global cooldown in one try
  • Fixed comment log msg displaying even on error when more than 1 comment was requested
  • Minor other changes

Version 2.10.0

27 Mar 10:03
Compare
Choose a tag to compare
  • Switched to database storage system for lastcomment
  • Added attempts to retry failed logins
  • Added !stop cmd
  • Reformatted some messages
  • Added custom language support
  • Added childaccplayinggames to set custom games and steam games for all child accounts
  • Improved quote randomization
  • Added account randomization option
  • Improved code formatting
  • Minor other changes