diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 16:59:05 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 16:59:05 -0400 |
commit | 9a15da5a173e5e218c16e2e4ef0af0c98968e1cb (patch) | |
tree | 0601c05b5fce5d648b92237878df8eb2cae1be7f /docs/release-notes.md | |
parent | 42ff20cd92a3a28faca8de0c309396efa147f0e2 (diff) | |
download | SMAPI-9a15da5a173e5e218c16e2e4ef0af0c98968e1cb.tar.gz SMAPI-9a15da5a173e5e218c16e2e4ef0af0c98968e1cb.tar.bz2 SMAPI-9a15da5a173e5e218c16e2e4ef0af0c98968e1cb.zip |
add 'strict mode' release with deprecated APIs stripped out
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4de0fa66..5bf3b875 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ ## Upcoming release * For players: + * You can now download SMAPI 'strict mode' from the [Nexus optional files](https://www.nexusmods.com/stardewvalley/mods/2400/). This removes all deprecated APIs, which may significantly improve performance. However mods which still show deprecation warnings won't work. * The SMAPI installer now also detects game folders listed in Steam's `.vdf` library data on Windows (thanks to pizzaoverhead!). * SMAPI now prevents mods from enabling Harmony debug mode, which impacts performance and creates a file on your desktop. _You can allow debug mode by editing `smapi-internal/config.json` in your game folder._ |