diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 16:51:37 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 16:51:37 -0500 |
commit | d7696912e007a2b455a2fd5e1974924d2efe83b3 (patch) | |
tree | f3bcd5f75e8028ff2386321287899ce491f892ea /docs | |
parent | 68528f7decadccb4c5ed62f3fff10aeff22dcd43 (diff) | |
download | SMAPI-d7696912e007a2b455a2fd5e1974924d2efe83b3.tar.gz SMAPI-d7696912e007a2b455a2fd5e1974924d2efe83b3.tar.bz2 SMAPI-d7696912e007a2b455a2fd5e1974924d2efe83b3.zip |
reimplement log parser with serverside parsing and vue.js frontend
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 08f945e4..03b6dd77 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -20,8 +20,14 @@ * Fixed unhelpful error when a translation file has duplicate keys due to case-insensitivity. * Fixed some JSON field names being case-sensitive. +* For the [log parser][]: + * Significantly reduced download size when viewing files with repeated errors. + * Improved parse error handling. + * Fixed 'log started' field showing incorrect date. + * For SMAPI developers: * Overhauled mod DB format to be more concise, reduce the memory footprint, and support versioning/defaulting more fields. + * Reimplemented log parser with serverside parsing and vue.js on the frontend. ## 2.4 * For players: |