From 29f8cc79ba701fbf3abfa6a43edc3677199584eb Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 18 Aug 2020 01:00:44 +0200 Subject: [PATCH] Red 3.3.12 - Changelog (#4194) * Red 3.3.12 - Changelog * Fix date (duh, we're too slow) --- docs/changelog_3_3_0.rst | 39 +++++++++++++++++++++++++++++++++++++++ docs/changelog_3_4_0.rst | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/docs/changelog_3_3_0.rst b/docs/changelog_3_3_0.rst index 9faeb7419..234788ce3 100644 --- a/docs/changelog_3_3_0.rst +++ b/docs/changelog_3_3_0.rst @@ -1,5 +1,44 @@ .. 3.3.x Changelogs +Redbot 3.3.12 (2020-08-18) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`Dav-Git`, :ghuser:`douglas-cpp`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`MeatyChunks`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`thisisjvgrace`, :ghuser:`Vexed01`, :ghuser:`zephyrkul` + +End-user changelog +------------------ + +Core Bot +******** + +- Red now logs clearer error if it can't find package to load in any cog path during bot startup (:issue:`4079`) + +Mod +*** + +- ``[p]mute voice`` and ``[p]unmute voice`` now take action instantly if bot has Move Members permission (:issue:`4064`) +- Added typing to ``[p](un)mute guild`` to indicate that mute is being processed (:issue:`4066`, :issue:`4172`) + +Streams +******* + +- Improve error messages for invalid channel names/IDs (:issue:`4147`, :issue:`4148`) + +Trivia Lists +************ + +- Added ``whosthatpokemon2`` trivia containing Pokémons from 2nd generation (:issue:`4102`) +- Added ``whosthatpokemon3`` trivia containing Pokémons from 3rd generation (:issue:`4141`) + + +Miscellaneous +------------- + +- Updated features list in ``[p]serverinfo`` with the latest changes from Discord (:issue:`4116`) +- Simple version of ``[p]serverinfo`` now shows info about more detailed ``[p]serverinfo 1`` (:issue:`4121`) + + Redbot 3.3.11 (2020-08-10) ========================== diff --git a/docs/changelog_3_4_0.rst b/docs/changelog_3_4_0.rst index b33b3dce3..634271b44 100644 --- a/docs/changelog_3_4_0.rst +++ b/docs/changelog_3_4_0.rst @@ -1,6 +1,6 @@ .. 3.4.x Changelogs -Redbot 3.4.0 (2020-08-17) +Redbot 3.4.0 (2020-08-18) ========================= | Thanks to all these amazing people that contributed to this release: