summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3214c09e..d0aa2fbf 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,26 +7,28 @@
* Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).
-->
-## Upcoming release
+## 3.11.0
+Released 09 July 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/53514295).
+
* For players:
- * Improved error if SMAPI fails to dispose on game exit.
- * Updated Linux/macOS launch script for Stardew Valley 1.4.5 multiplayer hotfix.
- * Fixed error when running the Windows installer as administrator (thanks to LostLogic!).
+ * Updated for Stardew Valley 1.4.5 multiplayer hotfix on Linux/macOS.
+ * Fixed installer error on Windows when running as administrator (thanks to LostLogic!).
+ * Fixed installer error on some Windows systems (thanks to eddyballs!).
+ * Fixed error if SMAPI fails to dispose on game exit.
* Fixed `player_add` and `list_items` console commands not including some shirts _(in Console Commands)_.
- * Fixed installer error on some older Windows systems (thanks to eddyballs!).
* For mod authors:
* Added `World.FurnitureListChanged` event (thanks to DiscipleOfEris!).
* Added asset propagation for building/house paint masks.
- * Added validation for the manifest `Dependencies` field.
- * Added `TRACE` message if software known to cause issues is installed (currently MSI Afterburner and RivaTuner), to simplify troubleshooting.
- * Fixed validation for mods with version `0.0.0`.
- * Fixed _loaded with custom settings_ trace log when using default settings.
+ * Added log message for troubleshooting if Windows software which often causes issues is installed (currently MSI Afterburner and RivaTuner).
+ * Improved validation for the manifest `Dependencies` field.
+ * Fixed validation for mods with invalid version `0.0.0`.
+ * Fixed _loaded with custom settings_ trace log added when using default settings.
* Fixed `Constants.SaveFolderName` and `Constants.CurrentSavePath` not set correctly in rare cases.
* For the web UI and JSON validator:
- * Updated the JSON validator/schema for Content Patcher 1.23.
- * Fixed [JSON schema](technical/web.md#using-a-schema-file-directly) in Visual Studio Code warning about comments or trailing commas.
+ * Updated the JSON validator/schema for Content Patcher 1.23.0.
+ * Fixed [JSON schema](technical/web.md#using-a-schema-file-directly) in Visual Studio Code warning about comments and trailing commas.
* Fixed JSON schema for `i18n` files requiring the wrong value for the `$schema` field.
## 3.10.1