Skip to content

Releases: Lucky-Development-Department/NovenaInjector

Bug fixes & build cleanup

Choose a tag to compare

@BadAccuracyID BadAccuracyID released this 25 May 01:54

Few fixes that have been sitting in the queue:

  • Version checker now actually picks the higher version instead of always rejecting duplicates
  • canLoad is now thread-safe
  • Dropped a dead branch in the version parser (the regex check was unreachable after the digit-only strip)
  • Fixed the broken Java snippet in the README (missing paren)

Build:

  • Gradle 7.4 → 8.10.2 (so it builds on JDK 17/21)
  • Output still targets Java 8 bytecode — verified running on JRE 8, 11, 17, and 21
  • CI now uses JDK 17 + Temurin via setup-java@v4
  • Added a MIT license

Full Changelog: 3.0...4.0

Version checking

Choose a tag to compare

@BadAccuracyID BadAccuracyID released this 22 May 18:51

Basically, this thing can now check for duplicate loaded jars and also warns for different dependency versions

Full Changelog: 2.0...3.0

Better Logger

Choose a tag to compare

@BadAccuracyID BadAccuracyID released this 21 May 03:49

Full Changelog: 1.0...2.0

Initial Release

Choose a tag to compare

@BadAccuracyID BadAccuracyID released this 21 May 03:39