Skip to content

Releases: pardeike/Harmony

Harmony 2.0.1

10 May 09:13
Compare
Choose a tag to compare

Fixes:

  • MonoMod.Common updated to v20.5.7.1
  • Unpatch has improved documentation pointing out it being global

New API:

Existing API:

  • Transpilers can default to original input by returning null

Harmony 2

20 Apr 20:13
Compare
Choose a tag to compare

2.0.0.10 fixes #275 and updates MonoMod.Common to 20.4.20.1

It also adds

  • HasMethodBody
  • CreateILGenerator
  • more variation for AccessTools.FieldRef/StaticFieldRef

Harmony 2

31 Mar 20:01
Compare
Choose a tag to compare

2.0.0.9 fixes

  • #266, #267, #274 (struct returning methods with Mono in .NET 3.5)
  • #268 (Target DllImport methods)
  • #269 (Traverse.Method throws ambiguous match exception)

Harmony 2

29 Feb 20:49
Compare
Choose a tag to compare

2.0.0.8 fixes

  • Struct returning methods with Mono (again)
  • Fix #263
  • Fix #255
  • Debug output format improvements (local variables, complete types)

Harmony 2

27 Feb 18:28
Compare
Choose a tag to compare

2.0.0.7 fixes

  • struct returning methods with Mon (for real this time)
  • offsets in debug output are correct
  • local variables now show in debug output
  • exception handling and reporting improved
  • build process improved

Harmony 2

24 Feb 19:53
Compare
Choose a tag to compare

2.0.0.6 is a hotfix release fixing struct returning methods that are virtual
Also new: Prefix that do not alter the original methods state in any way are now no longer skipped when a previous Prefix returns false.

Harmony 2

20 Feb 18:07
Compare
Choose a tag to compare

2.0.0.5 is a hotfix release fixing #254

Harmony 2

19 Feb 19:45
Compare
Choose a tag to compare

2.0.0.4 is a hotfix for patching static methods that have pointers to returned structs [Regression on 5456977]

Harmony 2

18 Feb 21:54
Compare
Choose a tag to compare

2.0.0.3 is a hotfix for a cast error when shifting method arguments and an error with void Prepare methods

Harmony 2

18 Feb 07:41
Compare
Choose a tag to compare

2.0.0.2 is a hotfix for patching methods that have pointers to returned structs [#252]