Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dyc3/steamguard-cli

v0.17.1

28 Jun 18:49

Choose a tag to compare

What's Changed

  • build(deps): bump ring from 0.17.8 to 0.17.13 by @dependabot in #445
  • feat(phone): manually add IPhoneService/AccountPhoneStatus by @dyc3 in #449
  • fix(tui/windows): fix text prompts on windows not displaying any text by @sgrtye in #463

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

21 Mar 22:41

Choose a tag to compare

What's Changed

Highlights

  • feat(approve): add new approve command to approve or deny login attempts like in the mobile app by @dyc3 in #450
  • feat(approve): add arg --dangerously-approve-all to blindly approve all login attempts
  • feat(approve): add arg --auto-approve-ip to limit what IP addresses that can be auto approved by @dyc3 in #452

Others

Full Changelog: v0.16.0...v0.17.0

v0.16.0

12 Feb 15:35

Choose a tag to compare

What's Changed

Highlights

  • fix(confirm): fix confirmations not working because of changes to /mobileconf/multiajaxop endpoint by @dyc3 in #439
  • feat(setup): option to add phone number if authenticator transfer fails by @dyc3 in #436

Others

  • chore: add log msg about phone number requirement to transfer by @dyc3 in #435

Full Changelog: v0.15.0...v0.16.0

v0.15.0

19 Dec 13:42

Choose a tag to compare

What's Changed

Highlights

  • feat(login): be able to handle DuplicateRequest errors more gracefully by @dyc3 in #430

Others

Full Changelog: v0.14.2...v0.15.0

v0.14.2

05 Aug 14:36

Choose a tag to compare

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's version field by @dyc3 in #408
  • login: add LoginError::SessionExpired by @dyc3 in #409

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

21 Jul 16:38

Choose a tag to compare

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

Full Changelog: v0.14.0...v0.14.1

v0.14.0

02 Jun 18:19

Choose a tag to compare

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

04 Mar 22:34

Choose a tag to compare

What's Changed

  • rename trade subcommand to confirm and deprecate trade subcommand by @dyc3 in #368
    • trade 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

19 Feb 14:49

Choose a tag to compare

What's Changed

Full Changelog: v0.12.5...v0.12.6

v0.12.5

08 Dec 22:06

Choose a tag to compare

What's Changed

  • remove: move main remove_authenticator request logic into AccountLinker by @dyc3 in #353
  • login: make the 2fa and email code prompts less easy to mess up by @dyc3 in #352
  • setup: add support for transfering or removing authenticators by @dyc3 in #354

Full Changelog: v0.12.4...v0.12.5