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. diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index 0f056ada..411448fa 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -3,9 +3,9 @@ } @model StardewModdingAPI.Web.ViewModels.IndexModel @section Head { - + - + }

@@ -15,16 +15,29 @@

- Download SMAPI @Model.StableVersion.Version
+
+ Download SMAPI @Model.StableVersion.Version
+ +

+ @if (Model.BetaVersion != null) { - Download SMAPI @Model.BetaVersion.Version
for Stardew Valley 1.3 beta

+
+ Download SMAPI @Model.BetaVersion.Version
for Stardew Valley 1.3 beta

+ +

} Player guide
- +
-

Get help

+

Get help