Releases: Jessecar96/SteamDesktopAuthenticator
1.0.7.1 -- Market confirmations, re-login prompt
This release fixes the following issues:
-Fixes market confirmations causing a crash
-Prompts user to re-enter their login details when their Steam OAuth token has expired. This fixes the confirmations page being blank.
1.0.6 -- Session Refresh Exception Handling
This release fixes the issue where a failed session refresh (caused by, say, your internet connection lapsing) would cause an unhandled exception to be thrown.
1.0.5 -- Crash Fix
This minor update fixes an occasional crash when automatic confirmation checking is enabled.
1.0.4 -- Automatic Confirmations
This release adds the ability to automatically confirm trades and/or market listings. Please note that doing so is inherently dangerous and enabling it is done so at your own risk.
1.0.3 - Automatic Session Refresh
This release fixes a bug wherein automatic confirmation polling would cease to function after leaving the application on for some time continuously.
Version 1.0.2 - SMS Loop Fix
This release fixes the bug that caused account setup to loop when it hit the SMS verification step, along with various other fixes and additions.
1.0.2 Update: Really fixed it this time!
Version 1.0 - First stable-ish release
This release has been deemed stable enough to warrant version 1.0.
Changes:
- Added a setup wizard on first run of this new version.
- Added the ability to import accounts from an Android device (experimental).
- Added the ability to re-login to your Steam account, if you change your password or something else.
- Added a copy button for the steam guard login code.
- Added an application icon thanks to @Top-Cat.
- Added a tray icon for easy launching of confirmations and copying of login code.
- Added an optional popup form when new confirmations are received (enable in settings).
- Added a search box for the accounts list.
- Added a way to re-arrange accounts. (Press CTRL + UP or CTRL + DOWN to move them)
- Added a menu item to reload session, use this if your trade confirmations window starts showing blank.
- Fixed some instances where the application would hang while loading some things. This is still an occasional problem and should be fixed in later releases.
- Lots of bug fixes! Anything left over is most likely bugs from https://github.com/geel9/SteamAuth
Note: this release does not support family view. To view confirmations or add your account you must remove family view from your account.
Version 0.3.1 - Fixed adding accounts
- Fixed SMS when adding accounts
- Added some more error messages
Version 0.3.0 - New way of confirming trades
This version rewrites the list of trade confirmations. It will open a browser window instead of a list, so you know what trade you're confirming.
- Bug fixes for empty forms.
- Pressing F5 will refresh trade confirmations.
- Moved style to WinForms instead of MetroForms.
- Pressing enter will submit your passkey.
(This release contains a lot more files because it has a full browser inside of it now)
0.2.3 - Cookie Refresh
#0.2.3
This version will fetch a new pair of session cookies from Steam if they're invalid. This should fix trade confirmations.