diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-17 15:06:04 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-17 15:06:04 -0500 |
commit | cfe2c3975f8be62581195fbfffc41528f22b2ee3 (patch) | |
tree | 47998fbefecf44f3e5b375a04c15369ec558cad6 /docs | |
parent | 516b2fc010ba9a794297ae74b4c5de321ffd0a70 (diff) | |
download | SMAPI-cfe2c3975f8be62581195fbfffc41528f22b2ee3.tar.gz SMAPI-cfe2c3975f8be62581195fbfffc41528f22b2ee3.tar.bz2 SMAPI-cfe2c3975f8be62581195fbfffc41528f22b2ee3.zip |
prefer GOG/Steam registry paths when scanning for game folder
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index d448c726..663ab667 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Improved game path detection. The installer now prefers the path installed through Steam or GOG Galaxy. + * For modders: * Expanded `PerScreen<T>` API: you can now get/set the value for any screen, get all active values, or clear all values. * Expanded player info received from multiplayer API/events with new `IsSplitScreen` and `ScreenID` fields. |