From beb0b0aaf4e349cf911504a72b484d5642f6ac58 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 9 Nov 2022 20:03:41 -0500 Subject: fix & improve split-screen column in log parser --- 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 a8ddb0a0..e140b13b 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 the web UI: + * Fixed log parser not showing screen IDs in split-screen mode, and improved screen display. + ## 3.17.2 Released 21 October 2022 for Stardew Valley 1.5.6 or later. -- cgit From 76e5588f02b247204969efb488c3fb293601faeb Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 9 Nov 2022 21:41:04 -0500 Subject: add option to disable console input --- 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 e140b13b..0843f59a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Added config option to disable console input. This may reduce CPU usage on some Linux systems. + * For the web UI: * Fixed log parser not showing screen IDs in split-screen mode, and improved screen display. -- cgit From e44562c9c5fccaa2056347f7a288b67d933cfdfa Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Nov 2022 01:35:42 -0500 Subject: update release notes --- docs/release-notes.md | 6 +++++- docs/technical/mod-package.md | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 0843f59a..c247a9d5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,7 +9,11 @@ ## Upcoming release * For players: - * Added config option to disable console input. This may reduce CPU usage on some Linux systems. + * Added config options to override the mod load order, for the rare cases where that's needed (thanks to Shockah!). + * Added config option to disable console input, which may reduce CPU usage on some Linux systems. + +* For mod authors: + * Optimized asset name comparisons (thanks to atravita!). * For the web UI: * Fixed log parser not showing screen IDs in split-screen mode, and improved screen display. diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 77260a57..707b1641 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -412,6 +412,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi when you compile it. ## Release notes +## Upcoming release +* Added `manifest.json` format validation on build (thanks to tylergibbs2!). + ### 4.0.2 Released 09 October 2022. -- cgit From cefd9e23b06599aca3fefba7a78c6c785f4e5d57 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Nov 2022 01:38:45 -0500 Subject: set max game version --- 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 c247a9d5..014e8814 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * For players: * Added config options to override the mod load order, for the rare cases where that's needed (thanks to Shockah!). * Added config option to disable console input, which may reduce CPU usage on some Linux systems. + * Set the max game version to 1.5.6 (since 1.6 will need a SMAPI update). * For mod authors: * Optimized asset name comparisons (thanks to atravita!). -- cgit From 28ba3408bc84dd9d33f0aed126080be4dceb17f6 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Nov 2022 01:47:12 -0500 Subject: raise all deprecation messages to the final level --- 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 014e8814..972360bc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,6 +15,7 @@ * For mod authors: * Optimized asset name comparisons (thanks to atravita!). + * Raised all deprecation messages to the final 'pending removal' level. * For the web UI: * Fixed log parser not showing screen IDs in split-screen mode, and improved screen display. -- cgit From 9771cefa6a695b9e13737ccf37222810b3de3015 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 Nov 2022 21:42:49 -0500 Subject: update release notes --- 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 972360bc..c299cfa1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,16 +9,18 @@ ## Upcoming release * For players: - * Added config options to override the mod load order, for the rare cases where that's needed (thanks to Shockah!). + * Added config options to override the mod load order for specific mods (thanks to Shockah!). * Added config option to disable console input, which may reduce CPU usage on some Linux systems. * Set the max game version to 1.5.6 (since 1.6 will need a SMAPI update). + * Fixed map edits not always applied for farmhands in multiplayer (thanks to SinZ163!). * For mod authors: * Optimized asset name comparisons (thanks to atravita!). * Raised all deprecation messages to the final 'pending removal' level. + * **This is the last non-bugfix update before SMAPI 4.0.0, which will drop all deprecated APIs.** If you haven't [fixed deprecation warnings in your mod code](https://stardewvalleywiki.com/Modding:Migrate_to_SMAPI_4.0) (if any), you should do it soon. SMAPI 4.0.0 will release alongside the upcoming Stardew Valley 1.6. * For the web UI: - * Fixed log parser not showing screen IDs in split-screen mode, and improved screen display. + * The log parser now detects split-screen mode and shows which screen logged each message. ## 3.17.2 Released 21 October 2022 for Stardew Valley 1.5.6 or later. -- cgit From 613946003d5a2a6ea7c13a4dca04bda4f2387957 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 12 Nov 2022 15:14:59 -0500 Subject: prepare for release --- docs/release-notes.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index c299cfa1..9b2dea77 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,17 +7,19 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> -## Upcoming release +## 3.18.0 +Released 12 November 2022 for Stardew Valley 1.5.6 or later. See [release highlights](https://www.patreon.com/posts/74565278). + * For players: - * Added config options to override the mod load order for specific mods (thanks to Shockah!). - * Added config option to disable console input, which may reduce CPU usage on some Linux systems. - * Set the max game version to 1.5.6 (since 1.6 will need a SMAPI update). + * You can now override the mod load order in `smapi-internal/config.json` (thanks to Shockah!). + * You can now disable console input in `smapi-internal/config.json`, which may reduce CPU usage on some Linux systems. * Fixed map edits not always applied for farmhands in multiplayer (thanks to SinZ163!). + * Internal changes to prepare for the upcoming Stardew Valley 1.6 and SMAPI 4.0. * For mod authors: * Optimized asset name comparisons (thanks to atravita!). - * Raised all deprecation messages to the final 'pending removal' level. - * **This is the last non-bugfix update before SMAPI 4.0.0, which will drop all deprecated APIs.** If you haven't [fixed deprecation warnings in your mod code](https://stardewvalleywiki.com/Modding:Migrate_to_SMAPI_4.0) (if any), you should do it soon. SMAPI 4.0.0 will release alongside the upcoming Stardew Valley 1.6. + * Raised all deprecation messages to the 'pending removal' level. + * **This is the last major update before SMAPI 4.0.0, which will drop all deprecated APIs.** If you haven't [fixed deprecation warnings in your mod code](https://stardewvalleywiki.com/Modding:Migrate_to_SMAPI_4.0) (if any), you should do it soon. SMAPI 4.0.0 will release alongside the upcoming Stardew Valley 1.6. * For the web UI: * The log parser now detects split-screen mode and shows which screen logged each message. -- cgit