|
1 | 1 | .. Red changelogs |
2 | 2 |
|
| 3 | +Redbot 3.5.21 (2025-08-26) |
| 4 | +========================== |
| 5 | + |
| 6 | +| Thanks to all these amazing people that contributed to this release: |
| 7 | +| :ghuser:`egypt1848`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`TrustyJAID`, :ghuser:`VasilisThePikachu` |
| 8 | +
|
| 9 | +Read before updating |
| 10 | +-------------------- |
| 11 | + |
| 12 | +#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point): |
| 13 | + |
| 14 | + We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly. |
| 15 | + More specifically, we bumped the version of YT source plugin. |
| 16 | + `Download Red 3.5.21's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.21/Red-DiscordBot-3.5.21-default-lavalink-application.yml>`__ |
| 17 | + |
| 18 | +#. Following operating systems are no longer supported as they have already reached their end of life: |
| 19 | + |
| 20 | + - Ubuntu 20.04 LTS |
| 21 | + - versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux 8 older than 8.10 |
| 22 | + - versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux 9 older than 9.4 |
| 23 | + |
| 24 | +End-user changelog |
| 25 | +------------------ |
| 26 | + |
| 27 | +Additions |
| 28 | +********* |
| 29 | + |
| 30 | +- |cool| **Cogs - Mod** - The DM message (``[p]modset dm``) sent by cog's ban commands can now include customizable extra field (:issue:`6593`) |
| 31 | + |
| 32 | + This feature can, for example, be useful for providing the banned user with information about the ban appeal process. |
| 33 | + |
| 34 | + To configure it, look at the subcommands listed in the help text of the ``[p]modset dm`` command. |
| 35 | + |
| 36 | +Changes |
| 37 | +******* |
| 38 | + |
| 39 | +- **Core** - The application (slash) commands will now use the server's configured language rather than the bot's global language, same as regular text commands (:issue:`6272`, :issue:`6579`) |
| 40 | +- **Core** - The option to request a ``file`` will no longer be provided in interactively sent messages when the bot does not actually have the permission to send files in the current channel (:issue:`6540`, :issue:`6552`) |
| 41 | +- **Core - Command-line Interfaces** - Red's error logging will now use standard traceback formatting by default as the Rich tracebacks (previously default) proved to be impractical when providing support to users and affected performance (:issue:`6576`) |
| 42 | + |
| 43 | + - If you want to continue using Rich tracebacks, you can pass the new ``--rich-tracebacks`` flag when starting Red. |
| 44 | +- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6599`) |
| 45 | + |
| 46 | +Removals |
| 47 | +******** |
| 48 | + |
| 49 | +- **Core - OS Support** - Ubuntu 20.04 LTS is no longer supported as it has already reached its end of life (:issue:`6598`) |
| 50 | +- **Core - OS Support** - Versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux 8 older than 8.10 are no longer supported as they have already reached their end of life (:issue:`6598`) |
| 51 | +- **Core - OS Support** - Versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux 9 older than 9.4 are no longer supported as they have already reached their end of life (:issue:`6598`) |
| 52 | + |
| 53 | +Fixes |
| 54 | +***** |
| 55 | + |
| 56 | +- |cool| **Cogs - Alias** - Fixed some of the issues with handling of quoted command arguments when using command aliases (:issue:`6582`) |
| 57 | +- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6602`) |
| 58 | +- **Cogs - Audio** - Fixed YT client configuration (:issue:`6601`) |
| 59 | +- **Cogs - Mod** - Fixed formatting of the ``[p]names`` command (:issue:`6538`) |
| 60 | +- **Cogs - Reports** - Fixed the ``[p]report`` command not working properly when invoked from a DM context (:issue:`6573`) |
| 61 | + |
| 62 | +Developer changelog |
| 63 | +------------------- |
| 64 | + |
| 65 | +Changes |
| 66 | +******* |
| 67 | + |
| 68 | +- |cool| **Core - Dependencies** - Bumped ``discord.py`` to version 2.6.2 (:issue:`6597`) |
| 69 | + |
| 70 | +Fixes |
| 71 | +***** |
| 72 | + |
| 73 | +- **Cogs - Dev** - Fixed issues with ``[p]eval/repl/debug`` commands erroring when string representation of the code's result is not valid UTF-8 (:issue:`6485`, :issue:`6592`) |
| 74 | + |
| 75 | + |
| 76 | +Documentation changes |
| 77 | +--------------------- |
| 78 | + |
| 79 | +- Refreshed the `intents` document with descriptions of how the intents are used in Red, our stance on public bots, and replaced some of the historical details with more up-to-date information (:issue:`6578`) |
| 80 | +- Added more code examples to the `framework_i18n` document, including common pitfalls and an example of how to apply proper locale in non-command contexts (:issue:`6595`) |
| 81 | +- Expanded the tutorial about creating translation catalogs for 3rd-party cogs in the `framework_i18n` document (:issue:`6595`) |
| 82 | +- Added example of `Group.all()` method's usage to the tutorial in the `framework_config` document (:issue:`6295`, :issue:`6550`) |
| 83 | +- Added a tip about the ``[botname]`` placeholder in the `guide_publish_cogs` document (:issue:`6539`) |
| 84 | + |
| 85 | +---- |
| 86 | + |
3 | 87 | Redbot 3.5.20 (2025-05-03) |
4 | 88 | ========================== |
5 | 89 |
|
|
0 commit comments