diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 13:54:38 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 13:54:38 -0500 |
commit | 64480fc10c47a3b6a46c0a6f5f4b66e04321ac08 (patch) | |
tree | 07eadfa8bd20d5f264ffd3b9063170c5933d04e6 /docs/release-notes.md | |
parent | fb9ef6efda9ae9f59104c40b19fcb2daa6027297 (diff) | |
parent | ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366 (diff) | |
download | SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.tar.gz SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.tar.bz2 SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.zip |
Merge branch 'feature/revamp-installer' into develop
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 5762c623..d39e6f3e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * Reorganised SMAPI files: * Most SMAPI files are now tucked into a `smapi-internal` subfolder. * Save backups are now in a `save-backups` subfolder, so they're easier to access. Note that previous backups will be deleted when you update. + * Simplified the installer files to avoid confusion. * Added support for organising mods: * You can now group mods into subfolders to organise them. * You can now mark a mod folder ignored by starting the name with a dot (like `.disabled mods`). @@ -18,6 +19,7 @@ * Fixed friendly error no longer shown when SMAPI isn't run from the game folder. * Fixed some Windows install paths not detected. * Fixed installer duplicating bundled mods if you moved them after the last install. + * Fixed installer allowing custom mods to be bundled with the install. * Fixed translation issues not shown as warnings. * Fixed dependencies not correctly enforced if the dependency is installed but failed to load. * Fixed some errors logged as SMAPI instead of the affected mod. |