Skip to content

Releases: fosq/BeetleBot

v1.0.2

27 Dec 00:29
Compare
Choose a tag to compare

Version 1.0.2 changes:

  • Fixed empty patch notes being broadcasted to discord when lolchess.gg is down
  • Fixed newline mistakes
  • Added termination prompt on crash
  • A bit better logging

Currently working:

  • Automatic checking for new updates every 30 minutes
  • Commands like 'print', 'update' and 'purge'
  • Setting up the bot from CLI (saves to config.json)
  • Logging in terminal and to file. (saves to logs.txt & errors.txt)
  • Logging data retention (currently logs.txt 30 days & errors.txt 0 days, deletion on startup)

TODO:

  • Actively usable CLI commands, currently only able to enter commands during bot's setup
  • More tunable settings for the configuration
  • Support for more games' patch notes
  • Better formatting for patch notes (maybe threads, embed links?)

v1.0.1

26 Dec 12:50
Compare
Choose a tag to compare

Fixed up spagetti code from my midnight session. Program should run smoothly now and log properly.

Currently working:

  • Automatic checking for new updates every 30 minutes
  • Commands like 'print', 'update' and 'purge'
  • Setting up the bot from CLI (saves to config.json)
  • Logging in terminal and to file. (saves to logs.txt & errors.txt)
  • Logging data retention (currently logs.txt 30 days & errors.txt 0 days, deletion on startup)

TODO:

  • Actively usable CLI commands, currently only able to enter commands during bot's setup
  • More tunable settings for the configuration
  • Support for more games' patch notes
  • Better formatting for patch notes (maybe threads, embed links?)

v1.0.0

26 Dec 01:25
Compare
Choose a tag to compare

This is my first release on Github! I'm currently only releasing executables for Windows and Linux, but you can compile your project to a platform of your own liking.

Currently working:

  • Automatic checking for new updates every 30 minutes
  • Commands like 'print', 'update' and 'purge'
  • Setting up the bot from CLI (saves to config.json)
  • Logging in terminal and to file. (saves to logs.txt & errors.txt)
  • Logging data retention (currently logs.txt 30 days & errors.txt 0 days, deletion on startup)

TODO:

  • Actively usable CLI commands, currently only able to enter commands during bot's setup
  • More tunable settings for the configuration
  • Support for more games' patch notes
  • Better formatting for patch notes (maybe threads, embed links?)