From 1d5017f1197862d0d9c9f7aa4e13216cad3746d6 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 24 Aug 2022 17:49:12 -0400 Subject: fix broken mods with no ID listed as duplicate --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index ca7d6e6e..68dc7874 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,9 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> +## Upcoming release +* Fixed broken mods sometimes incorrectly listed as duplicate. + ## 3.16.0 Released 22 August 2022 for Stardew Valley 1.5.6 or later. See [release highlights](https://www.patreon.com/posts/70797008). -- cgit From 2bb8e8353ba35c2db96f88a052400997232d25f8 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 29 Aug 2022 18:00:41 -0400 Subject: update compatibility workaround for the recent PyTK update --- docs/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 68dc7874..5e84136c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,7 +8,9 @@ --> ## Upcoming release -* Fixed broken mods sometimes incorrectly listed as duplicate. +* For players: + * Updated compatibility workaround for the recent PyTK update. + * Fixed broken mods sometimes incorrectly listed as duplicate. ## 3.16.0 Released 22 August 2022 for Stardew Valley 1.5.6 or later. See [release highlights](https://www.patreon.com/posts/70797008). -- cgit From 8b6c732d7168edacf44d4dbabd8613f2c38ebc19 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 29 Aug 2022 18:18:21 -0400 Subject: prepare for release --- docs/release-notes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 5e84136c..f306607c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,9 +7,11 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> -## Upcoming release +## 3.16.1 +Released 29 August 2022 for Stardew Valley 1.5.6 or later. + * For players: - * Updated compatibility workaround for the recent PyTK update. + * Updated PyTK compatibility mode for the latest PyTK version. * Fixed broken mods sometimes incorrectly listed as duplicate. ## 3.16.0 -- cgit