You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
← [README](README.md)
2
2
3
3
# Release notes
4
+
## 4.1.6
5
+
Released 07 November 2024 for Stardew Valley 1.6.10 or later.
6
+
7
+
* For players:
8
+
* Revamped message shown after a game update to avoid confusion.
9
+
* Added option to disable content integrity checks in `smapi-internal/config.json`. When disabled, SMAPI will log a warning for visibility when someone helps you troubleshoot game issues.
10
+
11
+
* For mod authors:
12
+
* Fixed `translation.ApplyGenderSwitchBlocks(false)` not applied correctly.
13
+
4
14
## 4.1.5
5
15
Released 07 November 2024 for Stardew Valley 1.6.10 or later.
Program.PrintErrorAndExit($"The '{Path.GetFileName(targetPath)}' file didn't match the game's version. SMAPI fixed it automatically, but you must restart SMAPI for the change to take effect.");
178
+
179
+
Console.WriteLine("A new game version was installed, so SMAPI needs to update its settings.");
180
+
181
+
Console.ForegroundColor=ConsoleColor.DarkGreen;
182
+
Console.WriteLine("Please exit this window and re-launch SMAPI to play.");
0 commit comments