diff options
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 152037f8..df832c34 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ * Added friendly error when game can't start audio. * Added console warning for mods which don't have update checks configured. * Improved how mod warnings are shown in the console. + * Fixed `SEHException` errors and performance issues in some cases. * Fixed console color scheme on Mac or in PowerShell, configurable via `StardewModdingAPI.config.json`. * Fixed installer error on Linux/Mac in some cases. * Fixed installer not finding some game paths. @@ -59,9 +60,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. |