Releases: xpdustry/toxopid
Releases · xpdustry/toxopid
v4.1.1
v4.1.0
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
Fixes
- Add support for shadow maintained fork.
v4.0.1
v4.0.0
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
- Raise default mindustry version to
v146
. - Removed
useMindustryMirror
option. - Renamed
ModPlatform.HEADLESS
toModPlatform.SERVER
. - For a complete list of the breaking changes, read https://github.com/xpdustry/toxopid/blob/master/MIGRATING.md.
v4.0.0-rc.2
Final release candidate, and also because initial RC failed to publish on Gradle.
v4.0.0-rc.1
Initial release candidate for testing, consult MIGRATING.md for more info.
v3.2.0
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.
v3.1.0
v3.0.0
Major release for y'all :)
Changes
MindustryExec
now extendsJavaExec
, it enabled a better debugging experience and more control over the Mindustry instance runtime.- Renamed
JarArtifactDownload
toGithubArtifactDownload
. - Added new data fields for
ModMetadata
(subtitle, keepOutlines, texturescale, pregenerated). - Moved some classes into dedicated packages (see migration guide at the bottom of the
README.md
). - Github artifacts are now cached in a shared directory in the gradle user home (see
GithubArtifactDownload.java
). Which means download once, use everywhere.
Added
- Suport for non compressed mods in
MindustryExec
.