Skip to content

Commit

Permalink
Merge pull request #362 from RinLovesYou/patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
HerpDerpinstine committed Dec 25, 2022
2 parents e2d1968 + 6dade00 commit 39032f5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Versions: |
| - |
| [v0.6.0](#v060) |
| [v0.5.7](#v057) |
| [v0.5.5](#v055) |
| [v0.5.4](#v054) |
Expand Down Expand Up @@ -31,6 +32,24 @@

---

### v0.6.0:

1. Added Linux Support (Credits to [RinLovesYou](https://github.com/RinLovesYou) :3)
2. Switched the runtime to .NET 6 CoreCLR for Il2Cpp Games (Credits to [SamboyCoding](https://github.com/SamboyCoding) :D)
3. Moved a lot of logic from Native to Managed (Credits to [SamboyCoding](https://github.com/SamboyCoding) & [RinLovesYou](https://github.com/RinLovesYou) :D)
4. Replaced Unhollower with Il2CppInterop (Credits to [SamboyCoding](https://github.com/SamboyCoding), [nitrog0d](https://github.com/nitrog0d) & [ds5678](https://github.com/ds5678) :D)
5. Rewrote Proxy & Bootstrap (Credits to [RinLovesYou](https://github.com/RinLovesYou) :3)
6. Fixed some start screen corruption
7. Added helper methods for determining current platform
8. added `Utils.MelonConsole` for printing to console on mono games
9. Removed Il2CppDumper
10. Update HarmonyX, MonoMod, and Tomlet
11. Switched from MSDetours to Dobby
12. Added full RGB color support in console using Pastel
13. Added `MelonEnvironment` class

---

### v0.5.7:

1. Fixed the MelonEvent registration sorting. (Credits to [SlidyDev](https://github.com/SlidyDev) :D)
Expand Down

0 comments on commit 39032f5

Please sign in to comment.