Skip to content

Releases: xpdustry/toxopid

v2.2.0

01 Dec 22:52
d54d914
Compare
Choose a tag to compare

Changes

  • The default mmindustry version is now v140.

  • Deprecated GithubArtifact and GithubDownload in favor of a simpler API ModArtifactDownload.

  • Random optimizations.

Chores

  • Changed the internals to comply with the "configuration driven plugins".

v2.1.1

14 Sep 12:05
v2.1.1
dca9e55
Compare
Choose a tag to compare

V2.1.1

  • Fixed bug where the wrong Mindustry artifacts were downloaded

v2.1.0

05 Sep 18:50
v2.1.0
0541ee5
Compare
Choose a tag to compare

V2.1.0

  • Fixed an issue with mindustry version in download tasks.

  • GitHubArtifact is now an interface that can be implemented.

  • Misc changes.

v2.0.0

21 May 12:10
v2.0.0
49adbb4
Compare
Choose a tag to compare

V2.0.0

Complete overhaul of the plugin, it now follows gradle plugin convention to allow maximum customization :

  • Multiple sub-plugins.

  • Task pipelines. (downloadMindustry -> runMindustry)

  • Simpler extension settings...

  • Much more !!!

v1.3.2

16 Feb 23:46
Compare
Choose a tag to compare

v1.3.2

  • BugFix: removed annotations artifact since it's no longer published in V7.

v1.3.1

15 Feb 20:20
Compare
Choose a tag to compare

v1.3.1

  • Fix bug where only the ModTarget.DESKTOP dependencies are applied.
  • Small changes

v1.3.0

13 Feb 21:57
Compare
Choose a tag to compare

v1.3.0 Release

  • Renamed MindustryDependency to ModDependency.
  • Renamed MindustryTarget to ModTarget.
  • Renamed ToxopidExtension attributes accordingly ^.
    • Removed modFile.
  • Bug fixes related to MindustryExec tasks
  • Addition of addArtifact method to MindustryExec for gradle multi-projects.

v1.2.1

13 Feb 02:21
Compare
Choose a tag to compare
  • Bug fixes

v1.2.0

13 Feb 02:03
Compare
Choose a tag to compare
  • Removed static constructor of ModMetadata

v1.1.0

12 Feb 16:47
Compare
Choose a tag to compare
  • Random improvements