summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-16 17:13:28 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-16 17:13:28 -0500
commitad0e6b315dc7b4e616dcdf6c090cd54a2f3b7499 (patch)
treeff742b2a12270b57c28e8ddecdc5322c64f6c2ce /docs
parent230f1192056a5b49147bc45a8328b6132069f8c7 (diff)
downloadSMAPI-ad0e6b315dc7b4e616dcdf6c090cd54a2f3b7499.tar.gz
SMAPI-ad0e6b315dc7b4e616dcdf6c090cd54a2f3b7499.tar.bz2
SMAPI-ad0e6b315dc7b4e616dcdf6c090cd54a2f3b7499.zip
prepare for release
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 56564953..957d5199 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,17 +1,19 @@
← [README](README.md)
# Release notes
-## Upcoming release
+## 3.13.3
+Released 16 January 2021 for Stardew Valley 1.5.6 or later.
+
* For players:
- * **Increased minimum game version to Stardew Valley 1.5.6.**
- * Added automatic fix for custom maps which don't have a required tilesheet.
- * Added automatic save recovery when the custom farm type isn't available anymore.
- * Added the new game build number to the SMAPI console + log.
+ * **SMAPI now needs Stardew Valley 1.5.6 or later.**
+ * Added automatic fix for custom maps which are missing a required tilesheet.
+ * Added automatic save recovery when a custom farm type isn't available anymore.
+ * Added the game's new build number to the SMAPI console + log.
* The installer now detects Xbox app game folders.
* Reduced mod loading time a bit.
- * Fixed extra newlines shown in the console in non-developer mode.
* Fixed macOS launch issue when using some terminals (thanks to bruce2409!).
- * Fixed Linux/macOS terminal ignoring backspace in Stardew Valley 1.5.5+.
+ * Fixed Linux/macOS terminal ignoring backspaces in Stardew Valley 1.5.5+.
+ * Fixed extra newlines in the SMAPI console.
* Fixed outdated instructions in Steam error message.
* Fixed uninstaller not removing `StardewModdingAPI.deps.json` file.
* Simplified [running without a terminal on Linux/macOS](https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#SMAPI_doesn.27t_recognize_controller_.28Steam_only.29) when needed.