Releases: dyc3/steamguard-cli
Releases · dyc3/steamguard-cli
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
v0.12.1
v0.12.0
v0.11.0
v0.10.5
v0.10.4
v0.10.3
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
v0.10.1
v0.10.0
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