Releases: Thibstars/Currency-Converter-Bot
Maintenance release
New 'stats' command
Introducing the new 'stats' command, which can be used to pull stats on a specified currency. Try it out for yourself now:
/stats <currencyIsoCode>
!
This release also contains some dependency updates.
Help update
This release contains a minor update for the 'about' command, and the 'help' command has been slightly adjusted as well. It will now work better with Discord's Slash Commands.
This release also includes a minor update of the JDA library.
Slash Commands (JDA migration)
This release contains the new Slash Commands!
This is a mandatory change required by Discord. However, this is a bit of a rough implementation for the time being, the underlying picocli should probably be removed to better support the native (Discord's) command interface.
Since this is quite a significant change, please report issues if you were to discover any.
Message fix
This release contains a message fix for the rate command (extra space).
It also includes code coverage improvements in tests.
Migration to API
Since this release, conversions and rates are no longer calculated in the bot itself, but it will call an API to do it instead.
This release also includes minor changes such as refactoring, updated tests, validations and tweaks.
Updated project dependencies
Besides dependency upgrades, the move to top-gg has also been applied.
New command, updated copyright and dependencies
This release contains a new command: 'issue'. This command provides a direct url to the Github issue creation page. Copyright notices have been updated. Dependencies have been updated, which has also updated underlying Log4J2 dependencies, which contained a security vulnerability.
Updated project dependencies and improved message
This release contains updated project dependencies and an improved message when an unrecognized command has been issues.
Code improvements and disabled ansi
Minor code improvements and disabled ansi for the usage help output.