All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- There are no unreleased changes.
1.4.7 - 2021-10-06
- Unauthorized error from twitch when requesting the streamer's game title.
1.4.6 - 2021-09-23
- Fixed an issue with twitchio 2.0.6 where checking badges for users with no badges producing error
1.4.5 - 2021-09-21
- Hourly channel join routine to join the channels in case of a disconnection
- Updated to twitchio 2.0.6
admin_cog.py
code refactoring
1.4.4 - 2021-09-21
- [SUB] Notation appearing in messages even though the user is not subbed to channel.
1.4.3 - 2021-08-13
- Bot now joins the owner's channel if started from scratch
1.4.2 - 2021-08-13
- Fields being wrong when requests being added to db
1.4.1 - 2021-08-12
error_type
variable name mistake
1.4.0 - 2021-08-12
- Statistics Database which keeps information about:
- API Requests
- Beatmap Requests & In-Game chat usage
- General Errors
1.3.5 - 2021-08-09
- Channel update routine messing up user information because of unsorted lists.
1.3.4 - 2021-08-09
- Minor fixes.
1.3.3 - 2021-08-08
- User update message being hardcoded to read from a text file.
1.3.2 - 2021-08-08
- Test mode being useless for some criteria checks.
check_if_streaming_osu()
producing an error.
1.3.1 - 2021-08-07
- Twitchio v2 rate-limit being wrong when joining channels.
- Cogs not being added.
1.3.0 - 2021-08-07
- Twitchio library from v1 to v2.
1.2.6 - 2021-07-05
- Drain Length to requested beatmap information.
1.2.5 - 2021-07-05
- Alternate official beatmap link not being parsed correctly.
1.2.4 - 2021-06-11
- Multiple of same mods not being omitted when delivering requests.
1.2.3 - 2021-06-09
- Edge case for mod text when no mod is given
1.2.2 - 2021-06-09
- Support for different beatmap links and mod combinations.
1.2.1 - 2021-05-27
- Excluded users to be lowercase when comparing and adding to database.
1.2.0 - 2021-05-27
- Excluded users list so that the bot doesn't respond to unwanted messages.
1.1.0 - 2021-04-25
- Automated tests with docker builds.
- Unit tests to some twitch bot methods.
- Changelog