diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-01 13:11:27 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-01 13:11:27 -0400 |
commit | d688cdf8c3c852d4b11cdd046d67c4b35443cc95 (patch) | |
tree | e120bc62af72e94e8e924ba124382d0c6f9304de /docs | |
parent | edfb3c9929e685f8b80a6b10895763e81bf41207 (diff) | |
download | SMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.tar.gz SMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.tar.bz2 SMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.zip |
prepare for release
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4f874e38..36f07129 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,20 +1,22 @@ ← [README](README.md) # Release notes -## Upcoming release +## 3.12.0 +01 August 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/54388616). + * For players: - * Added automatic save recovery when custom content mods leave null objects in the save. + * Added save recovery when content mods leave null objects in the save (in _Error Handler_). * Added error if the wrong SMAPI bitness is installed (e.g. 32-bit SMAPI with 64-bit game). * Added error if some SMAPI files aren't updated correctly. - * Added `removable` option to the `world_clear` console command (thanks to bladeoflight16!). + * Added `removable` option to the `world_clear` console command (in _Console Commands_, thanks to bladeoflight16!). * Fixed handling of Unicode characters in console commands. - * Fixed intermittent error if a mod fetches mod-provided APIs asynchronously. + * Fixed intermittent error if a mod gets mod-provided APIs asynchronously. * Fixed crash when creating a farm name containing characters that aren't allowed in a folder path. * For mod authors: - * Updated Harmony 1.2.0.1 to 2.1.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). - * SMAPI now intercepts `KeyNotFoundException` dictionary errors and adds the key to the error message to simplify troubleshooting. (Due to Harmony limitations, this only works for the dictionary types used by the game.) - * Fixed error loading `.xnb` files from the local mod folder since SMAPI 3.0. + * **Updated Harmony 1.2.0.1 to 2.1.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).** + * SMAPI now intercepts `KeyNotFoundException` errors and adds the key to the error message to simplify troubleshooting. (Due to Harmony limitations, this only works for the dictionary types used by the game.) + * Fixed error loading `.xnb` files from the local mod folder. * Fixed reloading a map not correctly reapplying interior doors. ## 3.11.0 |