Skip to content

Commit ef5704b

Browse files
committed
Bumped: Launcher Version
1 parent ca10702 commit ef5704b

File tree

3 files changed

+54
-45
lines changed

3 files changed

+54
-45
lines changed

changelog-template.hbs

Lines changed: 52 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,55 @@
1-
## Changelog (1.25.10) | Misc Hotfixes
1+
## Changelog (1.25.11)
2+
3+
Fixes booting with Steam DRM and local install of Special K <= 24.3.1.6
4+
Special K >= 24.3.2 is unaffected.
5+
6+
You can find a [technical writeup about the issue here](https://github.com/Reloaded-Project/Reloaded-II/issues/308#issuecomment-1974231147).
7+
8+
On Reloaded's end there's a workaround to fix errors with `Special K <= 24.3.1.6`, and `Special K >= 24.3.2`
9+
contains a fix for the core issue in Special K itself.
10+
11+
## Complete Changes
12+
13+
{{#each releases}}
14+
{{#if href}}
15+
## [{{title}}]({{href}}){{#if tag}} - {{isoDate}}{{/if}}
16+
{{else}}
17+
## {{title}}{{#if tag}} - {{isoDate}}{{/if}}
18+
{{/if}}
19+
20+
{{#if summary}}
21+
{{summary}}
22+
{{/if}}
23+
24+
{{#if merges}}
25+
### Merged
26+
27+
{{#each merges}}
28+
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}
29+
{{/each}}
30+
{{/if}}
31+
32+
{{#if fixes}}
33+
### Fixed
34+
35+
{{#each fixes}}
36+
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}{{/each}}
37+
{{/each}}
38+
{{/if}}
39+
40+
{{#commit-list commits heading='### Commits'}}
41+
- {{#if breaking}}**Breaking change:** {{/if}}{{subject}} {{#if href}}[`{{shorthash}}`]({{href}}){{/if}}
42+
{{/commit-list}}
43+
44+
{{/each}}
45+
46+
====
47+
48+
{{#unless options.hideCredit}}
49+
Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇.
50+
{{/unless}}
51+
52+
## Previous Changelog (1.25.10) | Misc Hotfixes
253

354
- Fixed bug introduced in last update 32-bit Reloaded Launcher (`Reloaded-II32.exe`) couldn't DLL inject on 64-bit operating systems.
455
- Slightly redesigned settings menu, to better expose language selection.
@@ -95,45 +146,3 @@ person, and there's only so much I can do...
95146
96147
> [!NOTE]
97148
> Most big modding frameworks/loaders/managers are maintained by teams of people. Unfortunately, I'm not that fortunate, it's all done solo here.
98-
99-
100-
## Complete Changes
101-
102-
{{#each releases}}
103-
{{#if href}}
104-
## [{{title}}]({{href}}){{#if tag}} - {{isoDate}}{{/if}}
105-
{{else}}
106-
## {{title}}{{#if tag}} - {{isoDate}}{{/if}}
107-
{{/if}}
108-
109-
{{#if summary}}
110-
{{summary}}
111-
{{/if}}
112-
113-
{{#if merges}}
114-
### Merged
115-
116-
{{#each merges}}
117-
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}
118-
{{/each}}
119-
{{/if}}
120-
121-
{{#if fixes}}
122-
### Fixed
123-
124-
{{#each fixes}}
125-
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}{{/each}}
126-
{{/each}}
127-
{{/if}}
128-
129-
{{#commit-list commits heading='### Commits'}}
130-
- {{#if breaking}}**Breaking change:** {{/if}}{{subject}} {{#if href}}[`{{shorthash}}`]({{href}}){{/if}}
131-
{{/commit-list}}
132-
133-
{{/each}}
134-
135-
====
136-
137-
{{#unless options.hideCredit}}
138-
Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇.
139-
{{/unless}}

source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<AssemblyName>Reloaded-II</AssemblyName>
99
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
10-
<Version>1.25.10</Version>
10+
<Version>1.25.11</Version>
1111
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<ApplicationIcon>appicon.ico</ApplicationIcon>

source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1313
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
14-
<Version>1.25.10</Version>
14+
<Version>1.25.11</Version>
1515
<Platforms>x86;x64</Platforms>
1616
<GenerateDepsJson>false</GenerateDepsJson>
1717
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)