chore(deps): update dependency harmonyx to 2.16.1 #6
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/harmonyx-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.9.0→2.16.1Release Notes
BepInEx/HarmonyX (HarmonyX)
v2.16.1What's Changed
Full Changelog: https://github.com/BepInEx/HarmonyX/compare/v2.16.0...v2.16.1
v2.16.0What's Changed
New Contributors
Full Changelog: https://github.com/BepInEx/HarmonyX/compare/v2.15.0...v2.16.0
v2.15.0This version is the first to feature ARM support (including Apple Silicon). Be aware that while it should work, it was not tested yet. Please let us know if it works or not on the BepInEx discord server or in discussions.
Warning: There may be some issues with IL manipulation on mono runtimes (see MonoMod/MonoMod#233). The v2.13 release is the last release without this problem.
What's Changed
Full Changelog: https://github.com/BepInEx/HarmonyX/compare/v2.14.0...v2.15.0
v2.14.0Warning: There may be some issues with IL manipulation on mono runtimes (see MonoMod/MonoMod#233). The v2.13 release is the last release without this problem.
What's Changed
New Contributors
Full Changelog: https://github.com/BepInEx/HarmonyX/compare/v2.13.0...v2.14.0
v2.13.0This release includes all changes made to upstream since Harmony v2.2.1. See Harmony changelog here for details on the merged changes.
What's Changed
New Contributors
Full Changelog: https://github.com/BepInEx/HarmonyX/compare/v2.12.0...v2.13.0
v2.12.0What's Changed
leaveinstructions by @kohanis in #96New Contributors
Full Changelog: https://github.com/BepInEx/HarmonyX/compare/v2.11.0...v2.12.0
v2.10.2Changelog
4e71dc4@pardeike Fix a bug where Harmony calls TargetMethods() always twiceFull Changelog: https://github.com/BepInEx/HarmonyX/compare/v2.10.1...v2.10.2
v2.10.1Changelog
ThrowIfInvalid(#48)v2.10.0Changelog
Merged code from upstream up to
6006140(see Harmony changelog)Important: The merge brings binary incompatibilities to
CodeMatchclass. If you distribute HarmonyX in games or mod loaders, please test for any regressions and apply shims where appropriateStarting this version,
CodeMatchnow inheritsCodeInstruction. Because of this, some fields (labels, blocks) have been removed fromCodeMatchas they are now provided byCodeInstructon. AnyCodeMatchuses where fields are accessed directly will be binary-incompatible. However, this should generally be fairly rare: analysing a few dozenCodeMatchclass uses across different GitHub projects revealed that most developers only use thenew CodeMatchconstructor, which hasn't been altered. Most use cases ofCodeMatchshould still be binary-compatible with HarmonyX 2.10.All nested classes in the
Codeclass have also been annotated with the[EditorBrowsable(EditorBrowsableState.Never)]attribute to prevent custom classes from cluttering most IDEs' code completion.Fix
HARMONY_NO_LOGenvironment variable is not respected for file loggerFix
HarmonyEmitILattribute not working on methods with certain branchesFix handling methods that include
throwsOpCode on monoFix net35 builds not working on CoreCLR because of
AccessTools.PrepForRemotingfixImprove exception messages when applying patches (warn about missing target method or patch method not being static)
Bump MonoMod version to 22.3.23.4 (changelog)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.