From 42bf82d870ab744f13197ad781b7529a959861e1 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 1 May 2022 22:46:56 -0400 Subject: update compatibility list --- docs/release-notes.md | 4 ++++ src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 499c1d9b..776d7a48 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,10 @@ ← [README](README.md) # Release notes +## Upcoming release +* For players: + * Updated compatibility list. + ## 3.14.0 Released 01 May 2022 for Stardew Valley 1.5.6 or later. See [release highlights](https://www.patreon.com/posts/65265507). diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index 75a3f8c7..53c9db82 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -167,6 +167,15 @@ "~ | StatusReasonPhrase": "split-screen mode was added in Stardew Valley 1.5" }, + /********* + ** Broke in SMAPI 3.14.0 + *********/ + "Dynamic Game Assets": { + "ID": "spacechase0.DynamicGameAssets", + "~1.4.1 | Status": "AssumeBroken", + "~1.4.1 | StatusReasonDetails": "causes runtime errors fixed in Dynamic Game Assets 1.4.2" + }, + /********* ** Broke in SDV 1.5.5 *********/ -- cgit