diff --git a/changelog.d/3152.feature.rst b/changelog.d/3152.feature.rst deleted file mode 100644 index ae12fe46f..000000000 --- a/changelog.d/3152.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Adds toggle for channels for embedset. \ No newline at end of file diff --git a/changelog.d/3241.misc.rst b/changelog.d/3241.misc.rst deleted file mode 100644 index ea372bcf7..000000000 --- a/changelog.d/3241.misc.rst +++ /dev/null @@ -1 +0,0 @@ -implements ``__call__`` for commands diff --git a/changelog.d/3378.bugfix.rst b/changelog.d/3378.bugfix.rst deleted file mode 100644 index caff4e2ef..000000000 --- a/changelog.d/3378.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed an error when ``redbot.core.utils.mod.mass_purge`` is passed ``COUNT % 100 == 1`` messages AND the last message in the list does not exist. diff --git a/changelog.d/3427.misc.rst b/changelog.d/3427.misc.rst deleted file mode 100644 index 4ff7f6324..000000000 --- a/changelog.d/3427.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Typo fixes in doc strings. \ No newline at end of file diff --git a/changelog.d/3433.feature.rst b/changelog.d/3433.feature.rst deleted file mode 100644 index 7a7d6446f..000000000 --- a/changelog.d/3433.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added a ``[p]helpset deletedelay`` command, that lets you set a delay (in seconds) after which help messages / pages will be deleted. diff --git a/changelog.d/admin/3010.enhance.rst b/changelog.d/admin/3010.enhance.rst deleted file mode 100644 index 5db617388..000000000 --- a/changelog.d/admin/3010.enhance.rst +++ /dev/null @@ -1 +0,0 @@ -Role granting/removing commands will now notify when the user already has/doesn't have a role when attempting to add/remove it. diff --git a/changelog.d/audio/3431.enhance.rst b/changelog.d/audio/3431.enhance.rst deleted file mode 100644 index e2ed19a08..000000000 --- a/changelog.d/audio/3431.enhance.rst +++ /dev/null @@ -1 +0,0 @@ -Playlist no longer default to the Server scope, and will not return matches across multiple scopes. \ No newline at end of file diff --git a/changelog.d/customcom/3416.bugfix.rst b/changelog.d/customcom/3416.bugfix.rst deleted file mode 100644 index 672d5f032..000000000 --- a/changelog.d/customcom/3416.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes error on exiting customcom interactive menu. \ No newline at end of file diff --git a/changelog.d/downloader/3409.misc.rst b/changelog.d/downloader/3409.misc.rst deleted file mode 100644 index d2bc0e365..000000000 --- a/changelog.d/downloader/3409.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Improve error message when user passes cog that isn't installed to a command that only accepts installed cogs. diff --git a/changelog.d/downloader/3415.bugfix.rst b/changelog.d/downloader/3415.bugfix.rst deleted file mode 100644 index 305377c9c..000000000 --- a/changelog.d/downloader/3415.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Downloader will now do the initialization in background to avoid timeout issues during bot startup. \ No newline at end of file diff --git a/changelog.d/downloader/3444.misc.rst b/changelog.d/downloader/3444.misc.rst deleted file mode 100644 index 9a3798bfb..000000000 --- a/changelog.d/downloader/3444.misc.rst +++ /dev/null @@ -1 +0,0 @@ - Log errors that may happen in initialization task. diff --git a/changelog.d/general/3284.bugfix.rst b/changelog.d/general/3284.bugfix.rst deleted file mode 100644 index 8b89090ce..000000000 --- a/changelog.d/general/3284.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -[General] Adds a maximum amount to roll command. \ No newline at end of file diff --git a/changelog.d/mod/2930.enhance.rst b/changelog.d/mod/2930.enhance.rst deleted file mode 100644 index c85c0238d..000000000 --- a/changelog.d/mod/2930.enhance.rst +++ /dev/null @@ -1 +0,0 @@ -Added a defaultdays command to set the amount of days for the ban commands to use for days of messages deleted when days isn't used in the command itself. diff --git a/changelog.d/mod/2990.enhance.rst b/changelog.d/mod/2990.enhance.rst deleted file mode 100644 index e27d9caa3..000000000 --- a/changelog.d/mod/2990.enhance.rst +++ /dev/null @@ -1 +0,0 @@ -Added a ``[p]modset dm`` to toggle kick/bans sending an embed to the user detailing the reason for the kick/ban, the server they were kicked/banned from and if it was a kick or a ban. diff --git a/changelog.d/trivia/3427.bugfix.rst b/changelog.d/trivia/3427.bugfix.rst deleted file mode 100644 index 7fc6be355..000000000 --- a/changelog.d/trivia/3427.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Trivia list typo fixes. \ No newline at end of file diff --git a/docs/changelog_3_3_0.rst b/docs/changelog_3_3_0.rst new file mode 100644 index 000000000..2b5eaa617 --- /dev/null +++ b/docs/changelog_3_3_0.rst @@ -0,0 +1,68 @@ +.. 3.3.x Changelogs + +Redbot 3.3.0 (2020-01-26) +========================= + +Core Bot +-------- + +- The bot's description is now configurable. +- We now use discord.py 1.3.1, this comes with added teams support. +- The commands module has been slightly restructured to provide more useful data to developers. +- Help is now self consistent in the extra formatting used. + +Core Commands +------------- + +- Slowmode should no longer error on nonsensical time quantities. +- Embed use can be configured per channel as well. + +Documentation +------------- + +- We've made some small fixes to inaccurate instructions about installing with pyenv. +- Notes about deprecating in 3.3 have been altered to 3.4 to match the intended timeframe. + +Admin +----- + +- Gives feedback when adding or removing a role doesn't make sense. + +Audio +----- + +- Playlist finding is more intuitive. +- disconnect and repeat commands no longer interfere with eachother. + +CustomCom +--------- + +- No longer errors when exiting an interactive menu. + +Cleanup +------- + +- A rare edge case involving messages which are deleted during cleanup and are the only message was fixed. + +Downloader +---------- + +- Some user facing messages were improved. +- Downloader's initialization can no longer time out at startup. + +General +------- + +- Roll command will no longer attempt to roll obscenely large amounts. + +Mod +--- + +- You can set a default amount of days to clean up when banning. +- Ban and hackban now use that default. +- Users can now optionally be DMed their ban reason. + +Permissions +----------- + +- Now has stronger enforcement of prioritizing botwide settings. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index f81419b02..2a7a714dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,6 +57,7 @@ Welcome to Red - Discord Bot's documentation! :maxdepth: 2 :caption: Changelogs: + changelog_3_3_0 release_notes_3_2_0 changelog_3_2_0 changelog_3_1_0 diff --git a/redbot/__init__.py b/redbot/__init__.py index a00782338..952272d94 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -191,7 +191,7 @@ def _update_event_loop_policy(): _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) -__version__ = "3.2.4.dev1" +__version__ = "3.3.0" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning diff --git a/setup.cfg b/setup.cfg index 6e43c7d6b..ef68bef17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = Click==7.0 colorama==0.4.3 contextlib2==0.5.5 - discord.py==1.3.0 + discord.py==1.3.1 distro==1.4.0; sys_platform == "linux" fuzzywuzzy==0.17.0 idna==2.8