Skip to content

Commit 37c92e8

Browse files
committed
Bumped: Version to 1.28.5
1 parent caeb468 commit 37c92e8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

changelog-template.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +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.4: Miscellaneous Bug Fixes***
11+
***1.28.5: More Miscellaneous Bug Fixes***
1212
13-
- @dreamsyntax added [a confirmation dialog for mod deletes](https://github.com/Reloaded-Project/Reloaded-II/pull/499)
14-
- @dreamsyntax sanitized the [Application name when creating a shortcut](https://github.com/Reloaded-Project/Reloaded-II/pull/499), which should fix making shortcuts for Metaphor.
15-
- And just in case I (Sewer) sanitized the path for Proton shortcuts.
16-
- If the installer fails to create a shortcut on Linux, it will hint to the user that their `protontricks` permissions may be incorrect.
13+
- @dreamsyntax added [a fallback to `C:/Reloaded`](https://github.com/Reloaded-Project/Reloaded-II/pull/504) if the user uses OneDrive for their desktop.
14+
- @dreamsyntax updated the code to [download Visual C++ 2022 instead of 2019](https://github.com/Reloaded-Project/Reloaded-II/pull/507), if missing.
15+
- I (Sewer) extended the fallback to `C:/Reloaded` to also apply if the user has non-ASCII characters as that causes problems with some games.
16+
- Fixed an accidental breaking change from yesterday that caused Proton shortcuts to not be correctly placed.
1717
1818
------------------------------------
1919

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

0 commit comments

Comments
 (0)