diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-02 21:30:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-02 21:30:59 -0400 |
commit | 848460a34e105f08dec506e97655de7f30c6a493 (patch) | |
tree | aca368af14bf5ad17227e80b80f2d0719f2828b7 | |
parent | 5256b738b486aa1591c6b25b41410973f1feaf46 (diff) | |
download | SMAPI-848460a34e105f08dec506e97655de7f30c6a493.tar.gz SMAPI-848460a34e105f08dec506e97655de7f30c6a493.tar.bz2 SMAPI-848460a34e105f08dec506e97655de7f30c6a493.zip |
update compatibility list
-rw-r--r-- | docs/release-notes.md | 3 | ||||
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index eeff3347..460b64fb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ # Release notes ## Upcoming release +* For players: + * Updated compatibility list. + * For mod authors: * Fixed save constants not set correctly in edge cases where the folder name doesn't match the save ID. diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index eeda13eb..b38c1f7a 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -168,6 +168,15 @@ }, /********* + ** Broke in SMAPI 3.12.0 + *********/ + "Stardew Hack": { + "ID": "bcmpinc.StardewHack", + "~5.0.0 | Status": "AssumeBroken", + "~5.0.0 | StatusReasonDetails": "causes Harmony patching errors for other mods" + }, + + /********* ** Broke in SDV 1.5 (Content Patcher packs) *********/ "mi.Mermaids": { |