Skip to content

2.3.12

Compare
Choose a tag to compare
@pipe01 pipe01 released this 12 May 22:51
· 45 commits to master since this release

Changelog:

  • The custom components menu will now auto-hide after not being used for a certain amount of time.

API changes:

  • The mod parameter is no longer required when registering commands.
  • (!) Property names are no longer required when using the PatchMethodAttribute
    • For example: [PatchMethod(OriginalMethod = "MyMethod", PatchType = PatchType.Postfix)] => [PatchMethod("MyMethod", PatchType.Postfix)].