Skip to content

Releases: botblock/JavaBotBlockAPI

v6.6.4: 1 Site deprecated, 2 removed

Choose a tag to compare

@Andre601 Andre601 released this 24 Mar 16:36
b8a8cfa

➕ Added

✏️ Changed

  • Site updated
    • Deprecated DISCORDBOTDIRECTORY_NET
    • Removed DISCORDAPPS_DEV
    • Removed INFINITYBOTLIST_COM

🐛 Bugs Fixed

v6.6.3: 1 new Site, 1 deprecated, 2 removed

Choose a tag to compare

@Andre601 Andre601 released this 19 Mar 09:11
1841574
  • Site updated:
    • Added DISCORDLIST_SPACE (Replaces BOTLIST_SPACE)
    • Deprecated BOTLIST_SPACE
    • Removed BOTS_DISTOP_XYZ
    • Removed BOTS_IDLEDEV_ORG

6.6.2: Deprecated 2 sites, added 1, removed JavaBotBlockInfo

Choose a tag to compare

@Andre601 Andre601 released this 02 Mar 23:29
9397fa7
  • Site updated:
    • Deprecated DISCORDAPPS_DEV
    • Deprecated INFINITYBOTLIST_COM
    • Added INFINITYBOTLIST_XYZ
  • Removed JavaBotBlockAPIInfo class

v6.6.1: Deprecate 2 Sites

Choose a tag to compare

@Andre601 Andre601 released this 21 Feb 21:13
2eb5083
  • Site updated:
    • Deprecated BOTS_DISTOP_XYZ
    • Deprecated BOTS_IDLEDEV_ORG

v6.6.0: Move to Info class

Choose a tag to compare

@Andre601 Andre601 released this 14 Feb 17:00
5bfe098

JavaBotBlockAPIInfo was quite a mouth full, so it was now changed to Info.
The old class still exists but is now deprecated.

Othe noteworthy changes:

  • MAJOR, MINOR and PATCH are now integers in Info. The ones in the deprecated class are still Strings for compatability reasons.
  • New JENKINS String was added to info for the Jenkins CI URL.

v6.5.1: 1 new Site and corrections

Choose a tag to compare

@Andre601 Andre601 released this 14 Feb 16:39

-Site updated:

  • Added FATESLIST_XYZ
  • Corrected invalid version info in JavaBotBlockAPIInfo

Fixed GitHub Actions Workflow

Choose a tag to compare

@Andre601 Andre601 released this 09 Feb 20:53

Just fixed a GitHub Workflow issue.

Jar files didn't change and the previous release is still up-to-date.

v6.5.0: New Repository!

Choose a tag to compare

@Andre601 Andre601 released this 09 Feb 20:31

As announced in the previous release did the repsitory change from bintray over to CodeMC due to Bintray shutting down in the near future.

This brings some minor changes that you should know:

  • the URL used for the Repository is now https://repo.codemc.io/repository/maven-public
  • The version is now in the format major.minor.patch_build (This release is 6.5.0_328
  • The main download for all modules is gone. This means you have to define each module individually as a dependency.

The readme and the Javadocs have been updated with the latest changes. No other changes have been made to the code itself.
I cannot guarantee that everything works as expected, especially modules requiring external dependencies.

Please report any issues you encounter. Thanks!

v6.4.2: 1 Site added

Choose a tag to compare

@Andre601 Andre601 released this 05 Feb 16:50

Important notice

Bintray, the repository site I use to distribute JavaBotBlockAPI with, will be sundowning in may this year. This means that from that month onwards, any versions of this library won't be available anymore.
This also includes any versions you may find on jcenter as that service will stop too.

I'll try to find an alternative to use and inform you in a new release once I'm finished.

Fix GitHub-Pages Actions

Choose a tag to compare

@Andre601 Andre601 released this 27 Jan 17:02
f11224f

Fix peaceiris/actions-gh-pages