Skip to content

Commit b7b21a0

Browse files
JackenmenFlame442
andauthored
Red 3.4.3 - Changelog (#4613)
* Red 3.4.3 - Changelog * Oh man, now that I know this is a thing... Let's use it everywhere * I can't type * Apply suggestions from code review Co-authored-by: Flame442 <[email protected]> Co-authored-by: Flame442 <[email protected]>
1 parent dc82ef7 commit b7b21a0

File tree

1 file changed

+75
-5
lines changed

1 file changed

+75
-5
lines changed

docs/changelog_3_4_0.rst

Lines changed: 75 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,75 @@
11
.. 3.4.x Changelogs
22
3+
Redbot 3.4.3 (2020-11-16)
4+
=========================
5+
6+
| Thanks to all these amazing people that contributed to this release:
7+
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`KianBral`, :ghuser:`maxbooiii`, :ghuser:`phenom4n4n`, :ghuser:`Predeactor`, :ghuser:`retke`
8+
9+
Read before updating
10+
--------------------
11+
12+
1. 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+
Red 3.4.3 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.3.1.4_1132>`__.
15+
16+
End-user changelog
17+
------------------
18+
19+
Core Bot
20+
********
21+
22+
- Added ``[p]set competing`` command that allows users to set the bot's competing status (:issue:`4607`, :issue:`4609`)
23+
24+
Audio
25+
*****
26+
27+
- Volume changes on ARM systems running a 64 bit OS will now work again (:issue:`4608`)
28+
- Fixed only 100 results being returned on a Youtube playlist (:issue:`4608`)
29+
- Fixed YouTube VOD duration being set to unknown (:issue:`3885`, :issue:`4608`)
30+
- Fixed some YouTube livestreams getting stuck (:issue:`4608`)
31+
- Fixed internal Lavalink manager failing for Java with untypical version formats (:issue:`4608`)
32+
- Improved AAC audio handling (:issue:`4608`)
33+
- Added support for SoundCloud HLS streams (:issue:`4608`)
34+
35+
Economy
36+
*******
37+
38+
- The ``[p]leaderboard`` command no longer fails in DMs when a global bank is used (:issue:`4569`)
39+
40+
Mod
41+
***
42+
43+
- The ban reason is now properly set in the audit log and modlog when using the ``[p]massban`` command (:issue:`4575`)
44+
- The ``[p]userinfo`` command now shows the new Competing activity (:issue:`4610`, :issue:`4611`)
45+
46+
Modlog
47+
******
48+
49+
- The ``[p]case`` and ``[p]casesfor`` commands no longer fail when the bot doesn't have Read Message History permission in the modlog channel (:issue:`4587`, :issue:`4588`)
50+
51+
Mutes
52+
*****
53+
54+
- Fixed automatic remuting on member join for indefinite mutes (:issue:`4568`)
55+
56+
Trivia
57+
******
58+
59+
- ``[p]triviaset custom upload`` now ensures that the filename is lowercase when uploading (:issue:`4594`)
60+
61+
Developer changelog
62+
-------------------
63+
64+
- ``modlog.get_case()`` and methods using it no longer raise when the bot doesn't have Read Message History permission in the modlog channel (:issue:`4587`, :issue:`4588`)
65+
66+
Documentation changes
67+
---------------------
68+
69+
- Added `guide for Cog Manager UI <cogmanagerui>` (:issue:`4152`)
70+
- Added `cog guide for CustomCommands cog <customcommands>` (:issue:`4490`)
71+
72+
373
Redbot 3.4.2 (2020-10-28)
474
=========================
575

@@ -11,7 +81,7 @@ Read before updating
1181

1282
1. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
1383

14-
Red 3.4.2 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.3.1.4_1128>`_.
84+
Red 3.4.2 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.3.1.4_1128>`__.
1585

1686
End-user changelog
1787
------------------
@@ -41,11 +111,11 @@ Read before updating
41111
--------------------
42112

43113
1. This release fixes a security issue in Mod cog. See `Security changelog below <important-341-2>` for more information.
44-
2. This Red update bumps discord.py to version 1.5.1, which explicitly requests Discord intents. Red requires all Prvileged Intents to be enabled. More information can be found at :ref:`enabling-privileged-intents`.
114+
2. This Red update bumps discord.py to version 1.5.1, which explicitly requests Discord intents. Red requires all Privileged Intents to be enabled. More information can be found at :ref:`enabling-privileged-intents`.
45115
3. Mutes functionality has been moved from the Mod cog to a new separate cog (Mutes) featuring timed and role-based mutes. If you were using it (or want to start now), you can load the new cog with ``[p]load mutes``. You can see the full `Mutes changelog below <important-341-1>`.
46116
4. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
47117

48-
We've updated our `application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/blob/3.4.1/redbot/cogs/audio/data/application.yml>`_ and you should update your instance's ``application.yml`` appropriately.
118+
We've updated our `application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/blob/3.4.1/redbot/cogs/audio/data/application.yml>`__ and you should update your instance's ``application.yml`` appropriately.
49119
Please ensure that the WS port in Audio's settings (``[p]llset wsport``) is set to the port from the ``application.yml``.
50120

51121
End-user changelog
@@ -58,7 +128,7 @@ Security
58128

59129
**NOTE:** If you can't update immediately, we recommend globally disabling the affected command until you can.
60130

61-
- **Mod** - Fixed unauthorized privilege escalation exploit in ``[p]massban`` (also called ``[p]hackban``) command. Full security advisory `can be found on our GitHub <https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-mp9m-g7qj-6vqr>`_.
131+
- **Mod** - Fixed unauthorized privilege escalation exploit in ``[p]massban`` (also called ``[p]hackban``) command. Full security advisory `can be found on our GitHub <https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-mp9m-g7qj-6vqr>`__.
62132

63133
Core Bot
64134
********
@@ -339,7 +409,7 @@ Breaking changes
339409

340410
- `Context.maybe_send_embed()` now supresses all mentions, including user mentions (:issue:`4192`)
341411
- The default value of the ``filter`` keyword argument has been changed to ``None`` (:issue:`3845`)
342-
- Cog package names (i.e. name of the folder the cog is in and the name used when loading the cog) now have to be `valid Python identifiers <https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`_ (:issue:`3605`, :issue:`3679`)
412+
- Cog package names (i.e. name of the folder the cog is in and the name used when loading the cog) now have to be `valid Python identifiers <https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`__ (:issue:`3605`, :issue:`3679`)
343413
- Method/attribute names starting with ``red_`` or being in the form of ``__red_*__`` are now reserved. See `version_guarantees` for more information (:issue:`4085`)
344414
- `humanize_list()` no longer raises `IndexError` for empty sequences (:issue:`2982`)
345415
- Removed things past deprecation time: (:issue:`4163`)

0 commit comments

Comments
 (0)