Skip to content

🚀 v5.1.1 | Bug Fixes

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 11:25

🔭 Overview

A small follow-up release fixing two relevant bugs regarding command localization and command option validation.

📄 Docs

You can find the wiki for this version here.

To visit this version's javadocs click here.

📦 Download / Usage

Gradle

repositories {
  mavenCentral()
}

dependencies {
  implementation("io.github.kaktushose:jda-commands:5.1.1")
}

Maven

<dependency>
  <groupId>io.github.kaktushose</groupId>
  <artifactId>jda-commands</artifactId>
  <version>5.1.1</version>
</dependency>

What's Changed

Bug fixes

  • Fix description always being overridden by LocalizationFunction by @Kaktushose in #368
  • Fix @Min and @Max constraints not working and also add missing support for Strings by @Kaktushose in #366

Other changes

Full Changelog: v5.1.0...v5.1.1