diff options
-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. |