From 19b34c63b297fed34dbfe72b431e034e42cf7c34 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sat, 8 Mar 2025 21:24:16 +0100 Subject: [PATCH] Red 3.5.17 - Changelog (#6532) Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com> --- CHANGES.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 708f53e9d..b1b27ab86 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,46 @@ .. Red changelogs +Redbot 3.5.17 (2025-03-08) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kowlin` + +Read before updating +-------------------- + +#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point): + + We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly. + More specifically, we bumped the version of YT source plugin. + `Download Red 3.5.17's default application.yml file `__ + +End-user changelog +------------------ + +Changes +******* + +- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6529`, :issue:`6531`) +- **Cogs - Cleanup** - The ``[p]cleanup duplicates`` command now considers more information about the message when determining if it's a duplicate. Notably, messages with polls are ignored and equivalent messages replying to different messages are now not considered duplicates (:issue:`6529`) +- **Cogs - Filter** - The cog now checks forwarded messages for filtered words (:issue:`6529`) + +Fixes +***** + +- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6530`) +- **Cogs - Streams** - Fixed upcoming stream alert showing an incorrect time when Red is hosted on a system using a non-UTC timezone (:issue:`6526`, :issue:`6527`) + +Developer changelog +------------------- + +Changes +******* + +- |cool| **Core - Dependencies** - Bumped ``discord.py`` to version 2.5.2 (:issue:`6529`, :issue:`6531`) + +---- + Redbot 3.5.16 (2025-02-06) ========================== @@ -53,6 +94,9 @@ Fixes Developer changelog ------------------- +Changes +******* + - **Core - i18n** - Added `redbot.core.i18n.set_contextual_locale()` and `redbot.core.i18n.set_contextual_regional_format()` functions (:issue:`6022`) ----