Skip to content

Releases: stelitop/mad4j

Release v0.0.5

26 Aug 07:04
Compare
Choose a tag to compare

Added:

  • Starting work on text-based commands, beyond slash commands.
  • Multiple return types allowed from (Slash)Commands, including a specialised EventResponse type.
  • Improved processing of command data, reducing redundancy.
  • Built-in command restrictions for limiting commands to either servers (guilds) or DM channels.
  • New integration tests.

Release v0.0.3

09 Sep 05:54
b1358ba
Compare
Choose a tag to compare
Merge pull request #7 from stelitop/v0.0.3

V0.0.3

Release v0.0.2

29 Aug 16:15
128f131
Compare
Choose a tag to compare

Updates the packaging for the files to be consistent with the project group.

First dev release

29 Aug 16:04
Compare
Choose a tag to compare

The first release of mad4j that can be used for creating a discord bot. Currently, the only main feature is declaring slash commands using a method annotation, them being automatically registered as global slash commands and their automatic injecting during events. The lesser features supported are - conditional execution of commands through configurable custom annotations and method annotations for component events, although they are at a much earlier development stage.

Test Release 4

29 Aug 10:39
Compare
Choose a tag to compare
Test Release 4 Pre-release
Pre-release
v0.0.1-alpha-4

Fix version of gradle file.

Test Release 3

29 Aug 10:29
Compare
Choose a tag to compare
Test Release 3 Pre-release
Pre-release
v0.0.1-alpha-3

Turn all components into autoconfigurations.

Test Release 2

28 Aug 20:13
Compare
Choose a tag to compare
Test Release 2 Pre-release
Pre-release
v0.0.1-alpha-2

Update gradlew

Test Release 1

28 Aug 19:17
87adc40
Compare
Choose a tag to compare
Test Release 1 Pre-release
Pre-release

Test release for the automatic package deployment.