Skip to content

Releases: Cog-Creators/Red-DiscordBot

Release 3.0.0b9

26 Feb 20:50
29d9bba

Choose a tag to compare

Release 3.0.0b9 Pre-release
Pre-release

New Features:

  • [p]listlocales (in Core)
  • [p]pipinstall (in Downloader)
  • 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, and General

Release 3.0.0b8

19 Feb 03:57
95acf74

Choose a tag to compare

Release 3.0.0b8 Pre-release
Pre-release

Enhancements:

  • [p]userinfo now has support for the "Listening" and "Watching" statuses
  • [p]set listening and [p]set watching
  • Instances can now be removed without needing to take a backup
  • [p]cogs now uses embeds
  • The message given when a command raises an unhandled exception is now a fallback. Cogs that have a function called __error will 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]load and [p]unload are 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 distro dependency out of requirements.txt because of issues on Windows