Skip to content

Releases: Jessecar96/SteamDesktopAuthenticator

Version 1.0.15

Choose a tag to compare

@Jessecar96 Jessecar96 released this 15 Oct 23:26
097b75b

⚠️ Steam Desktop Authenticator is no longer supported and will not receive any more updates. You should only use Steam's official mobile app to login to your account. Using SDA or any other tool is dangerous and puts your account at risk.

⚠️ Never download Steam Desktop Authenticator from any other website. The only official source is this GitHub page.

ℹ️ SDA now requires .NET 8. You can download .NET 8 from Microsoft: https://dotnet.microsoft.com/en-us/download/dotnet/8.0 Use the version under ".NET Desktop Runtime"

Changes:

  • Port to .NET 8
  • Update SteamKit to 3.0.0 Beta 4, this fixes logging into Steam
  • Add warning about SDA not being supported
  • Fix exception when loading broken avatars
  • Add support for different phone number countries

Version 1.0.14

Version 1.0.14 Pre-release
Pre-release

Choose a tag to compare

@Jessecar96 Jessecar96 released this 06 Jul 06:04

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

Choose a tag to compare

@Jessecar96 Jessecar96 released this 29 Jun 21:21

Changes:

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

Version 1.0.12 Pre-release
Pre-release

Choose a tag to compare

@Jessecar96 Jessecar96 released this 29 Jun 01:57
aff71e6
  • 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

Choose a tag to compare

@Jessecar96 Jessecar96 released this 14 Jun 18:50
  • 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

Choose a tag to compare

@Jessecar96 Jessecar96 released this 29 Jan 20:09
  • 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

Choose a tag to compare

@Jessecar96 Jessecar96 released this 28 Mar 20:17

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

Choose a tag to compare

@geel9 geel9 released this 07 Mar 03:35

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

Choose a tag to compare

@Jessecar96 Jessecar96 released this 17 Jun 20:07

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

Choose a tag to compare

@geel9 geel9 released this 15 Jul 16:56

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.