Skip to content

Releases: CosimoTiger/plugin-utilities

plugin-utilities v1.0.0-beta.3

31 Aug 11:06

Choose a tag to compare

Pre-release

A new version of plugin-utilities is ready. Grab your own via JitPack:

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.CosimoTiger</groupId>
  <artifactId>plugin-utilities</artifactId>
  <version>1.0.0-beta.3</version>
</dependency>

Gradle

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
  implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-beta.3'
}

Changelog

Full Changelog: 1.0.0-beta.2...1.0.0-beta.3

plugin-utilities v1.0.0-beta.2

06 Jan 16:39

Choose a tag to compare

Pre-release

A new version of plugin-utilities is ready. Grab your own via JitPack:

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.CosimoTiger</groupId>
  <artifactId>plugin-utilities</artifactId>
  <version>1.0.0-beta.2</version>
</dependency>

Gradle

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
  implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-beta.2'
}

Changelog

What's Changed

🛠 Breaking changes

  • New menu utilities, simplified and generalized menu API by @CosimoTiger in #26

🎉 New features

  • feat(menus): MenuManager singleton for new AbstractMenu open methods by @CosimoTiger in #21
  • Cooldowns: add missing docs, implement min-zero time difference, improve tests by @CosimoTiger in #30

✨ Miscellaneous

Full Changelog: 1.0.0-alpha.2...1.0.0-beta.2

plugin-utilities v1.0.0-alpha.2

12 Oct 18:39
df8abb4

Choose a tag to compare

Pre-release

A new version of plugin-utilities is ready. Grab your own via JitPack:

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.CosimoTiger</groupId>
  <artifactId>plugin-utilities</artifactId>
  <version>1.0.0-alpha.2</version>
</dependency>

Gradle

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
  implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-alpha.2'
}

Changelog

What's Changed

🐛 Bug fixes

  • Update docs, simplify MenuManager and remove its generics by @CosimoTiger in #18

✨ Miscellaneous

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #9
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #8
  • Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in #12
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 by @dependabot in #11
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 by @dependabot in #13
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #14
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #15

Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2

plugin-utilities v1.0.0-alpha.1

25 Aug 02:06

Choose a tag to compare

Pre-release

A new version of plugin-utilities is ready. Grab your own via JitPack:

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.CosimoTiger</groupId>
  <artifactId>plugin-utilities</artifactId>
  <version>1.0.0-alpha.1</version>
</dependency>

Gradle

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
  implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-alpha.1'
}

Changelog

New Contributors

Full Changelog: https://github.com/CosimoTiger/plugin-utilities/commits/1.0.0-alpha.1