From 575eb8c5251b5351e9b4bff71fcd76a11bdef5d2 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 23 Apr 2019 12:35:09 -0400 Subject: update release notes --- docs/release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index c02b2dd2..56ed2c8f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,10 +1,10 @@ # Release notes ## 2.11.2 -Released 22 April 2019 for Stardew Valley 1.3.36. +Released 23 April 2019 for Stardew Valley 1.3.36. * For players: - * Fixed error when a custom map references certain vanilla tilesheets on MacOS. - * Fixed compatibility with Arch Linux. + * Fixed error when a custom map references certain vanilla tilesheets on Linux/Mac. + * Fixed compatibility with some Linux distros. ## 2.11.1 Released 17 March 2019 for Stardew Valley 1.3.36. -- cgit From 26cac2c12a2b9ae7d486c000406deb2958f5fe30 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 8 Mar 2019 21:49:35 -0500 Subject: prevent invalid items from breaking menus on hover --- 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 56ed2c8f..0b0bfbbc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,10 @@ # Release notes +## 3.0 (upcoming release) +These changes have not been released yet. + +* For players: + * SMAPI now prevents invalid items from breaking menus on hover. + ## 2.11.2 Released 23 April 2019 for Stardew Valley 1.3.36. -- cgit From 64331ffe8c8cb0fc19878bbf5349299c483f8d9d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 13 Mar 2019 22:20:18 -0400 Subject: default Monitor.Log to trace --- 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 0b0bfbbc..1df3aa53 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,9 @@ These changes have not been released yet. * For players: * SMAPI now prevents invalid items from breaking menus on hover. +* For modders: + * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. + ## 2.11.2 Released 23 April 2019 for Stardew Valley 1.3.36. -- cgit From 29d11a72c27c659b95e8d5eaa8b41463c2371638 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 18 Mar 2019 00:41:07 -0400 Subject: fix release note --- 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 1df3aa53..5ba19e43 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -24,8 +24,10 @@ Released 17 March 2019 for Stardew Valley 1.3.36. * Updated mod compatibility list. * Fixed `world_clear` console command removing chests edited to have a debris name. -* For the web UI: +* For modders: * Added support for suppressing false-positive warnings in rare cases. + +* For the web UI: * The log parser now collapses redundant sections by default. * Fixed log parser column resize bug. -- cgit From 20912724a0dc61562ea00e12e9bbc472c93e6aa4 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 27 Mar 2019 21:13:46 -0400 Subject: fix errors during early startup not shown before exit --- 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 5ba19e43..b22909f7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ These changes have not been released yet. * For players: * SMAPI now prevents invalid items from breaking menus on hover. + * Fixed errors during early startup not shown before exit. * For modders: * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. -- cgit From 36efdcfce2c76df2dd5313f6a42ddb76467cf610 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 14 Apr 2019 22:04:32 -0400 Subject: update release notes (#636) --- 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 b22909f7..6c9636c7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ These changes have not been released yet. * For players: * SMAPI now prevents invalid items from breaking menus on hover. + * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!). * Fixed errors during early startup not shown before exit. * For modders: -- cgit From e3a2c56a6d8c827240a2bd4ead86c7b412e826ab Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 9 May 2019 23:03:45 -0400 Subject: fix 'location list changed' verbose log not correctly listing changes --- 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 6c9636c7..fb6be0c0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ These changes have not been released yet. * For modders: * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. + * Fixed 'location list changed' verbose log not correctly listing changes. ## 2.11.2 Released 23 April 2019 for Stardew Valley 1.3.36. -- cgit From 77f85a701a1487539e1c54a4a7d7f92d58f99cc9 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 15 May 2019 20:51:28 -0400 Subject: update mod list filters to always display clicked mod link --- 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 fb6be0c0..99e05016 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,9 @@ These changes have not been released yet. * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!). * Fixed errors during early startup not shown before exit. +* For the web UI: + * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods. + * For modders: * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. * Fixed 'location list changed' verbose log not correctly listing changes. -- cgit From 7d755da3e2c20f8e157b88c9721d0a19fe52006e Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 14 Jun 2019 01:38:50 -0400 Subject: fix log parser failing for logs with dot-delimited time formats --- 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 99e05016..f2e407f1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ These changes have not been released yet. * For the web UI: * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods. + * Fixed log parser failing in some cases due to time format localisation. * For modders: * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. -- cgit From b02c5459e19b2ac37b13a9d011dd20ea9a5fe922 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 11 Jul 2019 21:00:48 -0400 Subject: add Android instructions to log parser --- 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 f2e407f1..87b142bc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ These changes have not been released yet. * For the web UI: * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods. + * Added log parser instructions for Android. * Fixed log parser failing in some cases due to time format localisation. * For modders: -- cgit From 6285c7954843557eec06cbae406c8ae436512803 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 12 Jul 2019 20:01:38 -0400 Subject: prevent mods from crashing the game with invalid dialogue in more cases --- 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 87b142bc..3addb2d0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ These changes have not been released yet. * For players: * SMAPI now prevents invalid items from breaking menus on hover. * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!). + * SMAPI now prevents more invalid dialogues from crashing the game. * Fixed errors during early startup not shown before exit. * For the web UI: -- cgit From e4d5b1d0dba0a7c2078327ef298d32bc8d45f25b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 23 Aug 2019 16:18:51 -0400 Subject: fix 'unknown file extension' error not listing .json as a valid extension --- 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 3addb2d0..2c3db5d1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ These changes have not been released yet. * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!). * SMAPI now prevents more invalid dialogues from crashing the game. * Fixed errors during early startup not shown before exit. + * Fixed various error messages and inconsistent spelling. * For the web UI: * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods. -- cgit From b7b8b001c5c2dc5d2c9fc1347532ca29368c2325 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 13 Sep 2019 18:20:27 -0400 Subject: update for release --- docs/release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 2c3db5d1..5a7d5ef2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,11 +1,11 @@ # Release notes -## 3.0 (upcoming release) -These changes have not been released yet. +## 2.11.3 +Released 13 September 2019 for Stardew Valley 1.3.36. * For players: * SMAPI now prevents invalid items from breaking menus on hover. * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!). - * SMAPI now prevents more invalid dialogues from crashing the game. + * SMAPI now prevents more invalid dialogue from crashing the game. * Fixed errors during early startup not shown before exit. * Fixed various error messages and inconsistent spelling. @@ -15,7 +15,7 @@ These changes have not been released yet. * Fixed log parser failing in some cases due to time format localisation. * For modders: - * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. + * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. The change will only take effect when you recompile the mod. * Fixed 'location list changed' verbose log not correctly listing changes. ## 2.11.2 -- cgit