CatCore 1.0.1
📝 What's changed
- Improved stability of websocket connections, fixing several race conditions that could occasionally occur, which should fix #40 and #43.
This apparently also fixes not being able to receive notifications for followers and redeems for example.
Thanks @Idlebawb and @SyncBS for reporting those. - Switched over to the CatCore.Emoji.SourceGeneration.Twemoji package in #48, fixing an issue with emoji urls being broken in the process.
(due to the sunsetting of the original CDN on which they were hosted, see twitter/twemoji#580) - Fixed issue that would result in BTTV/FFZ emotes not always getting cached for detection.
- Fixed Twitter emote indices being off by 1 (or more) depending on the amount of preceding surrogate pairs (read: certain Unicode emojis).
- Removed deprecated Helix API parameters that allowed poll creation with additional votes using bits.
(which was also removed by Twitch themselves) - Improved channel join/part logic.
- Updated a lot of the dependencies.
- Cleaned up obsoleted code.
TL;DR: Lot's of stability improvements
⚠️ Important info
- This library does nothing on its own and only provides some heavy lifting for functionality in other mods/plugins/applications.
- Please report any issues that you might stumble upon.
Full Changelog: 1.0.0...1.0.1