From b95ddf18ba79804da8ccd3497c4062345bb143b5 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 25 Apr 2019 02:06:51 +0200 Subject: [PATCH] [Docs] Changelog entries for contributions by jack1142 (#2612) * docs(changelog): [Mod] Allow admin to choose amount of repeats for "deleterepeats" #2437 * docs(changelog): Spelling correction of method name in Tunnel #2496 * docs(changelog): Tunnel fix - When tunnel closes, message should be sent to other end #2507 * docs(changelog): [V3 Downloader] Tell user how to load the cog after [p]cog install #2523 * docs(changelog): [V3 Audio] If bot has move members perm, it can join to user-limited channels #2525 * docs(changelog): [Trivia] Fix of dead image link (world flags) #2540 * docs(changelog): [V3 Test] Make sure that trivia test will use utf-8 encoding #2565 * docs(changelog): [V3 Core] Print actual version, when `--version` flag is used #2567 * docs(changelog): [V3 Downloader] Stop including subpackages in cog list #2590 * docs(changelog): [V3 Downloader] Uninstall multiple cogs #2592 * docs(changelog): [V3 Downloader] Always remove cog from installed in `[p]cog uninstall` #2595 --- docs/changelog_3_1_0.rst | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/docs/changelog_3_1_0.rst b/docs/changelog_3_1_0.rst index 84a038e5e..5472e6fec 100644 --- a/docs/changelog_3_1_0.rst +++ b/docs/changelog_3_1_0.rst @@ -8,6 +8,14 @@ v3.1.0 Changelog Audio ----- + * Bot will no longer complain about permissions when trying to connect to user-limited channel, if it has "Move Members" permission (`#2525`_) + +---- +Core +---- + + * ``redbot --version`` will now give you current version of Red (`#2567`_) + ------ Config ------ @@ -21,6 +29,21 @@ Config discord.py ---------- +---------- +Downloader +---------- + + * ``[p]cog install`` will now tell user that cog has to be loaded (`#2523`_) + * Fixed bug, that caused Downloader to include submodules on cog list (`#2590`_) + * ``[p]cog uninstall`` allows to uninstall multiple cogs now (`#2592`_) + * ``[p]cog uninstall`` will now remove cog from installed cogs even if it can't find the cog in install path anymore (`#2595`_) + +--- +Mod +--- + + * Admins can now decide how many times message has to be repeated before ``deleterepeats`` removes it (`#2437`_) + ------------- Setup Scripts ------------- @@ -29,8 +52,38 @@ Setup Scripts * ``redbot-setup convert`` now used to convert between libraries (`#2579`_) * Backup support for Mongo is currently broken (`#2579`_) +----- +Tests +----- + + * Test for ``trivia`` cog uses explicitly utf-8 encoding for checking yaml files (`#2565`_) + +------ +Trivia +------ + + * Fix of dead image link for Sao Tome and Principe in ``worldflags`` trivia (`#2540`_) + +----------------- +Utility Functions +----------------- + + * ``Tunnel`` - Spelling correction of method name - changed ``files_from_attatch`` to ``files_from_attach`` (old name is left for backwards compatibility) (`#2496`_) + * ``Tunnel`` - fixed behavior of ``react_close()``, now when tunnel closes message will be sent to other end (`#2507`_) + +.. _#2437: https://github.com/Cog-Creators/Red-DiscordBot/pull/2437 +.. _#2496: https://github.com/Cog-Creators/Red-DiscordBot/pull/2496 +.. _#2507: https://github.com/Cog-Creators/Red-DiscordBot/pull/2507 +.. _#2523: https://github.com/Cog-Creators/Red-DiscordBot/pull/2523 +.. _#2525: https://github.com/Cog-Creators/Red-DiscordBot/pull/2525 .. _#2536: https://github.com/Cog-Creators/Red-DiscordBot/pull/2536 +.. _#2540: https://github.com/Cog-Creators/Red-DiscordBot/pull/2540 .. _#2545: https://github.com/Cog-Creators/Red-DiscordBot/pull/2545 .. _#2550: https://github.com/Cog-Creators/Red-DiscordBot/pull/2550 +.. _#2565: https://github.com/Cog-Creators/Red-DiscordBot/pull/2565 +.. _#2567: https://github.com/Cog-Creators/Red-DiscordBot/pull/2567 .. _#2579: https://github.com/Cog-Creators/Red-DiscordBot/pull/2579 +.. _#2590: https://github.com/Cog-Creators/Red-DiscordBot/pull/2590 +.. _#2592: https://github.com/Cog-Creators/Red-DiscordBot/pull/2592 +.. _#2595: https://github.com/Cog-Creators/Red-DiscordBot/pull/2595 .. _#2604: https://github.com/Cog-Creators/Red-DiscordBot/pull/2604