Skip to content

Commit ca6993d

Browse files
authored
Merge pull request #57 from Cog-Creators/V3/develop
upstream
2 parents caae065 + cc80357 commit ca6993d

146 files changed

Lines changed: 11624 additions & 7286 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES.rst

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,89 @@
11
.. Red changelogs
22
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+
387
Redbot 3.5.20 (2025-05-03)
488
==========================
589

redbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def _early_init():
339339

340340

341341
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
342-
_VERSION = "3.5.21.dev1"
342+
_VERSION = "3.5.22.dev1"
343343

344344
__version__, version_info = VersionInfo._get_version()
345345

redbot/cogs/alias/locales/ar-SA.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redbot/cogs/alias/locales/bg-BG.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redbot/cogs/alias/locales/cs-CZ.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redbot/cogs/alias/locales/da-DK.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redbot/cogs/alias/locales/de-DE.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redbot/cogs/alias/locales/es-ES.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redbot/cogs/alias/locales/et-EE.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redbot/cogs/alias/locales/fi-FI.po

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)