Skip to content

Releases: BlazingTwist/BTHarmonyUtils

0.2.0 - BepInPlugin and .Net 3.5 compatibility

12 Mar 14:19
Compare
Choose a tag to compare

Changelog

  • Added BTHarmonyUtilsPlugin so you can add BTHU as a BepInDependency
  • Backwards-compatibility support for .Net 3.5 and up.

File Explanation

  • .dll is required
  • .xml adds documentation (heavily recommended)
  • .pdb is for debugging (optional)

0.1.0 - TextTableBuilder and InstructionTableBuilder

17 Jan 00:45
Compare
Choose a tag to compare

Changelog

  • Added LoggingUtils for logging formatted tables. wiki

File Explanation

  • .dll is required
  • .xml adds documentation (heavily recommended)
  • .pdb is for debugging (optional)

0.0.6 - Bug-Fixes

16 Jan 23:43
Compare
Choose a tag to compare

Changelog

  • TranspilerPatch: Resolved an issue where duplicate labels would be created when patching with more than one expected match.
  • TranspilerPatch: Overlap detection now correctly handles cases with more than two matches.

File Explanation

  • .dll is required
  • .xml adds documentation (heavily recommended)
  • .pdb is for debugging (optional)

0.0.5 - Label-PullUp and Wiki

19 Dec 22:24
Compare
Choose a tag to compare
  • .dll is required
  • .xml adds documentation (heavily recommended)
  • .pdb is for debugging (optional)

0.0.4 - InstructionSearcher

07 Apr 20:59
Compare
Choose a tag to compare
add default value for SearchMask parameters

Beta v0.0.3

24 Nov 23:37
Compare
Choose a tag to compare
Beta v0.0.3 Pre-release
Pre-release

Implemented InstructionSearcher

Beta v0.0.2

29 Oct 19:21
Compare
Choose a tag to compare
Beta v0.0.2 Pre-release
Pre-release

Contains basic Transpiler utils and BTHarmonyMidFix Attribute.