Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Releases: comroid-git/javacord-utilities

Refactor to de.comroid; Parsing improvements

08 Nov 22:19
Compare
Choose a tag to compare

The whole project was moved to the de.comroid package. Remember to update your imports!

Added:

  • Keywords [on, off, yes, no, true, false] will now be parsed as booleans by the ServerPropertiesManager (#23)
  • Support for command channel property (#25)
  • InfoReactions are now a valid response on a command (#27)

Changed:

  • Reworked prefix extraction in the CommandHandler (#26)
  • The default help command always lists as topmost (dea7af8)

Hotfixed CommandHandler

31 May 22:07
c504f05
Compare
Choose a tag to compare
1.0.2rev1

Update README.md

Spaces in commands, Blacklisting guilds, Minor bugfixes

27 May 12:24
Compare
Choose a tag to compare

Additions:

  • Commands can now accept Strings with spaces as arguments. (#16) A String with spaces must be surrounded by " characters and spaces around that.
  • Servers can now be blacklisted from issuing commands. (#19)

Changes:

  • Command prefixes and aliases are now lowercased before searching for the command. (#17)

Fixes:

  • A paged help embed will now also ignore commands that have the showInHelpCommand attribute set to false. (#18)

Bugfixes & Command Unregistering

25 May 07:44
Compare
Choose a tag to compare

Additions:

  • Added a method for unregistering commands (#7)

Changes:

  • Thrown Exceptions by Commands are no longer rethrown but logged via Log4J (37a4ed3 & d4785a8)
  • Exception information embeds are now always red (9605091)

Fixes:

  • Fixed Command#showInDefaultHelp being ignored (#8)
  • Fixed ServerPropertiesManager overwriting previously deserialized PropertyGroups (#9)

First Release

24 May 09:03
Compare
Choose a tag to compare
1.0.0

Version 1.0.0