Skip to content

Releases: dyc3/steamguard-cli

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

v0.9.5

29 Jun 23:08
Compare
Choose a tag to compare

What's Changed

  • trade: refactor how confirmations work so it's more reliable by @dyc3 in #245
  • trade: misc confirmation fixes and tests by @dyc3 in #246
  • misc workflow improvements by @dyc3 in #247
  • trade: use bulk confirmation operations by @dyc3 in #248
  • CI: fix rust cache collisions messing up the windows build by @dyc3 in #249
  • update ConfirmationType enum by @dyc3 in #250
  • fix typo in update available text by @dyc3 in #252
  • don't unwrap for path.extension() in manifest migration by @dyc3 in #254
  • update release script by @dyc3 in #255

Full Changelog: v0.9.4...v0.9.5

v0.9.4

27 Jun 00:26
Compare
Choose a tag to compare

What's Changed

  • trade: fix Account Details confirmation not parsing by @dyc3 in #239
  • fix manifest migration flow not prompting for passkey if not provided in args by @dyc3 in #240

Full Changelog: v0.9.3...v0.9.4

v0.9.3

26 Jun 23:26
Compare
Choose a tag to compare

What's Changed

  • import: tweak the helptext a little bit by @dyc3 in #232
  • add some unit tests by @dyc3 in #234
  • fix SDA encryption compatibility by @dyc3 in #236
  • trade: adjust logging for deserializing confirmations by @dyc3 in #237

Full Changelog: v0.9.2...v0.9.3

v0.9.2

26 Jun 00:32
Compare
Choose a tag to compare

What's Changed

  • fix passkey cli argument being printed in plaintext with debug logging by @dyc3 in #229

Full Changelog: v0.9.1...v0.9.2

v0.9.1

25 Jun 23:57
Compare
Choose a tag to compare

What's Changed

  • fix null OAuthToken field in SDA accounts causing migrations to crash and burn by @dyc3 in #227

Full Changelog: v0.9.0...v0.9.1

v0.9.0

25 Jun 17:20
Compare
Choose a tag to compare

What's Changed

  • print better errors when deserializing json by @dyc3 in #218
  • Add TransportError type by @dyc3 in #219
  • trade: fix not saving new tokens if there are no available confirmations by @dyc3 in #220
  • automatically refresh access token to avoid prompting to log in by @dyc3 in #221
  • Add qr-login command to be able to approve qr code logins on other devices by @dyc3 in #214
  • add an update checker by @dyc3 in #222
  • add PhoneLinker, and the ability to add a phone number to the account during setup by @dyc3 in #223

Full Changelog: v0.8.2...v0.9.0

v0.8.2

24 Jun 12:29
Compare
Choose a tag to compare

What's Changed

  • add a debug command to help triage deserialization issues by @dyc3 in #213

Full Changelog: v0.8.1...v0.8.2

v0.8.1

23 Jun 19:38
Compare
Choose a tag to compare

What's Changed

  • fix manifest migrations not working for encrypted maFiles by @dyc3 in #201
  • Dead code cleanup, subcommand refactor by @dyc3 in #206
  • make CI faster and more comprehensive by @dyc3 in #207
  • kinda breaking: change built artifact name from steamguard-cli to steamguard by @dyc3 in #208

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Jun 21:12
Compare
Choose a tag to compare

This update makes it possible to login and respond to confirmations again. It also removes tons of jank regarding how api calls are made.

What's Changed

  • Change steamguard-cli command to steamguard in example by @sueskind in #189
  • Remove debug print to stdout in trade sub command by @sueskind in #191
  • Use IAuthenticationService for login, account migrations, other major refactors by @dyc3 in #194
  • add windows builds to release script, update readme by @dyc3 in #195

New Contributors

Full Changelog: v0.7.1...v0.8.0