Skip to content

Commit

Permalink
Bumped: Version to 1.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Nov 30, 2024
1 parent caeb468 commit 37c92e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ If you are updating from version less than 1.28, install the following first
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/473).
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.28.3).
***1.28.4: Miscellaneous Bug Fixes***
***1.28.5: More Miscellaneous Bug Fixes***
- @dreamsyntax added [a confirmation dialog for mod deletes](https://github.com/Reloaded-Project/Reloaded-II/pull/499)
- @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.
- And just in case I (Sewer) sanitized the path for Proton shortcuts.
- If the installer fails to create a shortcut on Linux, it will hint to the user that their `protontricks` permissions may be incorrect.
- @dreamsyntax added [a fallback to `C:/Reloaded`](https://github.com/Reloaded-Project/Reloaded-II/pull/504) if the user uses OneDrive for their desktop.
- @dreamsyntax updated the code to [download Visual C++ 2022 instead of 2019](https://github.com/Reloaded-Project/Reloaded-II/pull/507), if missing.
- 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.
- Fixed an accidental breaking change from yesterday that caused Proton shortcuts to not be correctly placed.
------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<AssemblyName>Reloaded-II</AssemblyName>
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
<Version>1.28.4</Version>
<Version>1.28.5</Version>
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ApplicationIcon>appicon.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
<Version>1.28.4</Version>
<Version>1.28.5</Version>
<CETCompat>false</CETCompat>
<Platforms>x86;x64</Platforms>
<GenerateDepsJson>false</GenerateDepsJson>
Expand Down

0 comments on commit 37c92e8

Please sign in to comment.