This release fixes a bug where entering a malformed secret into the configuration file would cause py2fa
to crash when trying to generate a TOTP code. The program now prints a human-readable error message instead.
Command-line arguments are now handled with argparse
. -v/--version
switch has been added. This release also includes some README.md
tweaks and internal refactoring.
Full changelog: v1.0.0.post2...v1.0.1