-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Added changelog and missing versionadded's and versionchanged's
- Loading branch information
Showing
19 changed files
with
121 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.. currentmodule:: discord_tools | ||
|
||
.. _changelog: | ||
|
||
Changelog | ||
========= | ||
|
||
All the changes of this project will be registered here. | ||
|
||
This format is based on `Keep A Changelog <https://keepachangelog.com/en/1.1.0/>` and this project adheres to | ||
`Semantic Versioning <https://semver.org/spec/v2.0.0.html>`. | ||
|
||
|
||
Unreleased | ||
---------- | ||
|
||
This changes are available on the ``master`` branch, without any guarantee on functionality and stability. | ||
|
||
.. warning:: | ||
|
||
This version **contains breaking changes**. | ||
|
||
Added | ||
~~~~~ | ||
|
||
- Added :class:`~discord_tools.app_commands.CogContextMenuHolder`, which allows creating context menus in cogs. | ||
- Added :class:`RegexConverter` converter to allow using :class:`re.Match` objects as annotations in prefixed commands. | ||
- Added :exc:`StringDoesNotMatch`. | ||
- Added :class:`ImplicitBoolFlagConverter`. | ||
- New :func:`flag` method to create implicit boolean flags. | ||
- New :class:`Flag` subclass of :class:`~discord.ext.commands.Flag` which adds the implicit boolean functionality. | ||
- Added a simple IPC. | ||
- Added :class:`~discord_tools.ipc.Request`. | ||
- Added :class:`~discord_tools.ipc.Route`. | ||
- Added :class:`~discord_tools.ipc.Server`. | ||
- Added :class:`~discord_tools.ipc.ClientSession`. | ||
- Added :func:`~discord_tools.ipc.route`. | ||
- Added various new methods to :class:`~discord_tools.app_commands.i18n.Translator`. | ||
|
||
Changed | ||
~~~~~~~ | ||
|
||
- :class:`~discord_tools.app_commands.i18n.Translator` is now a subclass of :class:`~discord.app_commands.Translator`. | ||
|
||
Removed | ||
~~~~~~~ | ||
|
||
- Removed :class:`~discord_tools.app_commands.i18n.Client`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters