Skip to content

Commit 8ea7483

Browse files
committed
docs: update changelog for 1.30.1
1 parent 0b79fd6 commit 8ea7483

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

changelog-template.hbs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/473).
2-
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.29.5).
2+
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.30.0).
3+
4+
# 1.30.1: Fixes for French Text and Publishing
5+
6+
## Fix ModConfig.json Regex Inclusion Duplicate Check by @nenkai
7+
8+
`ModConfig.json` is required for all mods, but `.json` files are otherwise excluded when packaging. Reloaded-II ensures it's included by checking your "Include Regexes" list.
9+
10+
The duplicate check was broken, causing `ModConfig\.json` to appear twice in the list if you already had it configured.
11+
12+
This happened because the check used a `StringWrapper` type that didn't implement `Equals`, so it compared object references instead of the actual string values.
13+
14+
## Add French Strings for "Yes/No" Dialog by @dysfunctionalriot
15+
16+
Adds French localization strings for the mod compatibility warning dialog buttons introduced in 1.30.0.
17+
18+
------------------------------------
319
420
# 1.30.0: Sliders and Supported Games
521

source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<AssemblyName>Reloaded-II</AssemblyName>
99
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
10-
<Version>1.30.0</Version>
10+
<Version>1.30.1</Version>
1111
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<ApplicationIcon>appicon.ico</ApplicationIcon>

source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1616
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
17-
<Version>1.30.0</Version>
17+
<Version>1.30.1</Version>
1818
<CETCompat>false</CETCompat>
1919
<Platforms>x86;x64</Platforms>
2020
<GenerateDepsJson>false</GenerateDepsJson>

0 commit comments

Comments
 (0)