Skip to content

Releases: Thibstars/Currency-Converter-Bot

Maintenance release

28 Nov 15:09
91bc70e
Compare
Choose a tag to compare

This release contains merely technical changes.

New 'stats' command

25 Oct 12:45
368e7f0
Compare
Choose a tag to compare

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

25 Sep 09:15
91c4fc5
Compare
Choose a tag to compare

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)

31 Aug 16:46
2f25f7e
Compare
Choose a tag to compare

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

14 Jul 16:34
20346a0
Compare
Choose a tag to compare

This release contains a message fix for the rate command (extra space).

It also includes code coverage improvements in tests.

Migration to API

12 Jul 19:45
a8eb912
Compare
Choose a tag to compare

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

05 Jul 17:46
512d578
Compare
Choose a tag to compare

Besides dependency upgrades, the move to top-gg has also been applied.

New command, updated copyright and dependencies

27 Dec 09:17
252bf14
Compare
Choose a tag to compare

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

18 Dec 13:35
bb6948a
Compare
Choose a tag to compare

This release contains updated project dependencies and an improved message when an unrecognized command has been issues.

Code improvements and disabled ansi

20 Oct 18:13
737d074
Compare
Choose a tag to compare

Minor code improvements and disabled ansi for the usage help output.