summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md38
-rw-r--r--docs/release-notes.md26
-rw-r--r--docs/technical/mod-package.md3
3 files changed, 49 insertions, 18 deletions
diff --git a/docs/README.md b/docs/README.md
index ecfa6f2b..d3aaae64 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -56,22 +56,24 @@ SMAPI rarely shows text in-game, so it only has a few translations. Contribution
[Modding:Translations](https://stardewvalleywiki.com/Modding:Translations) on the wiki for help
contributing translations.
-locale | status
----------- | :----------------
-default | ✓ [fully translated](../src/SMAPI/i18n/default.json)
-Chinese | ✓ [fully translated](../src/SMAPI/i18n/zh.json)
-French | ✓ [fully translated](../src/SMAPI/i18n/fr.json)
-German | ✓ [fully translated](../src/SMAPI/i18n/de.json)
-Hungarian | ✓ [fully translated](../src/SMAPI/i18n/hu.json)
-Italian | ✓ [fully translated](../src/SMAPI/i18n/it.json)
-Japanese | ✓ [fully translated](../src/SMAPI/i18n/ja.json)
-Korean | ✓ [fully translated](../src/SMAPI/i18n/ko.json)
-Polish¹ | ✓ [fully translated](../src/SMAPI/i18n/pl.json)
-Portuguese | ✓ [fully translated](../src/SMAPI/i18n/pt.json)
-Russian | ✓ [fully translated](../src/SMAPI/i18n/ru.json)
-Spanish | ✓ [fully translated](../src/SMAPI/i18n/es.json)
-Thai¹ | ✓ [fully translated](../src/SMAPI/i18n/th.json)
-Turkish | ✓ [fully translated](../src/SMAPI/i18n/tr.json)
+locale | status
+----------- | :----------------
+default | ✓ [fully translated](../src/SMAPI/i18n/default.json)
+Chinese | ✓ [fully translated](../src/SMAPI/i18n/zh.json)
+French | ✓ [fully translated](../src/SMAPI/i18n/fr.json)
+German | ✓ [fully translated](../src/SMAPI/i18n/de.json)
+Hungarian | ✓ [fully translated](../src/SMAPI/i18n/hu.json)
+Italian | ✓ [fully translated](../src/SMAPI/i18n/it.json)
+Japanese | ✓ [fully translated](../src/SMAPI/i18n/ja.json)
+Korean | ✓ [fully translated](../src/SMAPI/i18n/ko.json)
+[Polish] | ✓ [fully translated](../src/SMAPI/i18n/pl.json)
+Portuguese | ✓ [fully translated](../src/SMAPI/i18n/pt.json)
+Russian | ✓ [fully translated](../src/SMAPI/i18n/ru.json)
+Spanish | ✓ [fully translated](../src/SMAPI/i18n/es.json)
+[Thai] | ✓ [fully translated](../src/SMAPI/i18n/th.json)
+Turkish | ✓ [fully translated](../src/SMAPI/i18n/tr.json)
+[Ukrainian] | ✓ [fully translated](../src/SMAPI/i18n/uk.json)
-¹ This is a custom language provided by a mod (see [Polish](https://www.nexusmods.com/stardewvalley/mods/3616)
-and [Thai](https://www.nexusmods.com/stardewvalley/mods/7052)).
+[Polish]: https://www.nexusmods.com/stardewvalley/mods/3616
+[Thai]: https://www.nexusmods.com/stardewvalley/mods/7052
+[Ukrainian]: https://www.nexusmods.com/stardewvalley/mods/8427
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 499fa322..957d5199 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,6 +1,32 @@
← [README](README.md)
# Release notes
+## 3.13.3
+Released 16 January 2021 for Stardew Valley 1.5.6 or later.
+
+* For players:
+ * **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 macOS launch issue when using some terminals (thanks to bruce2409!).
+ * 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.
+ * Updated compatibility list.
+ * Improved translations. Thanks to ChulkyBow (added Ukrainian)!
+
+* For the web UI:
+ * Added log instructions for Xbox app on Windows.
+ * Added log download option.
+ * Redesigned log instruction UI.
+ * Fixed log parser not correctly handling multiple mods having the exact same name.
+ * Fixed JSON validator not recognizing manifest [update subkeys](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Update_subkeys).
+
## 3.13.2
Released 05 December 2021 for Stardew Valley 1.5.5 or later.
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md
index 41f808a5..5e408168 100644
--- a/docs/technical/mod-package.md
+++ b/docs/technical/mod-package.md
@@ -412,6 +412,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi
when you compile it.
## Release notes
+## Upcoming release
+* Added detection for Xbox app game folders.
+
## 4.0.0
Released 30 November 2021.