Skip to content

Releases: Dragovorn/dragon-bot

Hotfix: New Github URL

07 Feb 19:13
44196ec
Compare
Choose a tag to compare

* Updated GitHub repo pointer as I changed the name of the repo, sorry about that.

Hotfix: Resizable GUIs

13 Jan 16:47
07ae1ec
Compare
Choose a tag to compare

* GUIs can be resized by users

Hotfix: Twitch Client ID Saving

15 Oct 17:56
a1dcd53
Compare
Choose a tag to compare

* Twitch Client ID information is now properly saved

Rewrite: Twitch API Client ID

14 Oct 21:53
cfc7568
Compare
Choose a tag to compare

This update was required because the public API key I found was invalidated.

+ Added Twitch Client ID field to the options menu
+ Added in-built twitchAPI object

PLEASE MAKE SURE TO SET YOUR CLIENT ID WHEN YOU UPDATE, OTHERWISE YOUR TWITCH-API BASED PLUGINS WON'T WORK!

Update: Plugin loggers, and code improvements

07 Oct 17:46
94f8589
Compare
Choose a tag to compare

+ Added plugin-specific loggers.

* Updated Amazon S3 API to remove deprecation concerns.
* Various code improvements.

Next on the list is a complete API overhaul, plugin developers, you have been warned!

Update: Plugin Loading Overhaul

21 Sep 21:21
1240ad3
Compare
Choose a tag to compare

* Overhauled the plugin loader to use ASM instead of loading the classes into runtime twice.
* Fixed issue with filling in twitch account credentials in the options menu not working.
* Changed versioning scheme again, it won't change again, I promise.

- Removed bot provided constructed TwitchAPI object, you now need to construct your own for your plugin.