You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
| Versions: |
2
2
| - |
3
+
|[v0.6.0](#v060)|
3
4
|[v0.5.7](#v057)|
4
5
|[v0.5.5](#v055)|
5
6
|[v0.5.4](#v054)|
@@ -31,6 +32,24 @@
31
32
32
33
---
33
34
35
+
### v0.6.0:
36
+
37
+
1. Added Linux Support (Credits to [RinLovesYou](https://github.com/RinLovesYou) :3)
38
+
2. Switched the runtime to .NET 6 CoreCLR for Il2Cpp Games (Credits to [SamboyCoding](https://github.com/SamboyCoding):D)
39
+
3. Moved a lot of logic from Native to Managed (Credits to [SamboyCoding](https://github.com/SamboyCoding) & [RinLovesYou](https://github.com/RinLovesYou):D)
40
+
4. Replaced Unhollower with Il2CppInterop (Credits to [SamboyCoding](https://github.com/SamboyCoding), [nitrog0d](https://github.com/nitrog0d) & [ds5678](https://github.com/ds5678):D)
41
+
5. Rewrote Proxy & Bootstrap (Credits to [RinLovesYou](https://github.com/RinLovesYou) :3)
42
+
6. Fixed some start screen corruption
43
+
7. Added helper methods for determining current platform
44
+
8. added `Utils.MelonConsole` for printing to console on mono games
45
+
9. Removed Il2CppDumper
46
+
10. Update HarmonyX, MonoMod, and Tomlet
47
+
11. Switched from MSDetours to Dobby
48
+
12. Added full RGB color support in console using Pastel
49
+
13. Added `MelonEnvironment` class
50
+
51
+
---
52
+
34
53
### v0.5.7:
35
54
36
55
1. Fixed the MelonEvent registration sorting. (Credits to [SlidyDev](https://github.com/SlidyDev):D)
0 commit comments