diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-05-15 20:51:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 15:49:34 -0400 |
commit | 77f85a701a1487539e1c54a4a7d7f92d58f99cc9 (patch) | |
tree | e75732556346cea210832536f2d88431cda6975e /docs/release-notes.md | |
parent | 8595a2a6faffe7af81c6401cd6308f84fbefdd01 (diff) | |
download | SMAPI-77f85a701a1487539e1c54a4a7d7f92d58f99cc9.tar.gz SMAPI-77f85a701a1487539e1c54a4a7d7f92d58f99cc9.tar.bz2 SMAPI-77f85a701a1487539e1c54a4a7d7f92d58f99cc9.zip |
update mod list filters to always display clicked mod link
Diffstat (limited to 'docs/release-notes.md')
-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 fb6be0c0..99e05016 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,9 @@ These changes have not been released yet. * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!). * Fixed errors during early startup not shown before exit. +* For the web UI: + * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods. + * For modders: * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. * Fixed 'location list changed' verbose log not correctly listing changes. |