summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 13:50:24 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 13:50:24 -0400
commita220e14f2d22f5d481c87bfd76d1b9eeaebf04e3 (patch)
tree1712532d196a908b07ce0bceb17849792a14c562 /docs/release-notes.md
parentfce1b1bd0b6d3d27990d8e27cbba001766bf2aad (diff)
downloadSMAPI-a220e14f2d22f5d481c87bfd76d1b9eeaebf04e3.tar.gz
SMAPI-a220e14f2d22f5d481c87bfd76d1b9eeaebf04e3.tar.bz2
SMAPI-a220e14f2d22f5d481c87bfd76d1b9eeaebf04e3.zip
polish recent changes & update release notes
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 4875d1cd..75e143e8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,11 +9,16 @@
## Upcoming release
* For players:
- * Fixed update alert shown for a prerelease version on GitHub if it's not marked as prerelease.
+ * The SMAPI installer now also detects game folders listed in Steam's `.vdf` library data on Windows (thanks to pizzaoverhead!).
+ * Optimized performance and memory usage (thanks to atravita!).
+ * Added more file extensions to ignore when searching for mod folders: `.7z`, `.tar`, `.tar.gz`, and `.xcf` (thanks to atravita!).
+ * Fixed update alerts incorrectly shown for prerelease versions on GitHub that aren't marked as prerelease.
* For mod authors:
+ * When [providing a mod API for a C# mod](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations), you can now get an optional parameter with the mod requesting the API (thanks to KhloeLeclair!). This avoids needing the pattern where each method needs the requesting mod's manifest.
* SMAPI now treats square brackets in the manifest `Name` field as round brackets, to avoid breaking tools which parse log files.
* Updated to [FluentHttpClient](https://github.com/Pathoschild/FluentHttpClient#readme) 4.2.0 (see [changes](https://github.com/Pathoschild/FluentHttpClient/blob/develop/RELEASE-NOTES.md#420)).
+ * Fixed `LocationListChanged` event not raised & memory leak occurring when a generated mine/volcano is removed (thanks to tylergibbs2!).
## 3.16.2
Released 31 August 2022 for Stardew Valley 1.5.6 or later.