Skip to content

v7.5.0 Tool Buttons & Chat Skipping

Compare
Choose a tag to compare
@BOLL7708 BOLL7708 released this 18 Jan 20:40
· 141 commits to master since this release

Tool Buttons

The editor now has the capability to add buttons to classes. Right now there is only one, the ability to create a reward on Twitch when editing a TriggerReward object. This will create the reward on Twitch, save it in a SettingTwitchReward in the database, and finally fill in the resulting ID in the associated editor property.

TTS

New categories of voices supported from Google: news, studio

DB

Quintupled the amount of retries the DB-script performs before throwing an error. This to prevent it from missing an insert when a different script is accessing the database while the project is still using PHP for DB transactions.

Chat Action

Now supports skipping sending message to chat if the previous message was identical to the one to be posted, or the previous user was the bot itself. These are available as a means to avoid the bot posting a lot of messages on its own with a timer trigger.