mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
version bump w/changelog (#3403)
This commit is contained in:
parent
66cae71d90
commit
33ea3a1419
@ -1,5 +1,68 @@
|
|||||||
.. 3.2.x Changelogs
|
.. 3.2.x Changelogs
|
||||||
|
|
||||||
|
Redbot 3.2.3 (2020-01-17)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
Core Bot Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Further improvements have been made to bot startup and shutdown.
|
||||||
|
- Prefixes are now cached for performance.
|
||||||
|
- Added a means for cog creators to use a global preinvoke hook.
|
||||||
|
- The bot now ensures it has at least the bare neccessary permissions before commands.
|
||||||
|
- Deleting instances works as intended again.
|
||||||
|
- Sinbad stopped fighting it and embraced the entrypoint madness.
|
||||||
|
|
||||||
|
Core Commands
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- The servers command now also shows the ids.
|
||||||
|
|
||||||
|
Admin Cog
|
||||||
|
---------
|
||||||
|
|
||||||
|
- The selfrole command now has reasonable expectations about hierarchy.
|
||||||
|
|
||||||
|
Help Formatter
|
||||||
|
--------------
|
||||||
|
|
||||||
|
- ``[botname]`` is now replaced with the bot's display name in help text.
|
||||||
|
- New features added for cog creators to further customize help behavior.
|
||||||
|
|
||||||
|
- Check out our command reference for details.
|
||||||
|
- Embed settings are now consistent.
|
||||||
|
|
||||||
|
Downloader
|
||||||
|
----------
|
||||||
|
|
||||||
|
- Improved a few user facing messages.
|
||||||
|
- Added pagination of output on cog update.
|
||||||
|
- Added logging of failures.
|
||||||
|
|
||||||
|
Docs
|
||||||
|
----
|
||||||
|
|
||||||
|
There's more detail to the below changes, so go read the docs.
|
||||||
|
For some reason, documenting documentation changes is hard.
|
||||||
|
|
||||||
|
- Added instructions about git version
|
||||||
|
- Clarified instructions for installation and update.
|
||||||
|
- Added more detail to the API key reference.
|
||||||
|
- Fixed some typos and versioning mistakes.
|
||||||
|
|
||||||
|
|
||||||
|
Audio
|
||||||
|
-----
|
||||||
|
|
||||||
|
Draper did things.
|
||||||
|
|
||||||
|
- No seriously, Draper did things.
|
||||||
|
- Wait you wanted details? Ok, I guess we can share those.
|
||||||
|
- Audio properly disconnects with autodisconnect, even if notify is being used.
|
||||||
|
- Symbolic links now work as intended for local tracks.
|
||||||
|
- Bump play now shows the correct time till next track.
|
||||||
|
- Multiple user facing messages have been made more correct.
|
||||||
|
|
||||||
Redbot 3.2.2 (2020-01-10)
|
Redbot 3.2.2 (2020-01-10)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|||||||
@ -191,7 +191,7 @@ def _update_event_loop_policy():
|
|||||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.2.3.dev1"
|
__version__ = "3.2.3"
|
||||||
version_info = VersionInfo.from_str(__version__)
|
version_info = VersionInfo.from_str(__version__)
|
||||||
|
|
||||||
# Filter fuzzywuzzy slow sequence matcher warning
|
# Filter fuzzywuzzy slow sequence matcher warning
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user