File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed
SMAPI.Mods.ConsoleCommands Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repo. It imports the other MSBuild files as needed.
77<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
88 <PropertyGroup >
99 <!-- set general build properties -->
10- <Version >4.1.9 </Version >
10+ <Version >4.1.10 </Version >
1111 <Product >SMAPI</Product >
1212 <LangVersion >latest</LangVersion >
1313 <AssemblySearchPaths >$(AssemblySearchPaths);{GAC}</AssemblySearchPaths >
Original file line number Diff line number Diff line change 11← [ README] ( README.md )
22
33# Release notes
4- ## Upcoming release
4+ ## 4.1.10
5+ Released 18 December 2024 for Stardew Valley 1.6.14 or later.
6+
57* For players:
6- * Updated for Stardew Valley 1.6.15.
7- * Fixed mod communication errors when cross-playing between PC and Android.
8+ * Updated for the upcoming Stardew Valley 1.6.15.
9+ * Fixed errors when cross-playing between PC and Android.
810
911* For mod authors:
1012 * Improved [ Content Patcher JSON schema] ( technical/web.md#using-a-schema-file-directly ) to allow boolean and numeric values in dynamic tokens.
1113
14+
15+ > [ !IMPORTANT]
16+ > ** For players on macOS:**
17+ > There are recent security changes in macOS. Make sure to follow the updated [ install guide for
18+ > macOS] ( https://stardewvalleywiki.com/Modding:Installing_SMAPI_on_Mac ) when installing or updating SMAPI.
19+ >
20+ > Players on Linux or Windows can ignore this.
21+
1222# 4.1.9
1323Released 08 December 2024 for Stardew Valley 1.6.14 or later.
1424
Original file line number Diff line number Diff line change 11{
22 "Name" : " Console Commands" ,
33 "Author" : " SMAPI" ,
4- "Version" : " 4.1.9 " ,
4+ "Version" : " 4.1.10 " ,
55 "Description" : " Adds SMAPI console commands that let you manipulate the game." ,
66 "UniqueID" : " SMAPI.ConsoleCommands" ,
77 "EntryDll" : " ConsoleCommands.dll" ,
8- "MinimumApiVersion" : " 4.1.9 "
8+ "MinimumApiVersion" : " 4.1.10 "
99}
Original file line number Diff line number Diff line change 11{
22 "Name" : " Save Backup" ,
33 "Author" : " SMAPI" ,
4- "Version" : " 4.1.9 " ,
4+ "Version" : " 4.1.10 " ,
55 "Description" : " Automatically backs up all your saves once per day into its folder." ,
66 "UniqueID" : " SMAPI.SaveBackup" ,
77 "EntryDll" : " SaveBackup.dll" ,
8- "MinimumApiVersion" : " 4.1.9 "
8+ "MinimumApiVersion" : " 4.1.10 "
99}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ internal static class EarlyConstants
4949 internal static int ? LogScreenId { get ; set ; }
5050
5151 /// <summary>SMAPI's current raw semantic version.</summary>
52- internal static string RawApiVersion = "4.1.9 " ;
52+ internal static string RawApiVersion = "4.1.10 " ;
5353}
5454
5555/// <summary>Contains SMAPI's constants and assumptions.</summary>
You can’t perform that action at this time.
0 commit comments