Releases: xpdustry/toxopid
Releases · xpdustry/toxopid
v4.2.0
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
v4.1.1
v4.1.0
Features
- Dexing with
DexJarno 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
DexJartask. - 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
useMindustryMirroroption. - Renamed
ModPlatform.HEADLESStoModPlatform.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.