diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-11 23:17:36 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-11 23:17:36 -0400 |
commit | 9029633f7f1076415fcb9e76fd3e0e58357ddcec (patch) | |
tree | 83289d1155ef23d099e6eb109c10bc6b4c7c0955 /docs | |
parent | b7907293349e95f84583e682f38e0eb491ac2e5d (diff) | |
download | SMAPI-9029633f7f1076415fcb9e76fd3e0e58357ddcec.tar.gz SMAPI-9029633f7f1076415fcb9e76fd3e0e58357ddcec.tar.bz2 SMAPI-9029633f7f1076415fcb9e76fd3e0e58357ddcec.zip |
overhaul installer display (#554)
The installer now validates preconditions earlier when possible, and after each step will reset the text and condense details from previous steps. This way players only see info for the current question to avoid confusion, and it's easier to add new steps.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 9556d58c..342ff217 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ ## 2.7 * For players: * Improved how mod issues are listed in the console and log. + * Revamped installer. It now... + * uses a new format that should be more intuitive for players; + * and validates requirements earlier. * Fixed custom festival maps always using spring tilesheets. * Fixed `player_add` command not recognising return scepter. * Fixed `player_add` command showing fish twice. |