diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-08 20:10:12 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-08 20:10:12 -0400 |
commit | 7829df45cbe563ecbf95b84ffbc8cc86e06b1c92 (patch) | |
tree | 104834fa0fc8c09d8612900c04c51a5eda65fae6 /docs/release-notes.md | |
parent | 6053b8c01f4bf12bb6addb48c31e1032dc2e2b30 (diff) | |
download | SMAPI-7829df45cbe563ecbf95b84ffbc8cc86e06b1c92.tar.gz SMAPI-7829df45cbe563ecbf95b84ffbc8cc86e06b1c92.tar.bz2 SMAPI-7829df45cbe563ecbf95b84ffbc8cc86e06b1c92.zip |
track game logs separately in log parser
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4e4c5dd9..6ce0169a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,7 +1,7 @@ # Release notes ## 2.8 (upcoming) * For players: - * Update checks now work even when the mod has no update keys in most cases. + * Update checks now work even for mods without update keys in most cases. * Reorganised SMAPI files: * You can now group mods into subfolders to organise them. * Most SMAPI files are now tucked into a `smapi-internal` subfolder. @@ -19,6 +19,9 @@ * Fixed some errors logged as SMAPI instead of the affected mod. * Updated compatibility list. +* For the web UI: + * The log parser now has a separate filter for game messages. + * For modders: * Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data). * Added `IContentPack.WriteJsonFile` method. |