Skip to content

Harmony 2.3.4

Compare
Choose a tag to compare
@pardeike pardeike released this 05 Feb 22:37
· 1 commit to master since this release
c3bda40

What's New

  • supports .NET 9
  • API landing page in the docs

What's Changed

  • updates to MonoMod.Core v1.2.3
  • updated version of ILRepack
  • updated readme with more game references
  • fixes Codes shortcuts, applies HarmonyArgument before special name lookup e8b4857
  • documentation fixes (incl. a CodeMatcher example by @warquys)
  • bumped dependency versions
  • handle using object in place of value type, and vice versa e04f564
  • fixe NRE #639
  • allows empty string for targeting special MethodType options and doesn't try searching for it with AccessTools 0b13d7b
  • adds a test for #640
  • net9 locking in FileLog 57ed506
  • handle constant/static readonly fields in MakeDeepCopy #619
  • fixed wrong cache call in CallClosure() 22959ce
  • prevents infinite loop in CodeMatcher when using MatchStartBackwards/Repeat #647

Known unsolved issues

  • methods returning bool? cannot be patched correctly (disabled test 81aa26a)