summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-19 23:20:55 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-19 23:20:55 -0500
commit2e9807a034a84d7e1ce821e92671a655ce13b199 (patch)
tree37d079ec050320c97412f3e7bec144b52fc78ed4 /docs
parent82d1e92d9740d89705c633731d52c1ec924a4b1c (diff)
downloadSMAPI-2e9807a034a84d7e1ce821e92671a655ce13b199.tar.gz
SMAPI-2e9807a034a84d7e1ce821e92671a655ce13b199.tar.bz2
SMAPI-2e9807a034a84d7e1ce821e92671a655ce13b199.zip
rework tilesheet loading to improve errors, allow future validation, and drop support for legacy content files
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index bf8c7917..8b22b95a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,18 +3,20 @@
# Release notes
## Upcoming release
* For players:
- * Updated translations. Thanks to xCarloC (added Italian)!
+ * Reduced network traffic for mod broadcasts to players who can't process them.
* Fixed update-check errors for recent versions of SMAPI on Android.
* Updated compatibility list.
+ * Updated translations. Thanks to xCarloC (added Italian)!
* For the Save Backup mod:
* Fixed warning on MacOS when you have no saves yet.
* Reduced log messages.
* For modders:
- * Added support for self-broadcasts through the multiplayer API. (Mods can now send messages to the current machine. That enables simple integrations between mods without needing an API, and lets mods notify a host mod without needing different code depending on whether the current player is the host or a farmhand.)
- * Added `helper.Input.GetStatus` method to get the low-level status of a button.
- * Eliminated unneeded network messages when broadcasting to a peer who can't handle the message (e.g. because they don't have SMAPI or don't have the target mod).
+ * Added support for [message sending](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations#Message_sending) to mods on the current computer.
+ * Added `helper.Input.GetStatus` to get the low-level status of a button.
+ * **[Breaking change]** Map tilesheets are no loaded from `Content` if they can't be found in `Content/Maps`. This reflects an upcoming change in the game to delete map tilesheets under `Content`.
+ * Improved map tilesheet errors so they provide more info.
* Fixed dialogue propagation clearing marriage dialogue.
* For the web UI: