Skip to content

Releases: xpdustry/toxopid

v4.2.0

21 Jan 23:06
56954a8

Choose a tag to compare

Bugfixes

  • Use single string dependency notation in ToxopidExtension to fix depreciation warnings for Gradle 10.
  • Made ModMetadata [h]json parser more lenient for integral types.

Maintenance

  • Updated R8 and Android platform version to be in line with Mindustry and support Kotlin 2.3.
  • Raised default Mindustry version to v154.
  • Documentation improvements.

v4.1.2

24 Jan 14:47
e6dd18a

Choose a tag to compare

Fixes

  • Fixed depreciation warnings for Gradle 9 and 10.

Chores

  • Updated build dependencies.
  • Updated default version of R8 to v8.7.18 for DexJar.

v4.1.1

14 Nov 15:10
3c4ef05

Choose a tag to compare

Fixes

  • Fix R8 overriding DexJar classpath, causing warnings.

v4.1.0

30 Sep 20:48
f6f09ea

Choose a tag to compare

Features

  • Dexing with DexJar no longer requires Android studio installed, android platform and R8 are downloaded at runtime.
  • Allow the use of an explicit R8 and android platform version for DexJar.
  • Added support for gradleup's shadow, the official successor of shadow.

Chores

  • Upgraded Gradle to v8.10.2.

v4.0.2

20 Jun 12:38
9696282

Choose a tag to compare

Fixes

v4.0.1

11 Jun 21:40
1988212

Choose a tag to compare

Fixes

  • Made ModMetadata and ModDependency serializable for task input compatibility.
  • Avoid re-downloading assets in GithubAssetDownload.
  • Remove android check for dexTask.

v4.0.0

03 Jun 21:25
a0bfffe

Choose a tag to compare

Toxopid 4 is finally out and ready.

Features

  • Proper android support with DexJar task.
  • Typesafe mindustry dependencies accessor.
  • Github asset download now support private repositories.
  • Added extensions functions for other mindustry repositories (xpdustry and zelaux).
  • Much more!

Changes

v4.0.0-rc.2

03 Jun 13:41
72a1426

Choose a tag to compare

v4.0.0-rc.2 Pre-release
Pre-release

Final release candidate, and also because initial RC failed to publish on Gradle.

v4.0.0-rc.1

01 Jun 18:32
6bd82ac

Choose a tag to compare

v4.0.0-rc.1 Pre-release
Pre-release

Initial release candidate for testing, consult MIGRATING.md for more info.

v3.2.0

08 May 23:28
3e9dda0

Choose a tag to compare

Changes

  • Change default Mindustry version to v143.

Added

  • Added option to use the Mindustry jitpack mirror for compilation.

Bugfixes

  • Fix a crash occurring when the shadow plugin is applied without the java plugin.

Chores

  • Bump mammoth version to 1.3.1.
  • Replaced Kotlin stdlib-jdk8 with bundled Gradle Kotlin dsl version.