Releases: AgustinSRG/Showdown-ChatBot
Releases · AgustinSRG/Showdown-ChatBot
Version 2.30.5
- Changes to the
translatecommand:- Added missing abilities introduced in Pokemon Champions
- Updated Hispanic / Latin american translations.
- Improved Spanish translation output to display results for both Spanish and Latin American Spanish dialects.
- Fixed minor bug causing to show invalid translations sometimes if they match for Spanish and Latin American Spanish.
- Battle: Updated internal calculator to support new abilities:
Mega SolandDragonize
Version 2.30.4
- Added the option to import / export all teams using Pokemon Showdown teambuilder format.
- Updated parser for
usagedatacommand. Recent changes made by Smogon broke the old parser, so it needed to be updated.
Version 2.30.3
- Fixed crash due to the Mega Stones format changing in the Pokemon Showdown Pokedex.
- Fixed crash happening sometimes when the battle messages are left empty.
- Allow users with the
ldbcustomconfigpermission to bypass theextrapointsroom restriction. - Fixed a few grammar typos.
Version 2.30.2
- Updated Pokemon translations for the
translatecommand. - Fixed issue with the option
Avoid mixing bot and server tokens, not working correctly. - Fix issue causing the bot to recognize some empty commands if they contain dashes (
-).
Version 2.30.1
- Fixes to the recently added
wikipediacommand: Reduced output, fixed permission check and fixed width. - Standardized all informational command permissions: Set them all to
voicerank by default. - Improved error message for
removerepeatroomcommand. - Improved
usagecommand, displaying the usage stats link if called with no arguments and callingusagetopif used with a format name instead of a Pokemon name as the first argument. - Fixed color of separation line of the output of the
usagedatacommand.
Version 2.30.0
- Added
viewteamspermission, separating the permission to view the teams from the permission to modify them. - Added an HTML-formatted response to the
getteamcommand. - Added support for Pokemon Showdown teams to the
addteamcommand. - The
addteamcommand now displays the team after adding it. - Added the
wikipediacommand (aliaswiki) to fetch information from Wikipedia. (Command added to theMiscmodule)
Version 2.29.1
- Reduced command wait interval to 1 second (when anti-spam is enabled).
- Fixed issue in the text output of the
usagedatacommand. - Improved teams management GUI.
- Improved
listteamscommand (now has default aliasteamsand uses a HTML response by default). - New official add-on: Ask-AI, adding a command (
ask) to ask questions to a LLM like ChatGPT or Gemini. Courtesy of TurboRx. #93
Version 2.29.0
- Battle: Fixed minor bug when checking for
Court Changeviability. - Profiles: Improved avatar rendering. Courtesy of TurboRx. #90
- Games: Added Summon game (Pokemon guessing). Courtesy of TurboRx. #92
- Profiles: Added additional settings for profile customization: Custom background color or image and custom text color. Courtesy of TurboRx. #91
- Improved error messages for
evalandevalbattlein debug mode. - Fixed error with
exec,wallandnohtmlignoring dynamic commands. - Fixed error with HTML commands not working in private messages.
Version 2.28.0
- Added new debug command:
nohtmlin order to test command likeusernamecolororusagedata, which have both a HTML response and a text response as a fallback. - Added links to the color picker in the response of the
usernamecolorcommand. - Refactor
usagetopcommand, now using HTML. - Improved HTML response for the
usagedatacommand, adding icons, and changing the layout for private messages. - Added missing translations for the
translatecommand:Pretty FeatherandNihil Light. - Added new default aliases for the
translatecommand:tl,transandtrad.
Version 2.27.0
- Control Panel: Reworked the
Bot Configurationsection: Automatic status updates, full width table and connection time instead of date. - Control Panel: Removed rate limit for trusted connections
- Control Panel (Users section): The delete button is now hidden when it is not possible to do it (you cannot delete your own account)
- An anti-idle message is now sent when the anti idle feature is first enabled.
- Chat Logger: Added options to filter certain messages (Tournament updates, self private messages and challenges)
- Improved error output when
regdatefails to obtain the data from the Pokemon Showdown Users API - Optional dependencies are now automatically installed when needed