Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

2.3.0 - GabenForPresident

Compare
Choose a tag to compare
@Efreak Efreak released this 05 Oct 23:21
· 87 commits to master since this release

Official release is sometime tomorrow (ie, we'll remove the pre-release, and release on NPM)

Most of the default file locations have been moved to the bot.name folder*. However, the sentry logic has been almost entirely removed in favor of simplicity of just having bot.name.sentry in the current bot.username folder. This means that you'll have to either move the file or redo steamguard. On the first run (for any given username) you'll get a notification of this, after which the bot will exit to give you a chance to move the file--and then it won't show up again.

  • github webhook is fixed
  • new weather trigger
  • new antispam trigger (needs testing)
  • We've moved to an organization. This setup makes it easier if I decide to give up control of the project to someone else--they don't have to see the repo url move again, as that person can just be added to the project.
    • @dragonbanshee's .NET port of the bot is also in the organization, but hasn't gotten quite as much development yet.
  • I'm not actually sure when I did this, but you don't need to put username and password as separate arguments in the constructor anymore; they can be specified in the options object instead.
  • There's no info on antispamTrigger or weatherTrigger in the website; maybe someone else wants to help?
  • If you want to check out WebUI, you can import the code from the webUI branch (or just check it out directly and rebase on development)
  • various bugfixes
  • see changelog for more

* bot.name replaces bot.username for privacy everywhere except login, and it defaults to bot.username if you don't set it manually