summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-09 15:02:25 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-09 15:02:25 -0400
commit1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3 (patch)
tree5a43da6ae39aea1085219cdf1695d3072fb9579c /docs
parent317a33764621f7d0ff9af0239a5fcfea6662a7ed (diff)
downloadSMAPI-1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3.tar.gz
SMAPI-1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3.tar.bz2
SMAPI-1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3.zip
make web layout more responsive
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index e7c946a3..85d9eec7 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -57,11 +57,12 @@
* Fixed `world_settime` sometimes breaking NPC schedules (e.g. so they stay in bed).
* Fixed `world_setseason` not normalising the season value.
-* For the log parser:
- * Redesigned upload page to make it more intuitive for new players.
- * Changed filters to show `DEBUG` messages by default.
- * Fixed issue parsing content packs with no description.
- * Fixed mangled crossplatform paths in some cases.
+* For the web UI:
+ * Redesigned log parser upload page to make it more intuitive for new players.
+ * Changed log parser filters to show `DEBUG` messages by default.
+ * Improved layout on small screens.
+ * Fixed log parser issue when content packs have no description.
+ * Fixed log parser mangling crossplatform paths in some cases.
* For SMAPI developers:
* Added more consistent crossplatform handling using a new `EnvironmentUtility`, including MacOS detection.