mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
3.3.2 changelog (#3621)
* 3.3.2 changelog * few fixes * add contributors * that one last change from milestone
This commit is contained in:
parent
f6361992e3
commit
52480783ee
@ -1,5 +1,146 @@
|
|||||||
.. 3.3.x Changelogs
|
.. 3.3.x Changelogs
|
||||||
|
|
||||||
|
Redbot 3.3.2 (2020-02-28)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`chasehult`, :ghuser:`Dav-Git`, :ghuser:`DiscordLiz`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`Hedlund01`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`, :ghuser:`trundleroo`, :ghuser:`TrustyJAID`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Ignored guilds/channels and whitelist/blacklist are now cached for performance (:issue:`3472`)
|
||||||
|
- Ignored guilds/channels have been moved from Mod cog to Core (:issue:`3472`)
|
||||||
|
- ``[p]ignore channel`` command can now also ignore channel categories (:issue:`3472`)
|
||||||
|
|
||||||
|
Core Commands
|
||||||
|
*************
|
||||||
|
|
||||||
|
- Core cogs will now send bot mention prefix properly in places where discord doesn't render mentions (:issue:`3579`, :issue:`3591`, :issue:`3499`)
|
||||||
|
- Fix a bug with ``[p]blacklist add`` that made it impossible to blacklist users that bot doesn't share a server with (:issue:`3472`, :issue:`3220`)
|
||||||
|
- Improve user experience of ``[p]set game/listening/watching/`` commands (:issue:`3562`)
|
||||||
|
- Add ``[p]licenceinfo`` alias for ``[p]licenseinfo`` command to conform with non-American English (:issue:`3460`)
|
||||||
|
|
||||||
|
Admin
|
||||||
|
*****
|
||||||
|
|
||||||
|
- ``[p]announce`` will now only send error message if an actual errors occurs (:issue:`3514`, :issue:`3513`)
|
||||||
|
|
||||||
|
Alias
|
||||||
|
*****
|
||||||
|
|
||||||
|
- ``[p]alias help`` will now properly work in non-English locales (:issue:`3546`)
|
||||||
|
|
||||||
|
Audio
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Users should be able to play age-restricted tracks from YouTube again (:issue:`3620`)
|
||||||
|
|
||||||
|
Economy
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Next payday time will now be adjusted for users when payday time is changed (:issue:`3496`, :issue:`3438`)
|
||||||
|
|
||||||
|
Downloader
|
||||||
|
**********
|
||||||
|
|
||||||
|
- Downloader will no longer fail because of invalid ``info.json`` files (:issue:`3533`, :issue:`3456`)
|
||||||
|
- Add better logging of errors when Downloader fails to add a repo (:issue:`3558`)
|
||||||
|
|
||||||
|
Image
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fix load error for users that updated Red from version lower than 3.1 to version 3.2 or newer (:issue:`3617`)
|
||||||
|
|
||||||
|
Mod
|
||||||
|
***
|
||||||
|
|
||||||
|
- ``[p]hackban`` and ``[p]unban`` commands support user mentions now (:issue:`3524`)
|
||||||
|
- Ignored guilds/channels have been moved from Mod cog to Core (:issue:`3472`)
|
||||||
|
|
||||||
|
Streams
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Fix stream alerts for Twitch (:issue:`3487`)
|
||||||
|
- Significantly reduce the quota usage for YouTube stream alerts (:issue:`3237`)
|
||||||
|
- Add ``[p]streamset timer`` command which can be used to control how often the cog checks for live streams (:issue:`3237`)
|
||||||
|
|
||||||
|
Trivia
|
||||||
|
******
|
||||||
|
|
||||||
|
- Add better handling for errors in trivia session (:issue:`3606`)
|
||||||
|
|
||||||
|
Trivia Lists
|
||||||
|
************
|
||||||
|
|
||||||
|
- Remove empty answers in trivia lists (:issue:`3581`)
|
||||||
|
|
||||||
|
Warnings
|
||||||
|
********
|
||||||
|
|
||||||
|
- Users can now pass a reason to ``[p]unwarn`` command (:issue:`3490`, :issue:`3093`)
|
||||||
|
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Updated all our dependencies - we're using discord.py 1.3.2 now (:issue:`3609`)
|
||||||
|
- Add traceback logging to task exception handling (:issue:`3517`)
|
||||||
|
- Developers can now create a command from an async function wrapped in `functools.partial` (:issue:`3542`)
|
||||||
|
- Bot will now show deprecation warnings in logs (:issue:`3527`, :issue:`3615`)
|
||||||
|
- Subcommands of command group with ``invoke_without_command=True`` will again inherit this group's checks (:issue:`3614`)
|
||||||
|
|
||||||
|
Config
|
||||||
|
******
|
||||||
|
|
||||||
|
- Fix Config's singletons (:issue:`3137`, :issue:`3136`)
|
||||||
|
|
||||||
|
Utility Functions
|
||||||
|
*****************
|
||||||
|
|
||||||
|
- Add clearer error when page is of a wrong type in `redbot.core.utils.menus.menu()` (:issue:`3571`)
|
||||||
|
|
||||||
|
Dev Cog
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Allow for top-level `await`, `async for` and `async with` in ``[p]debug`` and ``[p]repl`` commands (:issue:`3508`)
|
||||||
|
|
||||||
|
Downloader
|
||||||
|
**********
|
||||||
|
|
||||||
|
- Downloader will now replace ``[p]`` with clean prefix same as it does in help command (:issue:`3592`)
|
||||||
|
- Add schema validation to ``info.json`` file processing - it should now be easier to notice any issues with those files (:issue:`3533`, :issue:`3442`)
|
||||||
|
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Add guidelines for Cog Creators in `guide_cog_creation` document (:issue:`3568`)
|
||||||
|
- Restructure virtual environment instructions to improve user experience (:issue:`3495`, :issue:`3411`, :issue:`3412`)
|
||||||
|
- Getting started guide now explain use of quotes for arguments with spaces (:issue:`3555`, :issue:`3111`)
|
||||||
|
- ``latest`` version of docs now displays a warning about possible differences from current stable release (:issue:`3570`)
|
||||||
|
- Make systemd guide clearer on obtaining username and python path (:issue:`3537`, :issue:`3462`)
|
||||||
|
- Indicate instructions for different venv types in systemd guide better (:issue:`3538`)
|
||||||
|
- Service file in `autostart_systemd` now also waits for network connection to be ready (:issue:`3549`)
|
||||||
|
- Hide alias of ``randomize_colour`` in docs (:issue:`3491`)
|
||||||
|
- Add separate headers for each event predicate class for better navigation (:issue:`3595`, :issue:`3164`)
|
||||||
|
- Improve wording of explanation for ``required_cogs`` key in `guide_publish_cogs` (:issue:`3520`)
|
||||||
|
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Use more reliant way of checking if command is bot owner only in ``[p]warnaction`` (Warnings cog) (:issue:`3516`, :issue:`3515`)
|
||||||
|
- Update PyPI domain in ``[p]info`` and update checker (:issue:`3607`)
|
||||||
|
- Stop using deprecated code in core (:issue:`3610`)
|
||||||
|
|
||||||
|
|
||||||
Redbot 3.3.1 (2020-02-05)
|
Redbot 3.3.1 (2020-02-05)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|||||||
@ -222,7 +222,11 @@ intersphinx_mapping = {
|
|||||||
# Extlinks
|
# Extlinks
|
||||||
# This allows to create links to d.py docs with
|
# This allows to create links to d.py docs with
|
||||||
# :dpy_docs:`link text <site_name.html>`
|
# :dpy_docs:`link text <site_name.html>`
|
||||||
extlinks = {"dpy_docs": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/%s", None)}
|
extlinks = {
|
||||||
|
"dpy_docs": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/%s", None),
|
||||||
|
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#"),
|
||||||
|
"ghuser": ("https://github.com/%s", "@"),
|
||||||
|
}
|
||||||
|
|
||||||
# Doctest
|
# Doctest
|
||||||
# If this string is non-empty, all blocks with ``>>>`` in them will be
|
# If this string is non-empty, all blocks with ``>>>`` in them will be
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user