From ef5704b8de861263d9b6048da87a50ec189c3b8c Mon Sep 17 00:00:00 2001 From: sewer56lol Date: Sat, 2 Mar 2024 22:14:26 +0000 Subject: [PATCH] Bumped: Launcher Version --- changelog-template.hbs | 95 ++++++++++--------- .../Reloaded.Mod.Launcher.csproj | 2 +- .../Reloaded.Mod.Loader.csproj | 2 +- 3 files changed, 54 insertions(+), 45 deletions(-) diff --git a/changelog-template.hbs b/changelog-template.hbs index a53fee9b..22426f02 100644 --- a/changelog-template.hbs +++ b/changelog-template.hbs @@ -1,4 +1,55 @@ -## Changelog (1.25.10) | Misc Hotfixes +## Changelog (1.25.11) + +Fixes booting with Steam DRM and local install of Special K <= 24.3.1.6 +Special K >= 24.3.2 is unaffected. + +You can find a [technical writeup about the issue here](https://github.com/Reloaded-Project/Reloaded-II/issues/308#issuecomment-1974231147). + +On Reloaded's end there's a workaround to fix errors with `Special K <= 24.3.1.6`, and `Special K >= 24.3.2` +contains a fix for the core issue in Special K itself. + +## Complete Changes + +{{#each releases}} + {{#if href}} + ## [{{title}}]({{href}}){{#if tag}} - {{isoDate}}{{/if}} + {{else}} + ## {{title}}{{#if tag}} - {{isoDate}}{{/if}} + {{/if}} + + {{#if summary}} + {{summary}} + {{/if}} + + {{#if merges}} + ### Merged + + {{#each merges}} + - {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}} {{#if href}}[`#{{id}}`]({{href}}){{/if}} + {{/each}} + {{/if}} + + {{#if fixes}} + ### Fixed + + {{#each fixes}} + - {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}{{/each}} + {{/each}} + {{/if}} + + {{#commit-list commits heading='### Commits'}} + - {{#if breaking}}**Breaking change:** {{/if}}{{subject}} {{#if href}}[`{{shorthash}}`]({{href}}){{/if}} + {{/commit-list}} + +{{/each}} + +==== + +{{#unless options.hideCredit}} + Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇. +{{/unless}} + +## Previous Changelog (1.25.10) | Misc Hotfixes - Fixed bug introduced in last update 32-bit Reloaded Launcher (`Reloaded-II32.exe`) couldn't DLL inject on 64-bit operating systems. - Slightly redesigned settings menu, to better expose language selection. @@ -95,45 +146,3 @@ person, and there's only so much I can do... > [!NOTE] > Most big modding frameworks/loaders/managers are maintained by teams of people. Unfortunately, I'm not that fortunate, it's all done solo here. - - -## Complete Changes - -{{#each releases}} - {{#if href}} - ## [{{title}}]({{href}}){{#if tag}} - {{isoDate}}{{/if}} - {{else}} - ## {{title}}{{#if tag}} - {{isoDate}}{{/if}} - {{/if}} - - {{#if summary}} - {{summary}} - {{/if}} - - {{#if merges}} - ### Merged - - {{#each merges}} - - {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}} {{#if href}}[`#{{id}}`]({{href}}){{/if}} - {{/each}} - {{/if}} - - {{#if fixes}} - ### Fixed - - {{#each fixes}} - - {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}{{/each}} - {{/each}} - {{/if}} - - {{#commit-list commits heading='### Commits'}} - - {{#if breaking}}**Breaking change:** {{/if}}{{subject}} {{#if href}}[`{{shorthash}}`]({{href}}){{/if}} - {{/commit-list}} - -{{/each}} - -==== - -{{#unless options.hideCredit}} - Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇. -{{/unless}} \ No newline at end of file diff --git a/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj b/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj index 4df795e5..b279203f 100644 --- a/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj +++ b/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj @@ -7,7 +7,7 @@ true Reloaded-II Reloaded.Mod.Launcher - 1.25.10 + 1.25.11 Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version) false appicon.ico diff --git a/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj b/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj index 5fa68d74..970af407 100644 --- a/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj +++ b/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj @@ -11,7 +11,7 @@ true false $(NoWarn);NU1605;NU1701 - 1.25.10 + 1.25.11 x86;x64 false portable