From 4e91174b3ed265c31c54b2242711ca9d51bae1ca Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 16 Oct 2022 15:17:03 -0400 Subject: update release notes --- docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 9c4fdefc..ff5d61ba 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,10 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> +## Upcoming release +* For mod authors: + * Fixed image patches sometimes applied one pixel higher than expected after 3.17.0 (thanks to atravita!). + ## 3.17.1 Released 10 October 2022 for Stardew Valley 1.5.6 or later. -- cgit From 0e4dd8a7b446d85d4603d55043af42aac5968b5a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 17 Oct 2022 20:02:19 -0400 Subject: prevent Steam vdf read errors from crashing the installer --- 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 ff5d61ba..02d085d5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Fixed installer crash if Steam's library data is invalid or in an old format; it'll now be ignored instead. + * For mod authors: * Fixed image patches sometimes applied one pixel higher than expected after 3.17.0 (thanks to atravita!). -- cgit From 8090b30c6e489ae213493328d6f84f15ca18a592 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 21 Oct 2022 20:12:02 -0400 Subject: prepare for release --- docs/release-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 02d085d5..a8ddb0a0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,10 +7,11 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> -## Upcoming release +## 3.17.2 +Released 21 October 2022 for Stardew Valley 1.5.6 or later. + * For players: * Fixed installer crash if Steam's library data is invalid or in an old format; it'll now be ignored instead. - * For mod authors: * Fixed image patches sometimes applied one pixel higher than expected after 3.17.0 (thanks to atravita!). -- cgit