Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-18 | update schema for Content Patcher 1.28.0 | Jesse Plamondon-Willard | |
2022-07-17 | update image reference | Jesse Plamondon-Willard | |
2022-07-17 | Moving Sidebar GIF to SVG | Ishan Jalan | |
2022-07-09 | Update pufferchick-cool.svg | Ishan Jalan | |
2022-07-08 | bypass browser cache & delete unused images | Jesse Plamondon-Willard | |
2022-07-08 | Update pufferchick-cool.svg | Ishan Jalan | |
2022-07-08 | pufferchick-cool updated [2] | Ishan Jalan | |
2022-07-08 | Updated pufferchick cool | Ishan Jalan | |
2022-07-08 | SVGs for pufferchick and pufferchick-cool | Ishan Jalan | |
SVG > PNG | |||
2022-07-06 | update compatibility list for broken CFAutomate unofficial update | Jesse Plamondon-Willard | |
2022-07-05 | improve log parser's 'suggested fixes' styles | Jesse Plamondon-Willard | |
2022-06-28 | remove obsolete override | Jesse Plamondon-Willard | |
SMAPI no longer raises UsesDynamic warnings. | |||
2022-06-28 | update schema for Content Patcher 1.27.0 | Jesse Plamondon-Willard | |
2022-06-12 | update compatibility list | Jesse Plamondon-Willard | |
2022-05-09 | update schema for Content Patcher 1.26.0 | Jesse Plamondon-Willard | |
2022-05-01 | update compatibility list | Jesse Plamondon-Willard | |
2022-04-21 | set page/perPage URL args together | Jesse Plamondon-Willard | |
Since there's no UI to set the page size, this makes the argument more discoverable. | |||
2022-04-19 | don't add default pagination values to log URL | Jesse Plamondon-Willard | |
2022-04-16 | tweak code style | Jesse Plamondon-Willard | |
2022-04-16 | Add regex error checking, and display a message to the user when their ↵ | Khloe Leclair | |
regular expression has a syntax error. Additionally, use a non-capturing group to surround the user input when `Match whole word` is enabled in case alternates are being used. Finally, add a safety check to highlighting to avoid an infinite loop when zero-length matches happen. | |||
2022-04-16 | minor refactoring & code style | Jesse Plamondon-Willard | |
2022-04-12 | Use an optional section for rendering quick navigation links on the mod ↵ | Khloe Leclair | |
viewer, containing them within the #sidebar element. | |||
2022-04-12 | Make horizontal scrolling with the quick navigation links less bad. Probably ↵ | Khloe Leclair | |
need to move them into the actual sidebar element though for proper sorting. | |||
2022-04-12 | Replace bitfields for state and just use comma-separated strings. Add a note ↵ | Khloe Leclair | |
that numbers may be inaccurate if filtering is used when sections are collapsed. Add quick navigation links. | |||
2022-04-11 | Add more documentation strings. Use shallow equality checking to decide ↵ | Khloe Leclair | |
whether to include a filter in the URL or not to avoid unnecessarily large URLs. | |||
2022-04-11 | Cleanup log filtering a bit, with a clearer string for the number of total ↵ | Khloe Leclair | |
messages. Additionally, save and restore filter state from the URL for better linking. | |||
2022-04-09 | restore data element unloading | Jesse Plamondon-Willard | |
2022-04-09 | load raw data from JSON per discussion | Jesse Plamondon-Willard | |
This avoids loading the data synchronously as a JavaScript snippet, which improves performance when opening the page. | |||
2022-04-09 | minor refactoring | Jesse Plamondon-Willard | |
2022-04-09 | pass data directly to script instead of serializing & deserializing it | Jesse Plamondon-Willard | |
2022-04-09 | standardize quote style | Jesse Plamondon-Willard | |
2022-04-09 | rename 'data' to 'state' for upcoming changes | Jesse Plamondon-Willard | |
2022-04-08 | Simplify visible section checking by abusing Vue behavior, since the proper ↵ | Khloe Leclair | |
way is being buggy. | |||
2022-04-08 | Implement client-side log rendering, better filtering, and pagination to ↵ | Khloe Leclair | |
improve performance and enhance the user experience with using the log parser. | |||
2022-04-06 | remove some unused/redundant code | Jesse Plamondon-Willard | |
2022-02-27 | update schema for Content Patcher 1.25.0 | Jesse Plamondon-Willard | |
2022-01-29 | fix manifest JSON schema's update key pattern | Jesse Plamondon-Willard | |
2022-01-15 | add Xbox app log instructions, redesign UI to fit | Jesse Plamondon-Willard | |
2022-01-15 | fix JSON validator not recognizing manifest update subkeys | Jesse Plamondon-Willard | |
2021-12-23 | remove content pack from compatibility blacklist | Jesse Plamondon-Willard | |
It's no longer broken with the auto-fixes in the upcoming SMAPI update. | |||
2021-12-18 | update compatibility list | Jesse Plamondon-Willard | |
2021-12-09 | update compatibility list | Jesse Plamondon-Willard | |
2021-12-05 | mark UI Info Suite incompatible | Jesse Plamondon-Willard | |
2021-12-04 | update JSON validator for Content Patcher's new .fnt support | Jesse Plamondon-Willard | |
2021-11-28 | update compatibility list | Jesse Plamondon-Willard | |
2021-11-27 | remove direct download for beta versions | Jesse Plamondon-Willard | |
With this change, only the main version has a direct download. Showing beta info here caused a few issues: * The vast majority of players don't use the game beta, so they were often confused about which version to download. * Beta versions typically have much longer release info (e.g. detailed summary, release notes, caveats and warnings, etc), and the extra download button made the player guide button under it less prominent and visible. Those both contributed to information overload and the above confusion. * Unlike main versions, beta versions aren't permanently archived on GitHub (since the beta branch is routinely rebased onto the latest stable update). That makes it messy to manage beta releases through GitHub. Instead there's now a message under the download button which clearly links to where the beta version can be downloaded. | |||
2021-10-31 | update Content Patcher schema for 1.24.0 | Jesse Plamondon-Willard | |
2021-09-29 | show separate beta stats in mod compatibility list | Jesse Plamondon-Willard | |
2021-09-01 | add Big Silo to compatibility list | Jesse Plamondon-Willard | |
2021-08-03 | add PlatoTK to compatibility list | Jesse Plamondon-Willard | |