Skip to content

Releases: Jessecar96/SteamDesktopAuthenticator

Version 1.0.14

06 Jul 06:04
Compare
Choose a tag to compare
Version 1.0.14 Pre-release
Pre-release

Changes:

  • Fix adding accounts always resulting in "Error adding your authenticator".

Known Issues:

  • Confirmations do not load on Windows 7 due to SSL/TLS issues.

Never download SDA from any other websites. Any official updates will only be posted to this GitHub releases page.

I highly recommend against using SDA as the very concept of it reduces your account security. You should be using the official Steam mobile apps to keep your account safe.

Version 1.0.13

29 Jun 21:21
Compare
Choose a tag to compare

Changes:

  • All Steam fixes from v1.0.12: https://github.com/Jessecar96/SteamDesktopAuthenticator/releases/tag/1.0.12
  • Fix issue with unicode characters such as Chinese
  • Fix issue with confirmations that don't have an image (#891)
  • Fix confirmations resolving to the incorrect type (trade vs market)
  • Show an error when an account already has an authenticator linked
  • Handle issue when Steam reports incorrect device codes

Known Issues:

  • Adding accounts does not work. Fix is coming soon.
  • Does not work on Windows 7 due to SSL/TLS issues.

Never download SDA from any other websites. Any official updates will only be posted to this GitHub releases page.

I highly recommend against using SDA as the very concept of it reduces your account security. You should be using the official Steam mobile apps to keep your account safe.

Version 1.0.12

29 Jun 01:57
aff71e6
Compare
Choose a tag to compare
Version 1.0.12 Pre-release
Pre-release
  • Implement the new Steam authentication method. SDA now uses SteamKit to do so.
  • Implement the new method of getting confirmations. Thank you to @jorgermduarte for the UI for this.
  • Use async methods for most blocking operations now. This makes the UI not hang anymore.
  • Remove CEF since we don't need to show a web browser anymore.

Thank you all for your patience on this update. I still highly recommend against using SDA as the very concept of it reduces your account security. You should be using the official Steam mobile apps to keep your account safe.

Never download SDA from any other websites. Any official updates will only be posted to this GitHub page.

Version 1.0.11

14 Jun 18:50
Compare
Choose a tag to compare
  • Fixes for the changes to Steam login. You may need to use the "Login Again" button under "Selected Accounts" to have confirmations work again. "Refresh session" is also removed. You will have to use the login button to update your session.
  • Increased .NET framework version to 4.7.2

This version now requires .NET Framework 4.7.2. Windows will likely prompt you to install it if you don't have it installed already. You can also download it from here: https://dotnet.microsoft.com/en-us/download/dotnet-framework/net472

To update SDA: Extract all the files contained inside the below ZIP file over your copies of the same files wherever you installed Steam Desktop Authenticator. The program will not run unless you extract all the files. Do not delete your maFiles folder.

Version 1.0.10

29 Jan 20:09
Compare
Choose a tag to compare
  • Fixed adding new accounts. Steam added another email confirmation step when adding a phone number to an account.
  • Fixed auto trade confirmations only working for the currently selected account.
  • Fixed "Setup New Account" and "Setup Encryption" buttons not resizing correctly.
  • Removed the ability to import from Android devices. This almost never worked and it's not safe to root your devices.
  • Handle cases where manifest.json gets corrupted.

Be careful downloading SDA. You should only be getting it from this GitHub page.
SDA is not dead. More updates are hopefully coming soon.

1.0.9 - Bug Fixes

28 Mar 20:17
Compare
Choose a tag to compare

This release, and SDA from now on only supports Windows 7 and higher.

You may need to download .NET 4.6.2: https://www.microsoft.com/net/download/dotnet-framework-runtime/net462

  • Changed target framework to 4.6.2 - this fixes checking for updates.
  • Updated CEF to v63

1.0.8.2 - SteamAuth Update

07 Mar 03:35
Compare
Choose a tag to compare

This release is a simple update of the SteamAuth library. This should fix auto-confirmations if you've been having issues with them.

As a side-effect, confirmation descriptions will currently not appear on confirmation popups.

1.0.8.1 - Bug fixes and more

17 Jun 20:07
Compare
Choose a tag to compare

Sorry for taking so long on this release, I've been very busy with other projects.

Here's what's new:

  • Added CTRL + C hotkey to copy login token
  • Changed the default form button to the copy button
  • Added the -k CLI option to specify your encryption key on startup
  • Added the -s CLI option to start SDA in the tray
  • Removed the Android instructions and replaced it with a link to the wiki
  • Added message boxes when confirmations fail to load, instead of just showing the white screen.
  • Fixes for importing accounts from Android
  • Fixed exceptions when confirmations fail to load
  • Fixed exception when copying token too fast
  • Fixed exception when selecting accounts
  • Fixed exception when logging into a broken account
  • Updated CefSharp to version 57.0.0
  • Updated Newtonsoft.Json

To update: download the "SDA.1.0.8.1.zip" and extract the contents into your current SDA folder replacing any files it asks to.

1.0.7.2 -- Batch confirmations, relogin prompt fix

15 Jul 16:56
Compare
Choose a tag to compare

This version fixes the bug that caused users to be asked to log into their Steam accounts far too often. It also makes use of Steam's new batch confirmation acceptance feature when auto-confirmation is enabled, and there are multiple confirmations to auto-confirm.

1.0.7.1 -- Market confirmations, re-login prompt

13 Jul 18:46
Compare
Choose a tag to compare

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.