Skip to content

v0.3.9-CLI

Compare
Choose a tag to compare
@Jim137 Jim137 released this 22 Mar 17:56
· 130 commits to master since this release
a9eda86

New Features

  • Implemented support for reading config.json to save configurations, replacing the method of using batch scripts.

Note

Placing config.json in the same directory as the execution enables local configuration. For global configuration, place it in the following directories:

  • Windows: %localappdata%\Jim137\paifulogger\config.json
  • macOS: /Users/{UserName}/Library/Application Support/paifulogger/config.json
  • Linux: ~/.local/share/paifulogger/config.json

Important Notice

Now the default logging format is switched to csv. If you want to keep using xlsx, please manually edit the script or edit config.json to use xlsx.

Full Changelog: CLI-0.3.7...CLI-0.3.9