From 6a2ffa4fdab09093044e6f80f9c5f96bf49a2a1f Mon Sep 17 00:00:00 2001 From: sewer56lol Date: Mon, 19 Feb 2024 03:21:55 +0000 Subject: [PATCH] Bumped: Project Version & Updated Readme --- changelog-template.hbs | 16 ++++++++++++++++ .../Reloaded.Mod.Launcher.csproj | 2 +- .../Reloaded.Mod.Loader.csproj | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/changelog-template.hbs b/changelog-template.hbs index 2bca8668..b8b67fa4 100644 --- a/changelog-template.hbs +++ b/changelog-template.hbs @@ -5,6 +5,22 @@ 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.8) + +- Downloading a mod in App now automatically downloads dependencies. + +Reported by @AnimatedSwine37 , it was previously possible for the user to edit a mod they just downloaded, +causing missing dependencies to be dropped. + +Although auto-downloading dependencies is not a fool-proof fix, it is a sufficiently good workaround for +the time being. + +Some very edge cases may still exist of course, such as user's internet connection may drop while +downloading dependencies, and then the user edits the mod via dialog. + +More fixes for these edge cases may ship in future, but for now, this is being hot-patched, +i.e. this bug was reported less than 1 hour ago, and there's already a released patch to work around it. + ## Changelog (1.25.7) - No more 'Rate Limited' by GitHub fail on `Setup.exe`. diff --git a/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj b/source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj index b82ada4f..bbbde865 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.7 + 1.25.8 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 59e64fbb..e04db299 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.7 + 1.25.8 x86;x64 false