Releases: Cog-Creators/Red-DiscordBot
Releases · Cog-Creators/Red-DiscordBot
Release 3.0.0b9
New Features:
[p]listlocales(inCore)[p]pipinstall(inDownloader)Warnings(a new cog that provides a warning system)
Enhancements:
- Updated translations
- Several enhancements to
Config- Note: one of these is a BREAKING CHANGE (see #1342)
- Status modifications are now done on all shards
Bugfixes:
- Sentry should now only log errors from core code
- Fixed bugs in
Downloader,Admin,Mod,Image, andGeneral
Release 3.0.0b8
Enhancements:
[p]userinfonow has support for the "Listening" and "Watching" statuses[p]set listeningand[p]set watching- Instances can now be removed without needing to take a backup
[p]cogsnow uses embeds- The message given when a command raises an unhandled exception is now a fallback. Cogs that have a function called
__errorwill use that instead of the fallback message - Shared libraries support + smarter repo handling
- A prompt when trying to delete more than 100 messages at once using
[p]cleanup - setup functions for cogs can now be coroutines
- Automation of releases and uploading string sources to Crowdin for translation
- Cleanup of the config driver code
- Errors from
[p]loadand[p]unloadare now viewable in[p]traceback
Bugfixes:
- Pinned nearly all dependencies to cut down on conflicts
- Fixed a bug with list defaults in config
- Fixed a typo in CogManagerUI
- Fixed TimeoutError in
[p]servers - Moved the
distrodependency out of requirements.txt because of issues on Windows