v0.3.9-CLI
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