summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-03-26 13:28:53 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-02 15:43:50 -0400
commitd2134f0f70963d0673883f8c544267341d3ccc6c (patch)
tree03f8176188da05bce6165b27153f3fa94aac56fa /docs
parentd13046edb6db5f87b215f6f3830c2a1c1933dbee (diff)
downloadSMAPI-d2134f0f70963d0673883f8c544267341d3ccc6c.tar.gz
SMAPI-d2134f0f70963d0673883f8c544267341d3ccc6c.tar.bz2
SMAPI-d2134f0f70963d0673883f8c544267341d3ccc6c.zip
update release notes & tweak recent changes
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a61d024c..558e9215 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,12 +9,15 @@
## Upcoming release
* For players:
- * Fixed `findstr` error in installer for some players.
- * 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)).
+ * Fixed `findstr` installer error for some players.
+ * Fixed installer error for some Linux users 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)).
## 3.18.2
Released 09 January 2023 for Stardew Valley 1.5.6 or later.