Releases: TehPers/pufferwatch
0.2.0
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
(previouslypufferwatch --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 topufferwatch 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.
0.1.2
This is a highly unstable initial pre-release of Pufferwatch.
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.
Adds:
- View remote SMAPI logs using
--remote
- Start SMAPI from pufferwatch using
--execute
and send it commands
Changes:
- Formatted log and raw log are now tabs that can be switched between. This makes the widgets larger.
- Linux target now uses GNU instead of MUSL
Fixes:
- Incorrect control icon on Mac
- Divide-by-zero panic when making the terminal too small
0.1.1
This is a highly unstable initial pre-release of Pufferwatch.
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.
Adds:
- Auto-scroll - when either the
log
orraw
views are at the bottom of a log, if more content is added to that log, then the view will automatically scroll down. - Read from
stdin
- pipe files or even SMAPI directly intopufferwatch
! Usage:pufferwatch --stdin
0.1.0
This is a highly unstable initial pre-release of Pufferwatch.
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.