summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-30 17:13:53 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-30 17:13:53 -0500
commitb294ac1203aa78575f8c72f0be1ee9d3edff15ab (patch)
treea96f1b62b3aeba3d5b12ad7496de06a94d39c977 /docs
parent919bbe94aa027c8a4ff8db4bdb50e8e2a28c48d9 (diff)
downloadSMAPI-b294ac1203aa78575f8c72f0be1ee9d3edff15ab.tar.gz
SMAPI-b294ac1203aa78575f8c72f0be1ee9d3edff15ab.tar.bz2
SMAPI-b294ac1203aa78575f8c72f0be1ee9d3edff15ab.zip
prepare for release
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 d60156d5..08cc832c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,30 +1,32 @@
← [README](README.md)
# Release notes
-## Upcoming release
+## 3.13.0
+Released 30 November 2021 for Stardew Valley 1.5.5 or later.
+
* For players:
* Updated for Stardew Valley 1.5.5.
- * Updated compatibility list.
- * Added support for loading BmFont `.fnt` files for [custom languages](https://stardewvalleywiki.com/Modding:Custom_languages) through the [content API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Content).
* Added `set_farm_type` [console command](https://stardewvalleywiki.com/Modding:Console_commands#Console_commands) to change the current farm type.
* Fixed installer window closing immediately if the installer crashed.
+ * Updated compatibility list.
* For mod authors:
* Migrated to 64-bit MonoGame and .NET 5 on all platforms (see [migration guide for mod authors](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.5.5)).
* Added support for [map overlays via `asset.AsMap().PatchMap`](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Content#Edit_a_map).
+ * Added support for loading BmFont `.fnt` files for [custom languages](https://stardewvalleywiki.com/Modding:Custom_languages) through the [content API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Content).
+
+* For the web UI:
+ * Updated the JSON validator/schema for Content Patcher 1.24.0.
**Update note for players with older systems:**
The game now has two branches: the _main branch_ which you'll get by default, and an optional
-_compatibility branch_ for [older systems](https://www.stardewvalley.net/compatibility/). The two
-branches have identical content, but use [different technologies](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.5.5#Stardew_Valley_compatibility_branch).
+[_compatibility branch_ for older systems](https://www.stardewvalley.net/compatibility/). The two
+branches have identical content, but use [different technologies](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.5.5#Game_compatibility_branch).
Unfortunately **SMAPI only supports the main branch of the game**. There are formidable difficulties
-across all mods in supporting all three variations, the [Steam hardware stats](https://store.steampowered.com/hwsurvey)
-show that 99.69% of players have 64-bit, and 32-bit imposes significant restrictions on what mods
-can do.
-
-* For the web UI:
- * Updated the JSON validator/schema for Content Patcher 1.24.0.
+across all mods in supporting all three variations, 32-bit imposes significant restrictions on what
+mods can do, and the [Steam hardware stats](https://store.steampowered.com/hwsurvey) show that 99.69%
+of players now have 64-bit.
## 3.12.8
Released 18 October 2021 for Stardew Valley 1.5.4.