From f836caec3391d1f2e583ee1df6fcaafd284c796d Mon Sep 17 00:00:00 2001 From: danvolchek Date: Sat, 9 Mar 2019 18:38:06 -0600 Subject: fix typos and update release notes --- docs/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index fec8f9ac..b0081806 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,10 @@ # Release notes +## Upcoming release +These changes have not been released yet. + +* For the web UI: + * The log parser now hides some messages by default, like the mod list. + ## 2.11 Released 01 March 2019 for Stardew Valley 1.3.36. -- cgit From ec0039ff7fcdd676e38e53c7ac8eac165fa996e8 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 14 Mar 2019 20:17:16 -0400 Subject: add release note (#627) --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index b0081806..c7922427 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ These changes have not been released yet. * For the web UI: * The log parser now hides some messages by default, like the mod list. + * Fixed log parser column resize bug. ## 2.11 Released 01 March 2019 for Stardew Valley 1.3.36. -- cgit From d8cf9103472cf6f4328754d3b6e776694fc5f764 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 16 Mar 2019 19:09:45 -0400 Subject: set max game version to prepare for 1.4 release --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index c7922427..49dbc83e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ Released 01 March 2019 for Stardew Valley 1.3.36. * For players: * Updated for Stardew Valley 1.3.36. + * Updated game version check for the upcoming Stardew Valley 1.4. * For modders: * Bumped all deprecation levels to _pending removal_. -- cgit From ebc6911301018f4c09a5325c06b96b08610570dd Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 16 Mar 2019 19:34:24 -0400 Subject: update support list & release notes --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 49dbc83e..bc3a4420 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,6 +12,7 @@ Released 01 March 2019 for Stardew Valley 1.3.36. * For players: * Updated for Stardew Valley 1.3.36. * Updated game version check for the upcoming Stardew Valley 1.4. + * Updated compatibility list. * For modders: * Bumped all deprecation levels to _pending removal_. -- cgit From 0d762faf603aac417a382ec680aaabdf7248493b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 16 Mar 2019 22:17:58 -0400 Subject: add support for suppressing warnings in mod DB --- docs/release-notes.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index bc3a4420..8f835497 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,17 +2,22 @@ ## Upcoming release These changes have not been released yet. +* For players: + * Updated game version check for the upcoming Stardew Valley 1.4. + * Updated compatibility list. + * For the web UI: * The log parser now hides some messages by default, like the mod list. * Fixed log parser column resize bug. +* For SMAPI developers: + * Added support for suppressing false-positive warnings for specific mods. + ## 2.11 Released 01 March 2019 for Stardew Valley 1.3.36. * For players: * Updated for Stardew Valley 1.3.36. - * Updated game version check for the upcoming Stardew Valley 1.4. - * Updated compatibility list. * For modders: * Bumped all deprecation levels to _pending removal_. -- cgit From 552886a0f3b8d309df9ce85343f41ca7d2fc1d28 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 17 Mar 2019 19:22:03 -0400 Subject: fix world_clear removing chests that match a debris name --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 8f835497..228160c9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ These changes have not been released yet. * For players: * Updated game version check for the upcoming Stardew Valley 1.4. * Updated compatibility list. + * Fixed `world_clear debris` console command removing chests edited to have a debris name. * For the web UI: * The log parser now hides some messages by default, like the mod list. -- cgit From 2a976f7236869fe929fa273deafe2b1b9661c3c4 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 17 Mar 2019 19:42:49 -0400 Subject: add crops to world_clear --- docs/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 228160c9..e7ec77fb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,7 +5,8 @@ These changes have not been released yet. * For players: * Updated game version check for the upcoming Stardew Valley 1.4. * Updated compatibility list. - * Fixed `world_clear debris` console command removing chests edited to have a debris name. + * Added crops option to `world_clear` console command. + * Fixed `world_clear` console command removing chests edited to have a debris name. * For the web UI: * The log parser now hides some messages by default, like the mod list. -- cgit From 4a494c67bdfe2c07ef5c49c55541a0f6e29627cf Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 17 Mar 2019 21:34:44 -0400 Subject: prepare for 2.11.1 release --- docs/release-notes.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index e7ec77fb..5e7ca467 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,20 +1,18 @@ # Release notes -## Upcoming release -These changes have not been released yet. +## 2.11.1 +Released 17 March 2019 for Stardew Valley 1.3.36. * For players: - * Updated game version check for the upcoming Stardew Valley 1.4. - * Updated compatibility list. * Added crops option to `world_clear` console command. + * Prepared compatibility check for Stardew Valley 1.4. + * Updated mod compatibility list. * Fixed `world_clear` console command removing chests edited to have a debris name. * For the web UI: - * The log parser now hides some messages by default, like the mod list. + * Added support for suppressing false-positive warnings in rare cases. + * The log parser now collapses redundant sections by default. * Fixed log parser column resize bug. -* For SMAPI developers: - * Added support for suppressing false-positive warnings for specific mods. - ## 2.11 Released 01 March 2019 for Stardew Valley 1.3.36. -- cgit