Releases: SocksTheWolf/TwitchAdOverlay
Version 4.5
This change replaces the old Twitch PubSub feature with the new EventSub endpoint, thus maintaining compatibility with future API changes.
Also removes the deprecated StreamElements support, and makes it easier to modify the sounds that play via this widget.
Version 4.0
Couple of major changes with the system, the biggest points are below:
- Fixes a bug where the "Connected" message would appear even if we weren't properly connected
- New setup flow provided
- Simple buttons to generate and set oauth tokens and main settings. These buttons do not appear if you are currently embedded in OBS, they only appear in your browser.
- Add information about setting the redirect URIs in the twitch developer dashboard console
Version 3.5
First public release of the project
Version 3.0
Adds support for the new Twitch ad API so we can figure out when the next one is scheduled. Better configuration and documentation.
Full Changelog: v2.0.0...v3.0.0
Version 2.0
This release no longer requires the user to get their twitch channel id, instead opting to user the user's login username, which is then used to fetch the channel id.
This also lowers the number of files necessary to be present on the user's disk by merging the stylesheet into the html file.
Version 1.5
Added better configuration of the project, making it so that it can be easily deployed. Improved some code to lower duplication.
Version 1.0
Initial upload of this overlay and some information on how to set it up. Super simple. Just unpack, change a few lines and go.