Releases: dyc3/steamguard-cli
Releases · dyc3/steamguard-cli
v0.14.2
What's Changed
- refactor: use anyhow less for better error handling by @dyc3 in #404
- chore: update to build with rust 1.80 by @chenrui333 in #405
- chore: fix new clippy lints by @dyc3 in #406
- status: improve formatting of printed info, add
--raw
arg by @dyc3 in #407 - docs: explain
CTwoFactor_AddAuthenticator_Request
'sversion
field by @dyc3 in #408 - login: add
LoginError::SessionExpired
by @dyc3 in #409
New Contributors
- @chenrui333 made their first contribution in #405
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- PKGBUILD: disabled link time optimization to avoid build errors by @michaelprager in #385
- fix new lints by @dyc3 in #397
- fix a potential panic when querying authenticator status by @dyc3 in #395
- setup: debug print full authenticator status when verification fails by @dyc3 in #396
- add new confirmation type:
JoinSteamFamily
by @dyc3 in #400 - docs: explain what triggers
AccountRecovery
confirmation by @dyc3 in #401 - add
status
subcommand by @dyc3 in #402
New Contributors
- @michaelprager made their first contribution in #385
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Bump h2 from 0.3.24 to 0.3.26 by @dependabot in #377
- Bump rustls from 0.21.2 to 0.21.11 by @dependabot in #379
- qr-login: add a
--image
argument for providing an image to scan for the QR code by @dyc3 in #381 - upgrade to clap v4 by @dyc3 in #382
- upgrade misc deps, set rust edition to 2021 by @dyc3 in #383
- upgrade more misc dependencies by @dyc3 in #384
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- rename
trade
subcommand toconfirm
and deprecatetrade
subcommand by @dyc3 in #368trade
will still work, but may be removed in a future version
- Bump mio from 0.8.8 to 0.8.11 by @dependabot in #372
Full Changelog: v0.12.6...v0.13.0
v0.12.6
v0.12.5
v0.12.4
v0.12.3
What's Changed
- Bump webpki from 0.22.1 to 0.22.2 by @dependabot in #330
- import: add support for importing winauth exports by @dyc3 in #331
- trade: if confirmation failure response contains a message, keep it so the user can see it by @dyc3 in #329
- login: add a debug log for available confirmation methods by @dyc3 in #335
- Bump rustix from 0.37.22 to 0.37.25 by @dependabot in #336
- adjust the types used for migrating from SDA to be a little more lenient by @dyc3 in #338
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- Bump webpki from 0.22.0 to 0.22.1 by @dependabot in #321
- Bump phonenumber from 0.3.2+8.13.9 to 0.3.3+8.13.9 by @dependabot in #323
- update
rpassword
to 7.2.0 and add some debug logs by @dyc3 in #325 - add
--password
argument andSTEAMGUARD_CLI_STEAM_PASSWORD
environment variable by @dyc3 in #326 - clean up some unused code by @dyc3 in #327
Full Changelog: v0.12.1...v0.12.2