diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-09 16:57:41 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-09 16:57:41 -0400 |
commit | 85c769d2a28da67bcc939ec2e6c458a3db81e77c (patch) | |
tree | f462ea7f9598ae95a391478a28f6037eaa691f1d /docs | |
parent | 0971a10ea41d3e16228ebdf6e48d6667625067a1 (diff) | |
download | SMAPI-85c769d2a28da67bcc939ec2e6c458a3db81e77c.tar.gz SMAPI-85c769d2a28da67bcc939ec2e6c458a3db81e77c.tar.bz2 SMAPI-85c769d2a28da67bcc939ec2e6c458a3db81e77c.zip |
update release notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 9fc0d432..0687b888 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -16,6 +16,12 @@ * Fixed `set_farm_type` console command not updating warps. ### For the web UI +* Overhauled log parser UI (thanks to KhloeLeclair!): + * Added pagination for big logs. + * Added search box to filter the log. + * Added option to show/hide content packs in the mod list. + * The filter options now stick to the top of the screen when scrolling. + * Rewrote rendering to improve performance. * Updated the JSON validator/schema for Content Patcher 1.25.0. * Added `data-*` attributes to the log parser page for external tools. * Fixed JSON validator showing incorrect error for update keys without a subkey. |