Skip to content

CatCore 1.1.0

Latest
Compare
Choose a tag to compare
@ErisApps ErisApps released this 21 Mar 20:43
· 2 commits to main since this release

📝 What's changed

  • Deprecated the TagIds property and added Tags property for custom tags in #57
  • Added several new Helix API calls as a replacement for the deprecation of commands over IRC, tracked by #52
    • Add Helix API calls for Get/Update chat settings in #58
    • Add Helix API calls for Get/Ban/Unban users in #59
    • Add Helix API call for Send Chat Announcement in #60
    • Add Helix API call for Delete Chat Messages in #66
    • Add Helix API call for Get/Update User Chat Color in #67
    • Add Helix API calls for Start/Cancel Raid in #70
  • Fixed issue where messages that were send by CatCore had their last character dropped when received internally in #74
    • Performance was also positively impacted due to this fix and the benchmarks wiki page has been updated to reflect this.
  • Updated a lot of the dependencies.
  • Misc improvements

⚠️ Important info

  • This library does nothing on its own and only provides some heavy lifting for functionality in other mods/plugins/applications.
  • Some of the newly required Helix API calls require new authorization scopes, this requires you to log out and log in again for it take effect.
  • Please report any issues that you might stumble upon.

Full Changelog: 1.0.1...1.1.0