Changelog¶
All the changes of this project will be registered here.
This format is based on Keep A Changelog and this project adheres to Semantic Versioning.
Version 1.0.0¶
Warning
This version contains breaking changes.
Added¶
Added
CogContextMenuHolder, which allows creating context menus in cogs.- Added
RegexConverterconverter to allow usingre.Matchobjects as annotations in prefixed commands. Added
StringDoesNotMatch.
- Added
- Added
ImplicitBoolFlagConverter.
- Added
- Added a simple IPC.
Added
Request.Added
Route.Added
Server.Added
ClientSession.Added
route().
Added various new methods to
Translator.Added new
Greedytransformer.
Changed¶
Translatoris now a subclass ofTranslator.
Removed¶
Removed
discord_tools.app_commands.i18n.Client.