Skip to content

3.0.0

Compare
Choose a tag to compare
@DxsSucuk DxsSucuk released this 08 Jun 12:57
· 1195 commits to master since this release
f6affa7

Moving from v2(and v3 pre release) to v3

You will need to execute these two SQL queries before running the bot or the Webinterface, to keep hibernate from destroying itself.

ALTER TABLE `Tickets` CHANGE 
`logChannelToken` `logChannelWebhookToken` VARCHAR(255) 
CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL;

ALTER TABLE `Tickets` CHANGE
`logChannelId` `logChannelWebhookId` BIGINT(20) NULL DEFAULT NULL;

ALTER TABLE `ScheduledMessageWebhooks` CHANGE 
`actualChannelId` `channel` BIGINT(20) NULL DEFAULT NULL;

Changelog

New

  • Customization options via config.
  • Support to disable parts via config.
  • Economy commands
  • AI module

Changes

  • Translating more.
  • Update docker/metadata-action action to v4.5.0 by @renovate in #370
  • Update docker/login-action action to v2.2.0 by @renovate in #369
  • Update dependency commons-io:commons-io to v2.13.0 by @renovate in #371
  • Update dependency io.sentry:sentry to v6.22.0 by @renovate in #368

Removed

  • Removing commented out code.

Files

  • Ree6-x.x.x-jar-with-dependencies.jar -> the actual executable you want to use!
  • Ree6-Installer.jar -> a simple executable which will guide you to setup Ree6 and download the newest release for you! (recommended)
  • Ree6.jar -> depedenciesless Ree6 file (for use as dependencies)

Full Changelog: 2.4.12...3.0.0