diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-16 01:11:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-16 01:11:13 -0400 |
commit | c9a6d327110806d20877c477095238846a8d83bf (patch) | |
tree | 491b9b39ec0403067d0998226777a9a355004b9f /docs/release-notes.md | |
parent | 6c08f774250b252c09b282a663b3947acb3a6741 (diff) | |
download | SMAPI-c9a6d327110806d20877c477095238846a8d83bf.tar.gz SMAPI-c9a6d327110806d20877c477095238846a8d83bf.tar.bz2 SMAPI-c9a6d327110806d20877c477095238846a8d83bf.zip |
update web UI to let players download from new Nexus page (#547)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 152037f8..5bb77762 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -59,9 +59,10 @@ * Fixed `world_setseason` not normalising the season value. * 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 log parser design to make it more intuitive. * Improved layout on small screens. + * Added option to download from Nexus. + * Changed log parser filters to show `DEBUG` messages by default. * Fixed log parser issue when content packs have no description. * Fixed log parser mangling crossplatform paths in some cases. |