Releases: koply/KCommando
Release 5.1.0
Added Perm annotation for slash commands.
Fixed the bug when creating slash commands without any options.
Javacord version updated to 3.8.0
JDA version updated to 5.0.0-beta.11
Full Changelog: 5.0.1...5.1.0
Patch 5.0.1
Fixes package not reading issue.
v5.0.0
Release 5.0.0
This is a MAJOR update. Some methods and classes changed. Some instructions changed.
- Slash command support added.
- Handling buttons added.
- Some of the callbacks removed.
- All annotations changed.
- Argument methods removed.
- Plugin support removed from KCommando but the plugin library not removed.
Everything explained in the readme.
Full Changelog: 4.2.7...5.0.0
Patch 4.2.7
Release 4.2.6
External plugin system added. Internal module created and the internal package moved to the internal module.
Cleanup the dirty lines.
Patch 4.2.4
Time specified CronService and argument system for commands.
Patch 4.2.3
Modular data preservence (as file) system added.
Patch 4.2.2
Added safe usage methods for blacklist things.
Added similar commands and command not found callback as SuggestionsCallback.
Fixed a critic error.
Release 4.2.0
Custom guild prefix support added.
JRunnable interfaces created for jda and javacord integrations. Just simplify for the KRunnable.
New handle method added. -> handle(, args, prefix) 0x03
CommandHandler#process() method had mitosis(!) to a few methods for modularity.
BlacklistUser feature added for ban user from all commands.
BlacklistMember feature added for ban user from all commands in single guild.
BlacklistChannel feature added for ban a channel from all commands in single guild.
Release 4.1.1
Bug fixed and patch versioning.