[UPDATED]
- Lots of dependencies (#1974)
- discord.py to revision
8ccb98d395537b1c9acc187e1647dfdd07bb831b - Python compatibility to >=3.6,<3.8
- aiohttp 3.3.2
- Websockets 6.0
- Other dependency versions can be seen in our setup.py
- discord.py to revision
[CHANGED]
- [BREAKING] Use of
redbot.core.commandsmodule enforced (#1971) - [BREAKING]
config.Group.__call__()now mixes in defaults (#2018) - [BREAKING]
config.Group.get_rawnow mixes in defaults to dicts (#2018) - Owner commands can no longer be overridden by Permissions (#2053)
- Self-bot support removed (#2008)
[ADDED]
- Helpful task-based algorithms in utils (#1989)
- Warning to owner upon inaccurate system time detection (#2026)
- Output sanitation utilities (#1942)
- Thumbnail display for youtube tracks with toggle (#1998)
[ENHANCED]
[p]evalhas friendlier code-block stripping (#2017)- cleanup's internals have been cleaned up (#2013)
- Update from launcher will use
--userflag when necessary, thanks @retke (#2027) - Using redgettext for string extraction to make docstrings translatable (#2023)
- Embeds in audio now respect the user's settings, thanks @Brramble (#2046)
[FIXED]
- #2015: Error when using
[p]reportin DM (#2016) - Suppression of some
ImportErrors in cogs (#1989) - Help message display for
[p]localblacklist/[p]localwhitelist(#2042) - #1941: users triggering mass mentions through trivia session (#1942)
- Sub-command and -group decorators moved to the right place (#1818)
- All issues resulting from namespace packages (#2028)
- Missing translation files (#2028)
- #2033: Error loading audio when
java -versionoutput is unexpected (#2035) - #1999: YouTube streamalert missing channel name when added by ID (#2047)
- #2003: Misleading message for common misuse of
[p]streamalert twitch channel(#2048)