- Mark support for newer python versions (
0e10b27)
- Allow passing
-1up to-4to bypass first interactive menu (4910e90)
- load_cli_settings: Prevent configuraptor FailedToLoad (
01e12aa)
- Bump lib2fas dependency to 0.1.9 (
5a4a5ab)
- 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)