Skip to content

Releases: dyc3/steamguard-cli

v0.12.0

04 Sep 17:50
Compare
Choose a tag to compare

What's Changed

  • adjust error message for when mobile confirmation fails by @dyc3 in #311

Full Changelog: v0.11.0...v0.12.0

v0.11.0

24 Aug 11:46
Compare
Choose a tag to compare

What's Changed

  • Bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in #306
  • import: add support for importing steam mobile app v2 format by @dyc3 in #307
  • import: remove --sda argument by @dyc3 in #307

Full Changelog: v0.10.5...v0.11.0

v0.10.5

10 Aug 13:24
Compare
Choose a tag to compare

What's Changed

  • fix jwt decoding, fixes #299 by @dyc3 in #300
  • ci: fix tests from steamguard crate not running in CI by @dyc3 in #301

Full Changelog: v0.10.4...v0.10.5

v0.10.4

09 Aug 19:34
Compare
Choose a tag to compare

What's Changed

  • fix manifest failing to save after migration on encrypted maFiles when providing passkey via the prompts on stdin by @dyc3 in #297

Full Changelog: v0.10.3...v0.10.4

v0.10.3

09 Aug 14:12
Compare
Choose a tag to compare

What's Changed

  • import: improve error messages by @dyc3 in #287
  • replace crates hmac-sha1 and hmac-sha256 with equivalent crates from RustCrypto by @dyc3 in #288
  • upgrade base64 crate to 0.21 by @dyc3 in #289
  • trade: automatically retry submitting confirmations by @dyc3 in #294

Full Changelog: v0.10.2...v0.10.3

v0.10.2

09 Jul 15:09
Compare
Choose a tag to compare

What's Changed

  • refactor passkey/password prompts so they are always SecretString by @dyc3 in #281
  • zeroize more stuff during runtime by @dyc3 in #282
  • improve robustness of account migrations by @dyc3 in #284

Full Changelog: v0.10.1...v0.10.2

v0.10.1

05 Jul 11:12
Compare
Choose a tag to compare

What's Changed

  • search directory that the executable is in for maFiles by @dyc3 in #277
  • add an argument to specify proxy credentials by @dyc3 in #278
  • add an argument to accept invalid TLS certs by @dyc3 in #279

Full Changelog: v0.10.0...v0.10.1

v0.10.0

03 Jul 16:33
Compare
Choose a tag to compare

What's Changed

  • add HTTP proxy support by @dyc3 in #264
  • Add support for storing encryption passkey in system keyring by @dyc3 in #265
  • Minor code refactors by @dyc3 in #266
  • add a new, faster encryption scheme (Argon2idAes256) and make it the default by @dyc3 in #270
  • upgrade some dependencies by @dyc3 in #272
  • parallelize account loading and saving by @dyc3 in #273
  • made key derivation for LegacySdaCompatible encryption scheme parallelized

Full Changelog: v0.9.7...v0.10.0

v0.9.7

02 Jul 11:42
Compare
Choose a tag to compare

What's Changed

  • Add env option to configure maFiles path by @marvinlehmann in #258
  • refactor to make adding proxy support easier later by @dyc3 in #263

New Contributors

Full Changelog: v0.9.6...v0.9.7

v0.9.6

30 Jun 15:18
Compare
Choose a tag to compare

What's Changed

  • remove: refactor to make it more reliable by @dyc3 in #257

Full Changelog: v0.9.5...v0.9.6