summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-15 20:39:32 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-15 20:39:32 -0500
commit6f05580191e27bdf876d75a967a3238947d5a091 (patch)
treeb0ab87449c94e0f4b8f7fea3fc018f2714eab93a /docs
parentd029dd652fcb7390d756d92803da2dbc91f8b0de (diff)
downloadSMAPI-6f05580191e27bdf876d75a967a3238947d5a091.tar.gz
SMAPI-6f05580191e27bdf876d75a967a3238947d5a091.tar.bz2
SMAPI-6f05580191e27bdf876d75a967a3238947d5a091.zip
add detection for Xbox app game folders
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
-rw-r--r--docs/technical/mod-package.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3be90208..f37b35f5 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -6,6 +6,7 @@
* 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.
+ * The installer now detects Xbox app game folders.
* 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+.
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.