You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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. 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
+
3
73
Redbot 3.4.2 (2020-10-28)
4
74
=========================
5
75
@@ -11,7 +81,7 @@ Read before updating
11
81
12
82
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
83
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>`__.
15
85
16
86
End-user changelog
17
87
------------------
@@ -41,11 +111,11 @@ Read before updating
41
111
--------------------
42
112
43
113
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`.
45
115
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>`.
46
116
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):
47
117
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.
49
119
Please ensure that the WS port in Audio's settings (``[p]llset wsport``) is set to the port from the ``application.yml``.
50
120
51
121
End-user changelog
@@ -58,7 +128,7 @@ Security
58
128
59
129
**NOTE:** If you can't update immediately, we recommend globally disabling the affected command until you can.
60
130
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>`__.
62
132
63
133
Core Bot
64
134
********
@@ -339,7 +409,7 @@ Breaking changes
339
409
340
410
- `Context.maybe_send_embed()` now supresses all mentions, including user mentions (:issue:`4192`)
341
411
- 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`)
343
413
- Method/attribute names starting with ``red_`` or being in the form of ``__red_*__`` are now reserved. See `version_guarantees` for more information (:issue:`4085`)
344
414
- `humanize_list()` no longer raises `IndexError` for empty sequences (:issue:`2982`)
345
415
- Removed things past deprecation time: (:issue:`4163`)
0 commit comments