Releases: AgustinSRG/Showdown-ChatBot
Releases · AgustinSRG/Showdown-ChatBot
v2.17.1
- Control panel: Fixed issue with table size in
Userssection. - Control panel: Added password visibility toggle for all password inputs
- Minor fixes to the
pokebattlecommand. - The command
usercolornow displays the custom color of some Staff members.
Version 2.17.0
- Added command:
usernamecolor [username]- Displays the color of an username - Added command:
pokebattle <Pokemon> vs <Pokemon>- Simulates a 1vs1 battle between 2 pokemon. More details: https://github.com/AgustinSRG/Showdown-ChatBot/wiki/PokeBattle-Command
Version 2.16.2
- Removed add-ons from Docker image.
Version 2.16.1
- Minor security updates
- The bot now can parse commands sent with
/botmsg
Version 2.16.0
- Added option to disable the
seenandaltsfeatures 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-nbattles, where the bot was not confirming to start the next battle. - Renamed 'Current Server Url' to 'Control panel Url' in the
Adminsection 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-onssection in the control panel. - Command parser: Added option to prevent users from mixing server and bot command tokens (Example:
./commandor.!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
- Removed development dependencies from Docker image.
Version 2.15.1
- Added
unocommand (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 pollcommand. - 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
- 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 likerepeat, but executes bot commands periodically instead of repeating text. - New commands:
jointourandleavetouradded to the Battle module. These commands allow moderators to make the bot join or leave a tournament.
Version 2.14.0
Changelog:
- Added commands to manage teams: https://github.com/AgustinSRG/Showdown-ChatBot/wiki/Commands-List#battle-module
- If the bot cannot generate a control panel link for a command, now it will send a message indicating it.
Patch version 2.13.1
- 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)