summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-09 13:09:47 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-09 13:09:47 -0400
commit53e0e8cd2410e63c7725206db4a8156cc460d111 (patch)
treefce91f1b31a1beaa0cfb017c76dd766f9496b40d /docs/release-notes.md
parentb4e95a92b33c541d36379d69d3650c5c22ea324c (diff)
parent46947683cd7c444d2afc8583198e1f103e905007 (diff)
downloadSMAPI-53e0e8cd2410e63c7725206db4a8156cc460d111.tar.gz
SMAPI-53e0e8cd2410e63c7725206db4a8156cc460d111.tar.bz2
SMAPI-53e0e8cd2410e63c7725206db4a8156cc460d111.zip
Merge branch 'develop' into stable
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 9eb55b36..e99218bd 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,25 @@
_If needed, you can update to SMAPI 3.16.0 first and then install the latest version._
-->
+## 3.18.3
+Released 09 April 2023 for Stardew Valley 1.5.6 or later.
+
+* For players:
+ * Fixed `findstr` installer error for some players.
+ * Fixed installer error for some Linux players due to a non-portable shebang (thanks to freyacoded!).
+ * Fixed error using load order overrides when there are broken mods installed (thanks to atravita!).
+ * Removed `LargeAddressAware` flag on SMAPI (no longer needed since it's 64-bit now).
+ * Improved translations. Thganks to stylemate (updated Korean)!
+
+* For mod authors:
+ * Added `IsActiveForScreen()` method to `PerScreen<T>`.
+ * Updated to [FluentHttpClient](https://github.com/Pathoschild/FluentHttpClient#readme) 4.3.0 (see [changes](https://github.com/Pathoschild/FluentHttpClient/blob/develop/RELEASE-NOTES.md#430)).
+ * Adjusted `ModContentManager.HandleUnknownFileType` to let mods patch it.
+ * Fixed `Context.IsWorldReady` being editable by mods.
+
+* For the web UI:
+ * Updated the JSON validator/schema for Content Patcher 1.29.0.
+
## 3.18.2
Released 09 January 2023 for Stardew Valley 1.5.6 or later.