diff --git a/changelog-template.hbs b/changelog-template.hbs index aacd0a6a..6971488b 100644 --- a/changelog-template.hbs +++ b/changelog-template.hbs @@ -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 diff --git a/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj b/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj index b51d0708..2d4a6631 100644 --- a/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj +++ b/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj @@ -7,7 +7,7 @@ true Reloaded-II Reloaded.Mod.Launcher - 1.25.3 + 1.25.4 Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version) false appicon.ico diff --git a/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj b/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj index 5ed64d00..5f6e9257 100644 --- a/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj +++ b/source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj @@ -11,7 +11,7 @@ true false $(NoWarn);NU1605;NU1701 - 1.25.3 + 1.25.4 x86;x64 false