|
1 | 1 | | Versions: | |
2 | 2 | | - | |
| 3 | +| [v0.7.0](#v070) | |
3 | 4 | | [v0.6.6](#v066) | |
4 | 5 | | [v0.6.5](#v065) | |
5 | 6 | | [v0.6.4](#v064) | |
|
38 | 39 |
|
39 | 40 | --- |
40 | 41 |
|
| 42 | +### v0.7.0 |
| 43 | + |
| 44 | +1. Updated Unity Dependencies Source to use the [New Automated Repository](https://github.com/LavaGang/MelonLoader.UnityDependencies) (Credits to [slxdy](https://github.com/slxdy) :D) |
| 45 | +2. Fixed an issue with MelonProxy not using Executable Path for Base Directory |
| 46 | +3. Reworked Bootstrap and Proxy to use NAOT Compilation (Credits to [slxdy](https://github.com/slxdy) :D) |
| 47 | +4. Fixed an issue with the Il2CppAssemblyGenerator ignoring the --melonloader.agfregenerate launch option |
| 48 | +5. Fixed an issue with Loading Plugins from MelonFolders that exist in the Mods folder too Early |
| 49 | +6. Fixed an issue with Il2CppAssemblyGenerator using Incorrect Module Pathing to Load |
| 50 | +7. Fixed an issue with Extended Folder Scanning not running without strict definition of Folder Names |
| 51 | +8. Updated Cpp2IL to 2022.1.0-pre-release.19 |
| 52 | +9. Reimplemented Cpp2IL StrippedCodeRegSupport Module |
| 53 | +10. Fixed an issue with .NET Bundle Extraction attempting to extract to a folder of the same name as the executable |
| 54 | +11. Fixed an issue with Compatibility Layers not loading from Base Directory |
| 55 | +12. Updated Il2CppInterop to 1.4.6-ci.585 |
| 56 | +13. Updated System.Configuration.ConfigurationManager, System.Drawing.Common, and System.Security.Permissions to 9.0.0 |
| 57 | +14. Revert de-duplication to fix decoding by type hint broken in TinyJSON (Credits to [No3371](https://github.com/No3371) :D) |
| 58 | +15. Implemented Loader Config system (Credits to [slxdy](https://github.com/slxdy) :D) |
| 59 | +16. Changed Console Encoding to UTF8 (Credits to [slxdy](https://github.com/slxdy) :D) |
| 60 | +17. Fixed an issue with AsmResolver not being able to read files correctly (Credits to [Atmudia](https://github.com/Atmudia) :D) |
| 61 | +18. Made all Obsolete Members into Errors (Credits to [slxdy](https://github.com/slxdy) :D) |
| 62 | +19. Moved SharpZipLib to BackwardsCompatibility (Credits to [slxdy](https://github.com/slxdy) :D) |
| 63 | +20. Moved TinyJSON to BackwardsCompatibility (Credits to [slxdy](https://github.com/slxdy) :D) |
| 64 | +21. Improved Mono Library Initialization |
| 65 | +22. Reworked Bootstrap Proxy Exports to allow Loading Original from Local Copy |
| 66 | +23. Implemented Pre-Scan of Melon Folders to fix Load Order |
| 67 | +24. Updated missing deps for NetStandardPatches (Credits to [slxdy](https://github.com/slxdy) :D) |
| 68 | + |
| 69 | +--- |
| 70 | + |
41 | 71 | ### v0.6.6 |
42 | 72 |
|
43 | 73 | 1. Updated Il2CppInterop to 1.4.6-ci.579 |
|
0 commit comments