summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-24 20:29:03 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-24 20:29:03 -0500
commita6b11035961a0e3cc31653a888554915f7d3c747 (patch)
treea0ebc1231c5b18b3dc8f00a3c34c3fbbd569634e /docs/release-notes.md
parent5ae640dc91adff8dfb0827e2a3c3f6b54be7c612 (diff)
downloadSMAPI-a6b11035961a0e3cc31653a888554915f7d3c747.tar.gz
SMAPI-a6b11035961a0e3cc31653a888554915f7d3c747.tar.bz2
SMAPI-a6b11035961a0e3cc31653a888554915f7d3c747.zip
add file pickers to web UI for mobile users
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 50c6f639..42316629 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,6 +1,10 @@
&larr; [README](README.md)
# Release notes
+## Upcoming release
+* For the web UI:
+ * Added option to upload files using a file picker.
+
## 3.3.2
Released 22 February 2020 for Stardew Valley 1.4.1 or later.
@@ -27,6 +31,10 @@ Released 22 February 2020 for Stardew Valley 1.4.1 or later.
* Fixed warning on MacOS when you have no saves yet.
* Reduced log messages.
+* For the web UI:
+ * Updated the JSON validator and Content Patcher schema for `.tmx` support.
+ * The mod compatibility page now has a sticky table header.
+
* For modders:
* Added support for [message sending](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations#Message_sending) to mods on the current computer (in addition to remote computers).
* Added `ExtendImage` method to content API when editing files to resize textures.
@@ -37,10 +45,6 @@ Released 22 February 2020 for Stardew Valley 1.4.1 or later.
* Updated dependencies (including Mono.Cecil 0.11.1 → 0.11.2).
* Fixed dialogue propagation clearing marriage dialogue.
-* For the web UI:
- * Updated the JSON validator and Content Patcher schema for `.tmx` support.
- * The mod compatibility page now has a sticky table header.
-
* For SMAPI/tool developers:
* Improved support for four-part versions to support SMAPI on Android.
* The SMAPI log now prefixes the OS name with `Android` on Android.