- Don't crash if expected 2fas file is missing, just show an error and disable some options (e.g. generating a TOTP) so you can still access and change settings. (
3723d4c
)
- Extended README with 2fas cli config docs (
01ac3b4
)
- Bump lib2fas version to fix some issues with keyring (
b093bdc
) - Don't crash without args (= None instead of []) (
efa1e69
)
- Explicitly add typing-extensions as dependency (
2f5c7ab
)
- --version now also prints lib2fas library version (
4899a83
)
- Extracted core funcionality to lib2fas (
88ca459
)