Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Releases: OoLunar/DSharpPlus.CommandAll

v1.1.0-rc4

22 Mar 17:46
83ad94f

Choose a tag to compare

Fixes a dependency related bug with submodules and project references

v1.1.0-rc3

19 Mar 18:13
d938f42

Choose a tag to compare

v1.1.0-rc3 Pre-release
Pre-release

This release contains an incredibly new feature which reduces code duplication: Command checks. With the ability to apply the same amount of context checks on multiple commands. Additionally tons of bug fixes and new docs were added.

What's Changed

New Contributors

Full Changelog: 1.1.0-rc2...1.1.0-rc3

v1.1.0-rc2

13 Jan 06:27
db9e7a2

Choose a tag to compare

v1.1.0-rc2 Pre-release
Pre-release

General bug fixes. Expect the argument converter design to change.

Full Changelog: 1.1.0-rc1...1.1.0-rc2

v1.1.0-rc1

15 Dec 19:08
ddff937

Choose a tag to compare

v1.1.0-rc1 Pre-release
Pre-release

Skipping 1.0.0 because GH Actions ruined it. This release contains tons of bug fixes, new convenience methods and a few new attributes.

Full Changelog: 1.0.0-rc3...1.1.0-rc1

v1.0.0-rc3

01 Dec 00:55
f5de247

Choose a tag to compare

v1.0.0-rc3 Pre-release
Pre-release
  • 79e24da Remove ContinueWith that was supposed to be removed earlier
  • f018e28 Rename RemainderText to RemainingText
  • 247bef0 Fix command error handlers
  • 4c6d55f Allow entity converters to lookup by mention, id AND name
  • 23a4ce9 Fix params
  • 4e0e958 Fix optional arguments not optionalling
  • 3c4b8f8 Fix DiscordMessageArgumentConverter regex and incorrect not statement
  • bf14752 Fix CommandParameterSlashMetadata.IsRequired not being respected
  • b97080e Update entity converters to attempt to parse the snowflake before falling back to the Regex
  • 5087312 Fix incorrect converter slash command types
  • b227313 CommandParameterBuilder.Parse no longer attempts to verify, keeping consistent behavior with the other builders
  • 7a6d74e Fix "Collection was modified; enumeration operation may not execute." error

v1.0.0-rc2

29 Nov 05:14
d9a7c1b

Choose a tag to compare

v1.0.0-rc2 Pre-release
Pre-release
  • Fixes logging
  • Fixes sharding
  • Fixes commands with no parameters being broken

v1.0.0-rc1

28 Nov 08:23
a004aee

Choose a tag to compare

v1.0.0-rc1 Pre-release
Pre-release
Feature Currently Supported
Text Commands Yes
Slash Commands Yes
Command Aliases Yes
Generated Aliases Yes
Command Groups Yes
Custom Argument Type Converters Yes
Per Argument Type Converters Yes
Built In Help Command No
Params (Auto Generated Arguments) Yes
XML Documentation No
Translation Classes Ish
Pre-Execution Checks No