Skip to content

Releases: AgustinSRG/Showdown-ChatBot

v2.17.1

12 May 16:18
b2c0940

Choose a tag to compare

  • Control panel: Fixed issue with table size in Users section.
  • Control panel: Added password visibility toggle for all password inputs
  • Minor fixes to the pokebattle command.
  • The command usercolor now displays the custom color of some Staff members.

Version 2.17.0

10 May 21:25
c3a85d6

Choose a tag to compare

Version 2.16.2

06 May 17:45
bcbb368

Choose a tag to compare

  • Removed add-ons from Docker image.

Version 2.16.1

06 May 15:20
18498ed

Choose a tag to compare

  • Minor security updates
  • The bot now can parse commands sent with /botmsg

Version 2.16.0

03 May 14:54
4f4ed09

Choose a tag to compare

  • Added option to disable the seen and alts features of the bot, to save up resources in case they are not needed.
  • Added show/hide password option for the login form of the control panel.
  • Battle Log: Added option to spectate battles
  • (Bug fix) Battle bot: Battles where the bot is not playing no longer count for the challenge limit.
  • (Bug fix) Battle bot: Fixed issue with best-of-n battles, where the bot was not confirming to start the next battle.
  • Renamed 'Current Server Url' to 'Control panel Url' in the Admin section of the control panel to prevent confusion.
  • Add-on file names now can contain dashes and underscores
  • Added an official add-ons list to the repository. Added a link to the Add-ons section in the control panel.
  • Command parser: Added option to prevent users from mixing server and bot command tokens (Example: ./command or .!command)
  • Bot will restart if modules are changed. Added confirmation to the control panel section.
  • Battle bot: Added extra message options, for the bot to send messages on certain events (fainted pokemon, critical hits or missed moves).

Version 2.15.2

06 Mar 16:07
eff9e08

Choose a tag to compare

  • Removed development dependencies from Docker image.

Version 2.15.1

01 Mar 10:37
4781eb5

Choose a tag to compare

  • Added uno command (for the bot to create a game of uno, set the auto start and the auto dq in a single command.
  • Updated the title for polls when using the tour poll command.
  • Updated error message handling for games, so, when the bot cannot create a game, it send an error message to inform the user.

Version 2.15.0

23 Feb 11:05
34c82cf

Choose a tag to compare

  • Added dark theme to control panel.
  • Static assets (JavaScript, CSS) of the control panel are now cached for longer (1 year).
  • New command: repeatcommand <duration (eg: 1h 30m)>, <command> added to the Timers module. This command works like repeat, but executes bot commands periodically instead of repeating text.
  • New commands: jointour and leavetour added to the Battle module. These commands allow moderators to make the bot join or leave a tournament.

Version 2.14.0

16 Feb 12:38
45566d0

Choose a tag to compare

Changelog:

Patch version 2.13.1

14 Feb 16:09
c4061a6

Choose a tag to compare

  • Fixed issue with message sending queue (The logic for processing the queue could cause messages to be sent incorrectly if the bot is throttled. This could happen when the bot is sending too many messages to the server)