Skip to content

Commit d5dd99f

Browse files
Bumped Version
1 parent 982ed99 commit d5dd99f

4 files changed

Lines changed: 16 additions & 53 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build MelonLoader
22

3-
run-name: 0.7.3${{ github.event_name != 'workflow_dispatch' && format('-ci.{0}', github.run_number) || '' }} | ${{ github.event_name != 'workflow_dispatch' && (github.event.head_commit.message || format('`[PR]` {0}', github.event.pull_request.title)) || 'Manual Build' }}
3+
run-name: 0.8.0${{ github.event_name != 'workflow_dispatch' && format('-ci.{0}', github.run_number) || '' }} | ${{ github.event_name != 'workflow_dispatch' && (github.event.head_commit.message || format('`[PR]` {0}', github.event.pull_request.title)) || 'Manual Build' }}
44

55
on:
66
push:
@@ -15,8 +15,8 @@ jobs:
1515
uses: ./.github/workflows/compile_all.yml
1616
with:
1717
SKIP_DEBUG: false
18-
VERSION: "0.7.3${{ github.event_name != 'workflow_dispatch' && format('.{0}', github.run_number) || '' }}"
19-
PACKAGE_VERSION: "0.7.3${{ github.event_name != 'workflow_dispatch' && format('{0}', github.run_number) || '' }}"
18+
VERSION: "0.8.0${{ github.event_name != 'workflow_dispatch' && format('.{0}', github.run_number) || '' }}"
19+
PACKAGE_VERSION: "0.8.0${{ github.event_name != 'workflow_dispatch' && format('{0}', github.run_number) || '' }}"
2020
PACKAGE_NAME: MelonLoaderNightly
2121

2222
upload_thunderstore:
@@ -25,6 +25,6 @@ jobs:
2525
needs: [ build ]
2626
uses: ./.github/workflows/upload_thunderstore.yml
2727
with:
28-
VERSION: "0.7.3${{ github.event_name != 'workflow_dispatch' && format('{0}', github.run_number) || '' }}"
28+
VERSION: "0.8.0${{ github.event_name != 'workflow_dispatch' && format('{0}', github.run_number) || '' }}"
2929
PACKAGE_NAME: MelonLoaderNightly
30-
secrets: inherit
30+
secrets: inherit

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Versions: |
22
| - |
3+
| [v0.8.0](#v080) |
34
| [v0.7.3](#v073) |
45
| [v0.7.2](#v072) |
56
| [v0.7.1](#v071) |
@@ -42,6 +43,12 @@
4243

4344
---
4445

46+
### v0.8.0
47+
48+
1.
49+
50+
---
51+
4552
### v0.7.3
4653

4754
1. Updated ``AsmResolver`` to ``6.0.0-beta.5``

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Project
44
-->
55
<PropertyGroup>
6-
<Version>0.7.3</Version>
6+
<Version>0.8.0</Version>
77
<AppHostVersion>10.0.8</AppHostVersion>
88

99
<BootstrapTarget>net9</BootstrapTarget>

RELEASE-NOTES.md

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,7 @@
11
## 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+
*
413

424
## 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+
*
506

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

Comments
 (0)