Skip to content

Commit a9d592b

Browse files
author
Sewer56
committed
Updated: Project Version to 1.28.7
1 parent 7c92f44 commit a9d592b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelog-template.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ If you are updating from version less than 1.28, install the following first
88
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/473).
99
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.28.3).
1010
11+
# 1.28.7: Fix Crash on Load Ordering with Keyboard/Controller
12+
13+
Moving a mod that was already at the end of the list further down (out of bounds) led to a crash.
14+
15+
This was somehow overlooked by everyone for years; it's fixed now.
16+
1117
# 1.28.6: Path/Location Warnings & Minor Theme Adjustment
1218
1319
- @dreamsyntax added [warnings for when Reloaded and/or the `Mods` folder are placed in OneDrive](https://github.com/Reloaded-Project/Reloaded-II/pull/518), or are placed in a special path.

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.28.6</Version>
10+
<Version>1.28.7</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.28.6</Version>
14+
<Version>1.28.7</Version>
1515
<CETCompat>false</CETCompat>
1616
<Platforms>x86;x64</Platforms>
1717
<GenerateDepsJson>false</GenerateDepsJson>

0 commit comments

Comments
 (0)