Skip to content

2.5.2

Compare
Choose a tag to compare
@aMytho aMytho released this 10 May 22:29
· 75 commits to main since this release

Thanks to our testers and community for the continued support!

Features

Command Action System

  • ApiRequestGet is now just ApiRequest. Your actions will be migrated to the new version when you edit them. They will continue to work as expected even if you don't edit them.
  • ApiRequest can now specify the type of request (GET/POST/PUT/etc)
  • ApiRequest now supports sending a body for non GET requests.
  • ApiRequest will replace variables in the URL and body of a request.

Command Trigger System

  • Chatmessage triggers are reverted to one word. This was how they originally functioned pre v2.5. Existing chatmessage triggers with more than 1 word may not run as expected (or at all). This was necessary for the new loop protection and command detection.

UI

  • Command errors are now centered and bigger to improve visibility
  • The restart button on the update notification window now has styling

Fixes

  • Fixed an issue where commands were being triggered if they contained another trigger. (ex in example). Commands now use startsWith for performance, then a strict word check to confirm the remaining commands.

Performance and Backend

  • Updated to Electron 18 from 13. This is a large jump. This may increase resource usage slightly but it also brings some performance improvements and security fixes (none of which should have affected the bot). Let us know of any issues

Upcoming

  • Automatic backups
  • Event logic overhaul
  • Music player overhaul
  • Userlist

Full Changelog: v2.5.1...v2.5.2