v0.5.0
What's Changed
- Upgrade to clap v3, switch argument parsing to derive api by @dyc3 in #151
- Mark all sensitive fields in SteamGuardAccount as secret by @dyc3 in #154
- Make it possible to generate codes offline by @dyc3 in #156
- add
STEAMGUARD_CLI_PASSKEY
environment variable by @dyc3 in #158 - Switch to crossterm library for terminal ui stuff by @dyc3 in #159
- This makes building for windows possible.
Full Changelog: v0.4.5...v0.5.0