diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 11:39:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 11:39:35 -0400 |
commit | 151789caa98025632048a1a2d7feb3b64c70829e (patch) | |
tree | a7048a13ba1264fdf3e5b9159ae7b56d40b194b0 /docs/release-notes.md | |
parent | 8ce0862c123f85c22d969187cd7b5c560d9f41e7 (diff) | |
download | SMAPI-151789caa98025632048a1a2d7feb3b64c70829e.tar.gz SMAPI-151789caa98025632048a1a2d7feb3b64c70829e.tar.bz2 SMAPI-151789caa98025632048a1a2d7feb3b64c70829e.zip |
add default GOG install path
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 4fec0c3d..624891eb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ * For players: * Added support for Stardew Valley 1.3+; no longer compatible with earlier versions. * Added warning for mods which don't have update checks configured. + * Fixed detection of GOG install path in rare cases. * Fixed SMAPI update checks not showing newer beta versions when using a beta version. * Fixed console color scheme on Mac or PowerShell, and added override option to `StardewModdingAPI.config.json`. * Fixed `world_settime` console command sometimes breaking NPC schedules (e.g. so they stay in bed). |