diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-08 21:18:15 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-08 21:18:15 -0500 |
commit | bdb7b04b3edecdf7dfa665d8b5a50a1bbff62699 (patch) | |
tree | 7249d86910ce37a93a82db8322fade5465445dc4 /docs | |
parent | 04c6733adae9ce568aefb5d9dee6101097e994c5 (diff) | |
parent | df25368300e1254bc6eb2a1c7aa371bfeb289dff (diff) | |
download | SMAPI-bdb7b04b3edecdf7dfa665d8b5a50a1bbff62699.tar.gz SMAPI-bdb7b04b3edecdf7dfa665d8b5a50a1bbff62699.tar.bz2 SMAPI-bdb7b04b3edecdf7dfa665d8b5a50a1bbff62699.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 82709d3c..6a6b07a2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,21 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## 3.8.3 +Released 08 January 2021 for Stardew Valley 1.5.2 or later. + +* For players: + * Updated for Stardew Valley 1.5.2. + * Reduced memory usage. + * You can now enter console commands for a specific screen in split-screen mode by adding `screen=ID` to the command. + * Typing `help` in the SMAPI console is now more helpful. + +* For modders: + * Simplified tilesheet order warning added in SMAPI 3.8.2. + +* For the Console Commands mod: + * Removed experimental `performance` command. Unfortunately this impacted SMAPI's memory usage and performance, and the data was often misinterpreted. This may be replaced with more automatic performance alerts in a future version. + ## 3.8.2 Released 03 January 2021 for Stardew Valley 1.5.1 or later. |