Skip to content

Releases: namboy94/kudubot

Release 0.33.0

14 Oct 07:08
Compare
Choose a tag to compare

Changelog Version 0.33.0:

  • Uses puffotter for starting CLI now

Release 0.32.0

05 Oct 12:18
Compare
Choose a tag to compare

Changelog Version 0.32.0:

  • Fixed huge issue with authentication

Release 0.31.1

03 Oct 12:04
Compare
Choose a tag to compare

Changelog Version 0.31.1:

  • Fixed minor issue when running uninitialized bot
  • /start now shows help command

Release 0.31.0

13 Sep 17:14
Compare
Choose a tag to compare

Changelog Version 0.31.0:

  • Added ways to make commands work only when authorized using decorators

Release 0.30.0

13 Sep 07:42
Compare
Choose a tag to compare

Changelog Version 0.30.0:

  • Less unnecessary logging of exceptions
  • Made version strings mandatory for bots
  • Integrated sentry

Release 0.29.0

11 Sep 12:39
Compare
Choose a tag to compare

Changelog Version 0.29.0:

  • Made background thread more resilient

Release 0.28.0

11 Sep 11:24
Compare
Choose a tag to compare

Changelog Version 0.28.0:

  • Made background loop iteration based
  • Ping now mentions if bg thread is dead

Release 0.27.0

11 Sep 10:24
Compare
Choose a tag to compare

Changelog Version 0.27.0:

  • Improved logging
  • Added background ping
  • Added capability to easily write a command-based bot without long if/else clauses
  • The bot no longer dies when an exception occurs in on_msg()

Release 0.26.0

03 Sep 08:43
Compare
Choose a tag to compare

Changelog Version 0.26.0:

  • Added send_txt() convenience method

Release 0.25.0

02 Sep 10:47
Compare
Choose a tag to compare

Changelog Version 0.25.0:

  • Added init() feature