* Fix Bosses without Time
Was still trying to send Boss kill messages for bosses without PBs. This is only used for bosses with PB so cleaned this up and removed it accordingly.
Incremented version to 3.2.2
* Better Webhook Error Handling
* Fix Commit
* Fixed the Release Number
* Fix for CA Screenshots + Additional Logging
* Changed Log.info to log.debug
Updated to version 2.3.1
Recognized my patterns didn't contain the pattern for colosseum so updated that accordingly. Also had to implement a fix to properly reset team size to null after sending a webhook
* DropTracker Version 3.2
Just added in the ability to send screenshots with hiding PMs
* Fixed Commit number
* Support for new Container Logic
Added in new container manager logic that determines whether an item was preivously owned.
* Fixed broken Gradle
* Time Tracking Re-write, plugin Version & Team Size Tracking
Re-wrote the Time tracking functionality to be able to support bosses that send a time message prior to the kill count message.
Also added a plugin version to be sent across with the embeds to help recognize what verison users are on.
Also added in support for Team sizes
* Update droptracker
* DropTracker 3.1 (Removal of Print statements)
* Update DropTracker to v3.0
Added a variety of new functionality, including a side panel with user lookups, tracking personal bests, combat achievements and collection logs, and more.
Fixed tracking of Araxxor and Whisperer kills, since their mechanics are slightly different than normal npc loot.
* Fix killcount regex filter
KCs are now displayed with comma separators ingame, which changes how we need to extract them from the chat
* Readme changes
Updated readme to more relevant info
* Update droptracker
* Update droptracker
Added much more efficient backend data management and updated the way the client interacted with it.
Changed from using a WiseOldMan connection to determine clan members to our own API.
Added an overlay for drops waiting for submission, and began implementing automated events (WIP)
* Change links to HTTPS
Removed some unnecessary commenting + updated URLs to use HTTPS.
* Fix build error
* Update droptracker
Fixed some outdated URLs that were causing issues
* org.json -> com.google.json
Changed logic to google gson, compressed the event_icon image
* Fixed build.gradle