summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-20 14:54:56 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:53:37 -0400
commit673ef91cc75e3b460acb8ab875d4d9d0be07042e (patch)
tree59b6e301af984379c7b199b604ad909de9ab2cf7 /docs
parentec747b518b28184c440dcea7ce74f3e80b627505 (diff)
downloadSMAPI-673ef91cc75e3b460acb8ab875d4d9d0be07042e.tar.gz
SMAPI-673ef91cc75e3b460acb8ab875d4d9d0be07042e.tar.bz2
SMAPI-673ef91cc75e3b460acb8ab875d4d9d0be07042e.zip
show versions in duplicate-mod errors, make folder paths in trace logs clearer
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 9c3e3d28..d6076b0f 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,6 +12,7 @@ These changes have not been released yet.
* Now ignores metadata files/folders like `__MACOSX` and `__folder_managed_by_vortex`.
* Now ignores content files like `.txt` or `.png`, which avoids missing-manifest errors in some common cases.
* Now detects XNB mods more accurately, and consolidates multi-folder XNB mods.
+ * Duplicate-mod errors now show the mod version in each folder.
* Updated mod compatibility list.
* Fixed mods needing to load custom `Map` assets before the game accesses them (SMAPI will now do so automatically).
* Fixed Save Backup not pruning old backups if they're uncompressed.
@@ -37,7 +38,8 @@ These changes have not been released yet.
* Added separate `LogNetworkTraffic` option to make verbose logging less overwhelmingly verbose.
* Added asset propagation for critter textures and `DayTimeMoneyBox` buttons.
* The installer now recognises custom game paths stored in `stardewvalley.targets`, if any.
- * When a mod is incompatible, the trace logs now list all detected issues instead of the first one.
+ * Trace logs for a broken mod now list all detected issues (instead of the first one).
+ * Trace logs when loading mods are now more clear.
* Removed all deprecated APIs.
* Removed the `Monitor.ExitGameImmediately` method.
* Updated dependencies (including Json.NET 11.0.2 → 12.0.2, Mono.Cecil 0.10.1 → 0.10.4).