|
1 | 1 | ## What's Changed: |
2 | | -* Updated ``AsmResolver`` to ``6.0.0-beta.5`` |
3 | | -* Updated ``Il2CppInterop`` to ``1.5.1-ci.845`` |
4 | | -* Fixed an issue with ``[D]`` Debug Mode Identifier in Console Title not being appended when set with Game Information |
5 | | -* Fixed an issue with ``MelonUtils.SetConsoleTitle`` not working when ``DontSetTitle`` Console option is true |
6 | | -* Fixed an issue with ``Loader.cfg`` saving ``DebugMode`` as true when first launching with a Debug Build |
7 | | -* Implemented support for .NET Portable directories under ``<GAME>/dotnet`` and ``<GAME>/MelonLoader/Dependencies/dotnet`` [[#1062](<https://github.com/LavaGang/MelonLoader/pull/1062>)] |
8 | | -* Fixed compilation issues for MacOS |
9 | | -* Modified Il2Cpp Type Registration to be logged when in Debug Mode |
10 | | -* Fixed cross-compilation issues for Linux |
11 | | -* Fixed Initialization Issues with native Mono and Il2Cpp games on Linux |
12 | | -* Fixed an issue with Automatic Melon Harmony Patching looking for unannotated types |
13 | | -* Fixed UnityEngine.Il2CppAssetBundleManager to support Unity 6000+ [[#1122](<https://github.com/LavaGang/MelonLoader/pull/1122>)] |
14 | | -* Fixed NativeHook Functionality for Linux [[#1123](<https://github.com/LavaGang/MelonLoader/pull/1123>)] |
15 | | -* Fixed AssemblyVerifier.IsNameValid to support Unicode Standard Annex 15 [[#1094](<https://github.com/LavaGang/MelonLoader/pull/1094>)] |
16 | | -* Fixed an issue with ``Loader.cfg`` having its values overwritten by defaults |
17 | | -* Fixed an issue with ``Loader.cfg`` not recreating missing options |
18 | | -* Fixed an issue with ArgumentException being thrown when parsing duplicate launch options |
19 | | -* Adjusted NuGet package to include package references [[#1127](<https://github.com/LavaGang/MelonLoader/pull/1127>)] |
20 | | -* Fixed an issue with CoreClrDelegateFixer causing crashes under Wine/Proton |
21 | | -* Fixed NativeHook Backwards Compatibility |
22 | | -* Reverted BootstrapInterop NativeHook exports to utilize pointers again to work around recursive trampoline issue |
23 | | -* Fixed MelonUtils.TryPatchAll methods to allow returned list of generated patches |
24 | | -* Reimplemented warning for CoreClrDelegateFixer.SanityCheckDetour when reusing a pinned delegate |
25 | | -* Added ``0Harmony.dll`` to the list of assemblies to be force-resolved from the included file to fix resolve issues |
26 | | -* Fixed an issue with Warnings and Errors not having identifiers |
27 | | -* Aligned MelonUtils.TryPatchAll extensions to expected Harmony.PatchAll behavior |
28 | | -* Improved Il2CppInterop InjectionHelpers.Setup Fix |
29 | | -* Implemented Tomlet Mapping for Rect and RectInt |
30 | | -* Adjusted OnPreferencesSaved and OnPreferencesLoaded callbacks to fix an issue with them sometimes not being triggered |
31 | | -* Fixed Il2CppICallInjector to ignore shim methods that use GetPinnableReference |
32 | | -* Fixed an issue with MacOS Bootstrap not having the needed ``__interpose`` [[#1138](<https://github.com/LavaGang/MelonLoader/pull/1138>)] |
33 | | -* Added a Launch Script for easier MacOS installation [[#1138](<https://github.com/LavaGang/MelonLoader/pull/1138>)] |
34 | | -* Fixed an issue with Il2CppICallInjector not handling complete Method Signatures |
35 | | -* Fixed UnityEngine.Il2CppImageConversionManager to support Unity 6000+ [[#1144](<https://github.com/LavaGang/MelonLoader/pull/1144>)] |
36 | | -* Improved .NET Portable Directory loading |
37 | | -* Fixed an issue with Bootstrap Core Pathing being used before Initialization [[#1163](<https://github.com/LavaGang/MelonLoader/pull/1163>)] |
38 | | -* Rewrote .NET Handling to better abide by overrides |
39 | | -* Implemented Portable .NET Runtime Fallback to help minimize HostFxr load failures |
40 | | -* Fixed an issue with .NET Handling not abiding by Base Directory |
| 2 | +* |
41 | 3 |
|
42 | 4 | ## Contributors: |
43 | | -* [JoShMiQueL](<https://github.com/JoShMiQueL>) made a contribution in [#1062](<https://github.com/LavaGang/MelonLoader/pull/1062>) |
44 | | -* [Javialonqv](<https://github.com/Javialonqv>) made a contribution in [#1122](<https://github.com/LavaGang/MelonLoader/pull/1122>) & [#1144](<https://github.com/LavaGang/MelonLoader/pull/1144>) |
45 | | -* [aldelaro5](<https://github.com/aldelaro5>) made a contribution in [#1123](<https://github.com/LavaGang/MelonLoader/pull/1123>) |
46 | | -* [kohanis](<https://github.com/kohanis>) made a contribution in [#1094](<https://github.com/LavaGang/MelonLoader/pull/1094>) |
47 | | -* [ds5678](<https://github.com/ds5678>) made a contribution in [#1127](<https://github.com/LavaGang/MelonLoader/pull/1127>) |
48 | | -* [Rukongai](<https://github.com/Rukongai>) made a contribution in [#1138](<https://github.com/LavaGang/MelonLoader/pull/1138>) |
49 | | -* [Squaduck](<https://github.com/Squaduck>) made a contribution in [#1163](<https://github.com/LavaGang/MelonLoader/pull/1163>) |
| 5 | +* |
50 | 6 |
|
51 | | -**Full Changelog**: [CHANGELOG.md](<https://github.com/LavaGang/MelonLoader/blob/master/CHANGELOG.md>) | [v0.7.2...v0.7.3](<https://github.com/LavaGang/MelonLoader/compare/v0.7.2...v0.7.3>) |
| 7 | +**Full Changelog**: [CHANGELOG.md](<https://github.com/LavaGang/MelonLoader/blob/master/CHANGELOG.md>) | [v0.7.3...v0.8.0](<https://github.com/LavaGang/MelonLoader/compare/v0.7.3...v0.8.0>) |
0 commit comments