Skip to content

Commit

Permalink
Updated: Project Version & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Feb 14, 2024
1 parent 68de9a0 commit 3d84ded
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Changelog (1.25.3)
## Changelog (1.25.4)

- Unreal Engine 4 games will no longer reboot via Steam if launched from launcher (thanks to a Hack from @AnimatedSwine37).
- Updated ASI Loader version.
- Added mod which caused load error on fail to load DLL mod.
- Fixed an oversight where using 1-click links fails on the web fails to fetch dependencies on next launcher boot.
- Caused by dependency update info being overwritten on boot before it can be used.

(Reported by @AnimatedSwine37)

## Complete Changes

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.25.3</Version>
<Version>1.25.4</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.25.3</Version>
<Version>1.25.4</Version>
<Platforms>x86;x64</Platforms>
<GenerateDepsJson>false</GenerateDepsJson>

Expand Down

0 comments on commit 3d84ded

Please sign in to comment.