Skip to content

Commit

Permalink
Bumped: Project Version & Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Feb 19, 2024
1 parent a872e2f commit 6a2ffa4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

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

Expand Down

0 comments on commit 6a2ffa4

Please sign in to comment.