summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release-notes.md5
-rw-r--r--src/StardewModdingAPI/StardewModdingAPI.config.json17
2 files changed, 21 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index 9d9131ca..ea8b8755 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -5,6 +5,7 @@
For players:
* The SMAPI console is now much simpler and easier-to-read.
* The SMAPI console now uses more readable colors in terminals with a light background.
+* Updated compatibility list.
For mod developers:
* Added APIs to edit or inject XNBs loaded by the game at runtime, which let mods do anything previously only possible with XNB mods.
@@ -17,6 +18,10 @@ For mod developers:
* Removed support for mods with a non-unique `UniqueID` value in their manifest.
* Removed the TrainerMod `save` and `load` commands.
+## 1.15.2
+For players:
+* Updated compatibility list.
+
## 1.15.1
For players:
* Fixed controller mod input broken in 1.15.
diff --git a/src/StardewModdingAPI/StardewModdingAPI.config.json b/src/StardewModdingAPI/StardewModdingAPI.config.json
index ed03d936..72163ec1 100644
--- a/src/StardewModdingAPI/StardewModdingAPI.config.json
+++ b/src/StardewModdingAPI/StardewModdingAPI.config.json
@@ -32,14 +32,29 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
*/
"DisabledMods": [
{
+ "Name": "Animal Mood Fix",
+ "ID": [ "GPeters-AnimalMoodFix" ],
+ "ReasonPhrase": "the animal mood bugs were fixed in Stardew Valley 1.2."
+ },
+ {
"Name": "Modder Serialization Utility",
"ID": [ "SerializerUtils-0-1" ],
- "ReasonPhrase": "it's no longer used by any mods, and is no longer maintained."
+ "ReasonPhrase": "it's no longer maintained or used."
+ },
+ {
+ "Name": "No Debug Mode",
+ "ID": [ "NoDebugMode" ],
+ "ReasonPhrase": "debug mode was removed in SMAPI 1.0."
},
{
"Name": "StarDustCore",
"ID": [ "StarDustCore" ],
"ReasonPhrase": "it was only used by earlier versions of Save Anywhere (which no longer uses it), and is no longer maintained."
+ },
+ {
+ "Name": "XmlSerializerRetool",
+ "ID": [ "XmlSerializerRetool.dll" ],
+ "ReasonPhrase": "it's no longer maintained or used."
}
],