diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-16 13:04:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-16 13:04:16 -0400 |
commit | e7fd95aafd044d7b8c95b93d0618324254db4eff (patch) | |
tree | a3778b40ad5ea06dad39b9cc831fb5c875adcf06 | |
parent | c3f6983009c3570851541321a691d1d5e3735766 (diff) | |
download | SMAPI-e7fd95aafd044d7b8c95b93d0618324254db4eff.tar.gz SMAPI-e7fd95aafd044d7b8c95b93d0618324254db4eff.tar.bz2 SMAPI-e7fd95aafd044d7b8c95b93d0618324254db4eff.zip |
update release notes
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index de30a23b..75c1941e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,10 +17,11 @@ * Fixed `set_farm_type` console command not updating warps. ### For the web UI -* Overhauled log parser UI (thanks to KhloeLeclair!): +* Improved 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. + * Added jump links in the sidebar. * 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. |