Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 04:02

Pufferwatch is a command-line utility for monitoring and filtering SMAPI log files. It allows for real time filtering of SMAPI logs to aid in mod development and debugging.

Added:

  • Improved documentation from --help.
  • Added documentation on how to use pufferwatch to replace SMAPI's terminal in Steam.
  • pufferwatch run (previously pufferwatch --execute) now searches for SMAPI if not provided a path.

Changes:

  • Restructured the command interface. Rather than using mutually exclusive --remote/--execute/--stdin/etc. flags, Pufferwatch now uses subcommands. For example, pufferwatch --remote <url> has been changed to pufferwatch remote <url>. This reduces confusion on when certain flags are allowed.
  • Updated to clap v4, meaning the help output is no longer colored and instead uses the new style.

image