v0.4.1-CLI
New Features
- Support logging from Tenhou client(*.mjlog). (-c, --from-client DIR_TO_MJLOG): For all user
- Add support for no_output flag in get_paifu function: For inline user
- Better type hint for
LocalStr
andPaifu
: For developer
Bug Fixes
- Add exception handling for outdated paifu file.
Important Notice From v0.4.0
- Since v0.4.0 there are some new information logged, before logging new paifu, please remake the paifu first. Please remake the log file by
plog -f [format] -l [lang] -o [output] -r
or
python -m paifulogger plog -f [format] -l [lang] -o [output] -r
manually. Or it will raise a KeyError
. (This would be handled in this release. User still need to manually remake the paifu.)
We offered a remake template (remake.bat
) for windows users, before executing the script please edit it to your preference and place it at the same directory as the Tenhou-Paifu-Logger.exe
.
Full Changelog: CLI-0.4.0...CLI-0.4.1