Skip to content

Commit e9994d2

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

1 file changed

Lines changed: 17 additions & 1 deletion

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

0 commit comments

Comments
 (0)