Releases: dyc3/steamguard-cli
Releases · dyc3/steamguard-cli
v0.9.6
v0.9.5
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
forpath.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
v0.9.3
v0.9.2
v0.9.1
v0.9.0
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
v0.8.1
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
tosteamguard
by @dyc3 in #208
Full Changelog: v0.8.0...v0.8.1
v0.8.0
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