From 5b58cdb449bfa8fb864a112bed273e3285665851 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 19 Jun 2021 00:09:40 +0200 Subject: [PATCH] Add missing changelog entries to Red 3.4.12 changelog (#5148) * Add missing changelog entries to Red 3.4.12 changelog * Update contribs list * . * Apply suggestions from code review Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com> Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com> --- docs/changelog_3_4_0.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changelog_3_4_0.rst b/docs/changelog_3_4_0.rst index 9dfb6ab01..f6fca356b 100644 --- a/docs/changelog_3_4_0.rst +++ b/docs/changelog_3_4_0.rst @@ -4,18 +4,22 @@ Redbot 3.4.12 (2021-06-17) ========================== | Thanks to all these amazing people that contributed to this release: -| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer` +| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Just-Jojo`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`npc203`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Stonedestroyer` -This is a hotfix release related to discontinuation of Audio Global API service. +This is a hotfix release related to Red ceasing to use the Audio Global API service. Full changelog -------------- - **Audio** - Updated URL of the curated playlist (:issue:`5135`) - **Audio** - All local caches are now enabled by default (:issue:`5140`) -- **Audio** - Global API service has been discontinued for now and as such support for it has been removed from the cog (:issue:`5143`) +- **Audio** - Global API service will no longer be used in Audio and as such support for it has been removed from the cog (:issue:`5143`) +- **Core Bot** - ``[p]set serverprefix`` command will now prevent the user from setting a prefix with length greater than 20 characters (:issue:`5091`, :issue:`5117`) +- **Core Bot** - ``[p]set prefix`` command will now warn the user when trying to set a prefix with length greater than 20 characters (:issue:`5091`, :issue:`5117`) +- **Core Bot** - ``applications.commands`` scope can now be included in the invite URL returned from ``[p]invite`` by enabling it with``[p]inviteset commandscope`` - **Dev Cog** - ``[p]debug`` command will now confirm the code finished running with a tick reaction (:issue:`5107`) - **Filter** - Fixed an edge case that caused the cog to sometimes check contents of DM messages (:issue:`5125`) +- **Warnings** - Prevented users from applying 0 or less points in custom warning reasons (:issue:`5119`, :issue:`5120`) Redbot 3.4.11 (2021-06-12)