diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 15:01:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 15:01:25 -0400 |
commit | 42ff20cd92a3a28faca8de0c309396efa147f0e2 (patch) | |
tree | 90255e339ec7d0902d31d165a9635a269e4e7db2 /docs/release-notes.md | |
parent | d143ab1077d7a3fb8638f0cc494aadf8688a0952 (diff) | |
download | SMAPI-42ff20cd92a3a28faca8de0c309396efa147f0e2.tar.gz SMAPI-42ff20cd92a3a28faca8de0c309396efa147f0e2.tar.bz2 SMAPI-42ff20cd92a3a28faca8de0c309396efa147f0e2.zip |
suppress Harmony debug mode by default
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 89883f87..4de0fa66 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,8 @@ ## Upcoming release * For players: * 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._ * Optimized performance and memory usage (thanks to atravita!). * Other internal optimizations. * Added more file extensions to ignore when searching for mod folders: `.7z`, `.tar`, `.tar.gz`, and `.xcf` (thanks to atravita!). |