Skip to content

Releases: Qkrisi/ktanemodkit

2.0.3.1

08 Jan 17:16

Choose a tag to compare

This release is published due to the recent change of the default plugin source URL. In order to keep using the plugin manager in old versions of the modkit after January 2024, update your modkit according to commit 758ccdf.

Changes since 2.0.2.0:

  • Custom plugin manager sources (#bd23e66)
  • Make TestHarness TP reflections consistent with TP itself (#37eacc3)
  • Generate assembly definitions before build (#19df68f)
  • TestHarness Twitch Plays: !h and !f flags (#27b4f06)
  • Ability to update mod as a contributor (#d17e279)
  • TestHarness: slightly more helpful error message in a narrow corner-case (#82428fc)
  • KMBossModule: new method GetIgnoredModuleIDs (#b0d286d)
  • Changed default plugin source URL (#758ccdf)
  • Failsafe for GitHub release fetches (#34f86af)

2.0.2.0

28 Jul 12:47

Choose a tag to compare

Changes marked in bold are major changes (hence the 2nd major version)

Changes since 1.2.1.0:

  • C# 6 compatibility (#e6b0d76)
  • Use assembly definitions for compilation, ability to import and use the game's libraries (Assembly-CSharp, Assembly-CSharp-firstpass) (#e44e713, #94788f3, #d9e3e3b, #5dc5d5e)
  • Reload downloaded plugins correctly on refresh + about window (#867031b)
  • Allow zip directory targets to ignore files (#2cdee19)

Plugins requiring 2.0.2.0+:

  • Master Template (By Deaf)

1.2.1.0

19 Feb 10:33

Choose a tag to compare

Changes since 1.1.1.0:

  • Allow plugin manager to download source code from GitHub release (#cb585cf)
  • Fix TestHarness not updating children positions (gamepad support) (#af414e3)
  • Remove folder imports + fix removal of * zip plugins (#2ecc921)
  • Manual folder restructure (template for the Repository of Manual Pages) (#f1f9e33)

Plugins requiring 1.2.1.0+:

  • Module Template (By Kuro)
  • Master Template (By Deaf)

1.1.1.0

19 Jan 18:35

Choose a tag to compare

Changes since 1.1.0.0:

  • Fixed module editors displaying the attributes twice (#c9b1e7d)

Plugins requiring 1.1.1.0+:

  • Delegate Editor

1.1.0.0

19 Jan 18:31

Choose a tag to compare

This is the first versioned release of the modkit. Versions will be used to avoid plugin incompatibilities, new releases will happen when a plugin (either old or new) requires a version newer than the last release.

Plugins requiring 1.1.0.0+:

  • wawa.Editors