diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-19 21:50:42 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-19 21:50:42 -0400 |
commit | 9f64dd2abb182b588cf5ae11201ca4dfbe26c45f (patch) | |
tree | ed64776e346005eff32ac9151839370e847c7459 /docs | |
parent | ca8699c68f238f3092966a550643859bce357a86 (diff) | |
download | SMAPI-9f64dd2abb182b588cf5ae11201ca4dfbe26c45f.tar.gz SMAPI-9f64dd2abb182b588cf5ae11201ca4dfbe26c45f.tar.bz2 SMAPI-9f64dd2abb182b588cf5ae11201ca4dfbe26c45f.zip |
add installer logic to detect if player moved the bundled mods (#583)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 7a30b0b6..3ce7d6bb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,7 +3,8 @@ * For players: * Added support for subfolders under `Mods`, for players who want to organise their mods. * Moved most SMAPI files into a `smapi-internal` subfolder. - * Moved save backups into a `save-backups` subfolder (instead of `Mods/SaveBackup/backups`). + * Moved save backups into a `save-backups` subfolder (instead of `Mods/SaveBackup/backups`). Note that previous backups will be deleted when you update. + * Fixed installer duplicating bundled mods if you moved them after the last install. * Updated compatibility list. * For modders: @@ -15,6 +16,7 @@ * For SMAPI developers: * Adjusted `SaveBackup` mod to make it easier to account for custom mod subfolders in the installer. + * Installer no longer special-cases Omegasis' older `SaveBackup` mod (now named `AdvancedSaveBackup`). ## 2.7 * For players: |