|
1 | 1 | .. 3.3.x Changelogs
|
2 | 2 |
|
| 3 | +Redbot 3.3.9 (2020-06-12) |
| 4 | +========================= |
| 5 | + |
| 6 | +| Thanks to all these amazing people that contributed to this release: |
| 7 | +| :ghuser:`aikaterna`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`Predeactor`, :ghuser:`Vexed01` |
| 8 | +| |
| 9 | +| **Read before updating**: |
| 10 | +| 1. Bot owners can no longer restrict access to some commands in Permissions cog using global permissions rules. Look at `Permissions changelog <important-339-2>` for full details. |
| 11 | +| 2. There's been a change in behavior of warning messages. Look at `Warnings changelog <important-339-1>` for full details. |
| 12 | +
|
| 13 | + |
| 14 | +End-user changelog |
| 15 | +------------------ |
| 16 | + |
| 17 | +Security |
| 18 | +******** |
| 19 | + |
| 20 | +**NOTE**: If you can't update immediately, we recommend disabling the affected command until you can. |
| 21 | + |
| 22 | +- **Mod** - ``[p]tempban`` now properly respects Discord's hierarchy rules (:issue:`3957`) |
| 23 | + |
| 24 | +Core Bot |
| 25 | +******** |
| 26 | + |
| 27 | +- ``[p]info`` command can now be used when bot doesn't have Embed Links permission (:issue:`3907`, :issue:`3102`) |
| 28 | +- Fixed ungraceful error that happened in ``[p]set custominfo`` when provided text was too long (:issue:`3923`) |
| 29 | +- Red's start up message now shows storage type (:issue:`3935`) |
| 30 | + |
| 31 | +Audio |
| 32 | +***** |
| 33 | + |
| 34 | +- Audio now properly ignores streams when max length is enabled (:issue:`3878`, :issue:`3877`) |
| 35 | +- Commands that should work in DMs no longer error (:issue:`3880`) |
| 36 | + |
| 37 | +Filter |
| 38 | +****** |
| 39 | + |
| 40 | +- Fixed behavior of detecting quotes in commands for adding/removing filtered words (:issue:`3925`) |
| 41 | + |
| 42 | +.. _important-339-2: |
| 43 | + |
| 44 | +Permissions |
| 45 | +*********** |
| 46 | + |
| 47 | +- **Both global and server rules** can no longer prevent guild owners from accessing commands for changing server rules. Bot owners can still use ``[p]command disable`` if they wish to completely disable any command in Permissions cog (:issue:`3955`, :issue:`3107`) |
| 48 | + |
| 49 | + Full list of affected commands: |
| 50 | + |
| 51 | + - ``[p]permissions acl getserver`` |
| 52 | + - ``[p]permissions acl setserver`` |
| 53 | + - ``[p]permissions acl updateserver`` |
| 54 | + - ``[p]permissions addserverrule`` |
| 55 | + - ``[p]permissions removeserverrule`` |
| 56 | + - ``[p]permissions setdefaultserverrule`` |
| 57 | + - ``[p]permissions clearserverrules`` |
| 58 | + - ``[p]permissions canrun`` |
| 59 | + - ``[p]permissions explain`` |
| 60 | + |
| 61 | +.. _important-339-1: |
| 62 | + |
| 63 | +Warnings |
| 64 | +******** |
| 65 | + |
| 66 | +- Warnings sent to users don't show the moderator who warned the user by default now. Newly added ``[p]warningset showmoderators`` command can be used to switch this behaviour (:issue:`3781`) |
| 67 | +- Warn channel functionality has been fixed (:issue:`3781`) |
| 68 | + |
| 69 | + |
| 70 | +Developer changelog |
| 71 | +------------------- |
| 72 | + |
| 73 | +Core Bot |
| 74 | +******** |
| 75 | + |
| 76 | +- Added `bot.set_prefixes() <RedBase.set_prefixes()>` method that allows developers to set global/server prefixes (:issue:`3890`) |
| 77 | + |
| 78 | + |
| 79 | +Documentation changes |
| 80 | +--------------------- |
| 81 | + |
| 82 | +- Added Oracle Cloud to free hosting section in :ref:`host-list` (:issue:`3916`) |
| 83 | + |
| 84 | +Miscellaneous |
| 85 | +------------- |
| 86 | + |
| 87 | +- Added missing help message for Downloader, Reports and Streams cogs (:issue:`3892`) |
| 88 | +- **Core Bot** - cooldown in ``[p]contact`` no longer applies when it's used without any arguments (:issue:`3942`) |
| 89 | +- **Core Bot** - improved instructions on obtaining user ID in help of ``[p]dm`` command (:issue:`3946`) |
| 90 | +- **Alias** - ``[p]alias global`` group, ``[p]alias help``, and ``[p]alias show`` commands can now be used in DMs (:issue:`3941`, :issue:`3940`) |
| 91 | +- **Audio** - Typo fix (:issue:`3889`, :issue:`3900`) |
| 92 | +- **Audio** - Fixed ``[p]audioset autoplay`` being available in DMs (:issue:`3899`) |
| 93 | +- **Bank** - ``[p]bankset`` now displays bank's scope (:issue:`3954`) |
| 94 | +- **Mod** - Preemptive fix for d.py 1.4 (:issue:`3891`) |
| 95 | + |
| 96 | + |
3 | 97 | Redbot 3.3.8 (2020-05-29)
|
4 | 98 | ==================================
|
5 | 99 |
|
|
0 commit comments