From 2b4cba20a67fae560870b1f2e19773bdf78ee1ff Mon Sep 17 00:00:00 2001 From: JustaSqu1d Date: Mon, 12 Aug 2024 18:15:42 -0700 Subject: [PATCH] revert: old changelog changes --- docs/old_changelog.rst | 131 +---------------------------------------- 1 file changed, 1 insertion(+), 130 deletions(-) diff --git a/docs/old_changelog.rst b/docs/old_changelog.rst index afef279a00..7377aa5958 100644 --- a/docs/old_changelog.rst +++ b/docs/old_changelog.rst @@ -57,8 +57,6 @@ v2.0.0 v1.7.3 ------ -.. _old_changelog:v1.7.3-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -70,8 +68,6 @@ Bug Fixes v1.7.2 ------- -.. _old_changelog:v1.7.2-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -84,8 +80,6 @@ Bug Fixes v1.7.1 ------- -.. _old_changelog:v1.7.1-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -102,8 +96,6 @@ Likewise, **this is the last version to support user bots**. Development of v2.0 will have breaking changes and support for newer API features. -.. old_changelog:v1.7.0-new-features: - New Features ~~~~~~~~~~~~ @@ -147,8 +139,6 @@ New Features - |commands| Allow ``None`` to be passed to :attr:`HelpCommand.verify_checks ` to only verify in a guild context (:dpy-issue:`2008`, :dpy-issue:`6446`) - |commands| Allow relative paths when loading extensions via a ``package`` keyword argument (:dpy-issue:`2465`, :dpy-issue:`6445`) -.. old_changelog:v1.7.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -171,8 +161,6 @@ Bug Fixes - |commands| Properly handle positional-only parameters in bot command signatures (:dpy-issue:`6431`) - |commands| Group signatures now properly show up in :attr:`Command.signature ` (:dpy-issue:`6529`, :dpy-issue:`6530`) -.. old_changelog:v1.7.0-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -187,8 +175,6 @@ v1.6.0 This version comes with support for replies and stickers. -.. old_changelog:v1.6.0-new-features: - New Features ~~~~~~~~~~~~ @@ -225,7 +211,6 @@ New Features - |commands| Add support for ``description`` keyword argument in :class:`commands.Cog ` (:dpy-issue:`6028`) - |tasks| Add support for calling the wrapped coroutine as a function via ``__call__``. -.. old_changelog:v1.6.0-bug-fixes: Bug Fixes ~~~~~~~~~ @@ -243,8 +228,6 @@ Bug Fixes - |commands| Errors during cog unload no longer stops module cleanup (:dpy-issue:`6113`) - |commands| Properly cleanup lingering commands when a conflicting alias is found when adding commands (:dpy-issue:`6217`) -.. old_changelog:v1.6.0-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -262,8 +245,6 @@ Miscellaneous v1.5.1 ------- -.. _old_changelog:v1.5.1-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -276,8 +257,6 @@ Bug Fixes - Fix attribute errors when chunking times out sometimes during delayed on_ready dispatching. - Ensure that the bot's own member is not evicted from the cache (:dpy-issue:`5949`) -.. _old_changelog:v1.5.1-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -293,16 +272,12 @@ v1.5.0 This version came with forced breaking changes that Discord is requiring all bots to go through on October 7th. It is highly recommended to read the documentation on intents, :ref:`intents_primer`. -.. _old_changelog:v1.5.0-api-changes: - API Changes ~~~~~~~~~~~ - Members and presences will no longer be retrieved due to an API change. See :ref:`privileged_intents` for more info. - As a consequence, fetching offline members is disabled if the members intent is not enabled. -.. _old_changelog:v1.5.0-new-features: - New Features ~~~~~~~~~~~~ @@ -323,8 +298,6 @@ New Features - Add alias for :attr:`PublicUserFlags.verified_bot_developer` under :attr:`PublicUserFlags.early_verified_bot_developer` (:dpy-issue:`5849`) - |commands| Add support for ``require_var_positional`` for :class:`Command` (:dpy-issue:`5793`) -.. _old_changelog:v1.5.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -340,8 +313,6 @@ Bug Fixes - |commands| Fix cooldown timing ignoring edited timestamps. - |tasks| Fix tasks extending the next iteration on handled exceptions (:dpy-issue:`5762`, :dpy-issue:`5763`) -.. _old_changelog:v1.5.0-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -361,8 +332,6 @@ v1.4.2 This is a maintenance release with backports from :ref:`vp1p5p0`. -.. _old_changelog:v1.4.2-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -378,8 +347,6 @@ Bug Fixes - |commands| Fix cooldown timing ignoring edited timestamps. - |tasks| Fix tasks extending the next iteration on handled exceptions (:dpy-issue:`5762`, :dpy-issue:`5763`) -.. _old_changelog:v1.4.2-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -391,8 +358,6 @@ Miscellaneous v1.4.1 ------ -.. old_changelog:v1.4.1-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -407,8 +372,6 @@ v1.4.0 Another version with a long development time. Features like Intents are slated to be released in a v1.5 release. Thank you for your patience! -.. old_changelog:v1.4.0-new-features: - New Features ~~~~~~~~~~~~ @@ -465,7 +428,6 @@ New Features - |tasks| Add :meth:`Loop.is_running <.ext.tasks.Loop.is_running>` method to the task objects (:dpy-issue:`2540`) - |tasks| Allow usage of custom error handlers similar to the command extensions to tasks using :meth:`Loop.error <.ext.tasks.Loop.error>` decorator (:dpy-issue:`2621`) -.. old_changelog:v1.4.0-bug-fixes: Bug Fixes ~~~~~~~~~ @@ -494,7 +456,6 @@ Bug Fixes - |tasks| Task objects are no longer stored globally so two class instances can now start two separate tasks (:dpy-issue:`2294`) - |tasks| Allow cancelling the loop within :meth:`before_loop <.ext.tasks.Loop.before_loop>` (:dpy-issue:`4082`) -.. old_changelog:v1.4.0-miscellaneous: Miscellaneous ~~~~~~~~~~~~~ @@ -519,8 +480,6 @@ Miscellaneous v1.3.4 ------ -.. old_changelog:v1.3.4-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -531,8 +490,6 @@ Bug Fixes v1.3.3 ------ -.. old_changelog:v1.3.3-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -548,8 +505,6 @@ v1.3.2 Another minor bug fix release. -.. old_changelog:v1.3.2-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -568,16 +523,12 @@ v1.3.1 Minor bug fix release. -.. old_changelog:v1.3.1-bug-fixes: - Bug Fixes ~~~~~~~~~ - Fix fetching invites in guilds that the user is not in. - Fix the channel returned from :meth:`Client.fetch_channel` raising when sending messages. (:dpy-issue:`2531`) -.. old_changelog:v1.3.1-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -591,8 +542,6 @@ v1.3.0 This version comes with a lot of bug fixes and new features. It's been in development for a lot longer than was anticipated! -.. old_changelog:v1.3.0-new-features: - New Features ~~~~~~~~~~~~ @@ -659,8 +608,6 @@ New Features - |tasks| :meth:`Loop.add_exception_type <.ext.tasks.Loop.add_exception_type>` now allows multiple exceptions to be set. (:dpy-issue:`2333`) - |tasks| Add :attr:`Loop.next_iteration <.ext.tasks.Loop.next_iteration>` property. (:dpy-issue:`2305`) -.. old_changelog:v1.3.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -685,9 +632,6 @@ Bug Fixes - |commands| :attr:`HelpCommand.clean_prefix <.ext.commands.HelpCommand.clean_prefix>` now takes into consideration nickname mentions. (:dpy-issue:`2489`) - |commands| :meth:`Context.send_help <.ext.commands.Context.send_help>` now properly propagates to the :meth:`HelpCommand.on_help_command_error <.ext.commands.HelpCommand.on_help_command_error>` handler. - -.. old_changelog:v1.3.0-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -715,8 +659,6 @@ Miscellaneous v1.2.5 ------ -.. old_changelog:v1.2.5-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -727,8 +669,6 @@ Bug Fixes v1.2.4 ------ -.. old_changelog:v1.2.4-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -744,8 +684,6 @@ Bug Fixes v1.2.3 ------ -.. old_changelog:v1.2.3-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -760,8 +698,6 @@ Bug Fixes v1.2.2 ------ -.. old_changelog:v1.2.2-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -772,8 +708,6 @@ Bug Fixes v1.2.1 ------ -.. old_changelog:v1.2.1-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -787,8 +721,6 @@ v1.2.0 This update mainly brings performance improvements and various nitro boosting attributes (referred to in the API as "premium guilds"). -.. old_changelog:v1.2.0-new-features: - New Features ~~~~~~~~~~~~ @@ -812,8 +744,6 @@ New Features - |tasks| Add :meth:`Loop.failed <.ext.tasks.Loop.failed>` to query if a task had failed somehow. - |tasks| Add :meth:`Loop.change_interval <.ext.tasks.Loop.change_interval>` to change the sleep interval at runtime (:dpy-issue:`2158`, :dpy-issue:`2162`) -.. old_changelog:v1.2.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -822,8 +752,6 @@ Bug Fixes - |tasks| Reset iteration count when the loop terminates and is restarted. - |tasks| The decorator interface now works as expected when stacking (:dpy-issue:`2154`) -.. old_changelog:v1.2.0-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -846,15 +774,11 @@ Miscellaneous v1.1.1 ------ -.. old_changelog:v1.1.1-bug-fixes: - Bug Fixes ~~~~~~~~~ - Webhooks do not overwrite data on retrying their HTTP requests (:dpy-issue:`2140`) -.. old_changelog:v1.1.1-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -865,8 +789,6 @@ Miscellaneous v1.1.0 ------ -.. old_changelog:v1.1.0-new-features: - New Features ~~~~~~~~~~~~ @@ -893,7 +815,6 @@ New Features - Allow passing ``cls`` in the :func:`~.commands.group` decorator (:dpy-issue:`2061`) - Add :attr:`.Command.parents` to fetch the parents of a command (:dpy-issue:`2104`) -.. old_changelog:v1.1.0-bug-fixes: Bug Fixes ~~~~~~~~~ @@ -905,8 +826,6 @@ Bug Fixes - Fix bug where updating your own user did not update your member instances. - Tighten constraints of ``__eq__`` in :class:`Spotify` objects (:dpy-issue:`2113`, :dpy-issue:`2117`) -.. old_changelog:v1.1.0-bug-fixes-ext-commands: - ``discord.ext.commands`` ++++++++++++++++++++++++ @@ -918,8 +837,6 @@ Bug Fixes - Fix race condition with help commands (:dpy-issue:`2123`) - Fix cog descriptions not showing in :class:`~.commands.MinimalHelpCommand` (:dpy-issue:`2139`) -.. old_changelog:v1.1.0-miscellaneous: - Miscellaneous ~~~~~~~~~~~~~ @@ -928,8 +845,6 @@ Miscellaneous - The loop cleanup facility has been rewritten again. - The signal handling in :meth:`Client.run` has been removed. -.. _old_changelog-v1.1.0-miscellaneous-ext-commands: - ``discord.ext.commands`` ++++++++++++++++++++++++ @@ -941,8 +856,6 @@ Miscellaneous v1.0.1 ------ -.. old_changelog:v1.0.1-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -962,8 +875,6 @@ see :ref:`the migrating page `. v0.16.6 ------- -.. old_changelog:v0.16.6-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -980,8 +891,6 @@ v0.16.1 This release is just a bug fix release with some better rate limit implementation. -.. old_changelog:v0.16.1-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -996,16 +905,12 @@ Bug Fixes v0.16.0 ------- -.. old_changelog:v0.16.0-new-features: - New Features ~~~~~~~~~~~~ - Add :attr:`Channel.overwrites` to get all the permission overwrites of a channel. - Add :attr:`Server.features` to get information about partnered servers. -.. old_changelog:v0.16.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1032,8 +937,6 @@ v0.15.1 v0.15.0 ------- -.. old_changelog:v0.15.0-new-features: - New Features ~~~~~~~~~~~~ @@ -1056,8 +959,6 @@ For the command extension, the following changed: v0.14.3 ------- -.. old_changelog:v0.14.3-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1069,16 +970,12 @@ Bug Fixes v0.14.2 ------- -.. old_changelog:v0.14.2-new-features: - New Features ~~~~~~~~~~~~ - :meth:`Client.wait_for_reaction` now returns a namedtuple with ``reaction`` and ``user`` attributes. - This is for better support in the case that ``None`` is returned since tuple unpacking can lead to issues. -.. old_changelog:v0.14.2-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1089,8 +986,6 @@ Bug Fixes v0.14.1 ------- -.. old_changelog:v0.14.1-bug-fixes: - Bug fixes ~~~~~~~~~ @@ -1104,8 +999,6 @@ v0.14.0 This update adds new API features and a couple of bug fixes. -.. old_changelog:v0.14.0-new-features: - New Features ~~~~~~~~~~~~ @@ -1120,8 +1013,6 @@ New Features - :attr:`Message.reactions` to get reactions from a message. - :meth:`Client.wait_for_reaction` to wait for a reaction from a user. -.. old_changelog:v0.14.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1135,8 +1026,6 @@ v0.13.0 This is a backwards compatible update with new features. -.. old_changelog:v0.13.0-new-features: - New Features ~~~~~~~~~~~~ @@ -1160,8 +1049,6 @@ New Features - This is the only method that allows changing your status to invisible or do not disturb. -.. old_changelog:v0.13.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1175,8 +1062,6 @@ v0.12.0 This is a bug fix update that also comes with new features. -.. old_changelog:v0.12.0-new-features: - New Features ~~~~~~~~~~~~ @@ -1216,8 +1101,6 @@ For the command extension, the following are new: - Add coroutine support for ``Bot.command_prefix``. - Add a method to reset command cooldown. -.. old_changelog:v0.12.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1234,15 +1117,11 @@ v0.11.0 This is a minor bug fix update that comes with a gateway update (v5 -> v6). -.. old_changelog:v0.11.0-breaking-changes: - Breaking Changes ~~~~~~~~~~~~~~~~ - ``Permissions.change_nicknames`` has been renamed to :attr:`Permissions.change_nickname` to match the UI. -.. old_changelog:v0.11.0-new-features: - New Features ~~~~~~~~~~~~ @@ -1266,8 +1145,6 @@ For the command extension, the following are new: - Command cooldown system with the ``cooldown`` decorator. - ``UserInputError`` exception for the hierarchy for user input related errors. -.. old_changelog:v0.11.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1291,8 +1168,6 @@ v0.10.0 For breaking changes, see `0.10.0 migration `_. The breaking changes listed there will not be enumerated below. Since this version is rather a big departure from v0.9.2, this change log will be non-exhaustive. -.. old_changelog:v0.10.0-new-features: - New Features ~~~~~~~~~~~~ @@ -1326,8 +1201,6 @@ New Features - If you are being rate limited, the library will now handle it for you. - Add :func:`on_member_ban` and :func:`on_member_unban` events that trigger when a member is banned/unbanned. -.. old_changelog:v0.10.0-bug-fixes: - Performance Improvements ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -1338,8 +1211,6 @@ Performance Improvements receive performance improvements by having to download and process less data. - While minor, change regex from ``\d+`` to ``[0-9]+`` to avoid unnecessary unicode character lookups. -.. old_changelog:v0.10.0-bug-fixes: - Bug Fixes ~~~~~~~~~ @@ -1352,4 +1223,4 @@ Bug Fixes - Mentions are now triggered normally. This was changed due to the way discord handles it internally. - Fix issue when a :class:`Message` would attempt to upgrade a :attr:`Message.server` when the channel is a :class:`Object`. -- Unavailable servers were not being added into cache, this has been corrected. +- Unavailable servers were not being added into cache, this has been corrected. \ No newline at end of file