From 174f8cb24b3e7ff91e8b4e6405494043ce1fb3b8 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 23 Jun 2020 20:09:49 -0400 Subject: update release notes --- 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 1fa58807..e73b90fb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,9 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## Upcoming release +* Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). + ## 3.6.1 Released 21 June 2020 for Stardew Valley 1.4.1 or later. -- cgit From 4590b75bc3d14465b32f2a8fcdb35da82f8c4e09 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 17 Jul 2020 12:09:07 -0400 Subject: add item repository fixes from CJB Cheats Menu code --- docs/release-notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index e73b90fb..837f31db 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,7 +8,13 @@ --> ## Upcoming release -* Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). +* For players: + * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). + +* For the Console Commands mod: + * Fixed error opening menu when some item data is invalid. + * Fixed spawned Floor TV not functional as a TV (thanks to Platonymous!). + * Fixed incorrect color for sturgeon roe. ## 3.6.1 Released 21 June 2020 for Stardew Valley 1.4.1 or later. -- cgit From 4b07e1052027947186b6a7d4de489b5dc6a9d4f0 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 21 Jul 2020 13:51:11 -0400 Subject: ignore more content file types when detecting mods --- 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 837f31db..07905180 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ ## Upcoming release * For players: + * SMAPI now ignores more content file types when detecting mods (`.doc`, `.docx`, `.rar`, and `.zip`). * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). * For the Console Commands mod: -- cgit From 6f9a1f1525331db3c9fc089e98193e082add3329 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 21 Jul 2020 13:57:28 -0400 Subject: fix error when a mod adds/remove an event handler while handling the event --- 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 07905180..ed496848 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * For players: * SMAPI now ignores more content file types when detecting mods (`.doc`, `.docx`, `.rar`, and `.zip`). * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). + * Fixed rare crash when a mod adds/removes an event handler from an event handler. * For the Console Commands mod: * Fixed error opening menu when some item data is invalid. -- cgit From ee4c88f6016b6bc0d72e0d459f6b918bdd7728f3 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 25 Jul 2020 15:50:36 -0400 Subject: log GPU info to simplify troubleshooting --- 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 ed496848..9c92591e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ ## Upcoming release * For players: * SMAPI now ignores more content file types when detecting mods (`.doc`, `.docx`, `.rar`, and `.zip`). + * Added trace log for GPU running the game to simplify troubleshooting some issues. * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). * Fixed rare crash when a mod adds/removes an event handler from an event handler. -- cgit From 7900a84bd68d7c9450bba719ce925b61043875f3 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 26 Jul 2020 02:50:20 -0400 Subject: use ordinal comparison/sorting instead of invariant --- 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 9c92591e..79168042 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Added trace log for GPU running the game to simplify troubleshooting some issues. * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). * Fixed rare crash when a mod adds/removes an event handler from an event handler. + * Fixed string sorting/comparison for some special characters. * For the Console Commands mod: * Fixed error opening menu when some item data is invalid. -- cgit From e96f4fb797c9544d525dbd414b034b0f545fc11b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 29 Jul 2020 22:42:47 -0400 Subject: format new code, update 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 79168042..a5cfc9e4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,7 @@ * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). * Fixed rare crash when a mod adds/removes an event handler from an event handler. * Fixed string sorting/comparison for some special characters. + * Improved compatibility with some Linux terminals (thanks to Spatterjaaay!). * For the Console Commands mod: * Fixed error opening menu when some item data is invalid. -- cgit From 849c6da9cadfdb69c0c7a458230d7b8972ed1c5f Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 2 Aug 2020 16:18:11 -0400 Subject: update dependencies --- 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 a5cfc9e4..f281b401 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -21,6 +21,9 @@ * Fixed spawned Floor TV not functional as a TV (thanks to Platonymous!). * Fixed incorrect color for sturgeon roe. +* For modders: + * Updated internal dependencies. + ## 3.6.1 Released 21 June 2020 for Stardew Valley 1.4.1 or later. -- cgit From b96bcb21894257f06716e6a51102f74d2aba5178 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 2 Aug 2020 16:38:02 -0400 Subject: prepare for release --- docs/release-notes.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index f281b401..c6123bac 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,22 +7,23 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> -## Upcoming release +## 3.6.2 +Released 02 August 2020 for Stardew Valley 1.4.1 or later. + * For players: - * SMAPI now ignores more content file types when detecting mods (`.doc`, `.docx`, `.rar`, and `.zip`). - * Added trace log for GPU running the game to simplify troubleshooting some issues. - * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). + * Improved compatibility with some Linux terminals (thanks to jlaw and Spatterjaaay!). * Fixed rare crash when a mod adds/removes an event handler from an event handler. * Fixed string sorting/comparison for some special characters. - * Improved compatibility with some Linux terminals (thanks to Spatterjaaay!). * For the Console Commands mod: * Fixed error opening menu when some item data is invalid. * Fixed spawned Floor TV not functional as a TV (thanks to Platonymous!). - * Fixed incorrect color for sturgeon roe. + * Fixed spawned sturgeon roe having incorrect color. * For modders: * Updated internal dependencies. + * SMAPI now ignores more file types when scanning for mod folders (`.doc`, `.docx`, `.rar`, and `.zip`). + * Added current GPU to trace logs to simplify troubleshooting. ## 3.6.1 Released 21 June 2020 for Stardew Valley 1.4.1 or later. -- cgit