Releases: rex706/SAM
Releases Β· rex706/SAM
1.5.4.0 Update
- Automation cleanup and optimization
- Fix friends login status by calculating maxTokenSize from profile file size
- Add Away login status
- Get Steam windows from started Steam process
- Wait for Steam client to update if detected
- Update application frameworks and vulnerable packages
- Add sort by Alias
- Add sort by banned accounts
- Refactor account usage
- Headerless and transparent settings
- Settings window is accessible via the system tray icon
- Preview theme customization selections in settings window
1.5.3.2 Hotfix
- Disable
-login
parameter usage as it seems to be broken with the new Steam UI
1.5.3.1 Hotfix
1.5.3.0 Update
- Restore -login parameter usage in conjunction with the -vgui parameter #177
- Improve new UI interaction by focusing the elements directly rather than sending Tab inputs #175
- Update StringCipher Decrypt behavior to support newer versions of .NET #163
- Attempt to fix Settings window crash for some users #122 #139
- Set UseShellExecute to true for starting Steam #156
- Fix SteamId population for accounts with uppercase letters in username by @Kristiaen
1.5.2.0 Update
- Support for the new Steam UI
- New
Remember Password
functionality implementation - Fix blank space/character detection for import window
- Fixed crash due to Vdf Token being too large by @Alexander3a
1.5.1.0 Update
1.5.0.1 Update
- Merged refactoring changes by @Venipa
- Merged IndexOutOfBounds fix by @catgirlkara
- Merged temporary fix for Steam React UI by @KillaBoi
- Update NuGet packages
1.4.3.0 Update
- Automatic login sequence for all accounts without SteamId to populate them in local vdf files. #104
- Expose an editable Steam Id field for the account info dialog, which auto populates if found.
- Update the sleep time box and behavior to allow decimal values or even 0. #106
- Nest 'Copy' account button actions together. #82
- Fix saving recent and selected account selection.
- Improve config info detection. Steam saves account names to config.vdf in lower case, which would cause them to sometimes not be found if a user entered or imported them originally with uppercase letters.
- Fix SteamId retrieved from config not being saved to the account collection if it did not already exist #108
- Update NuGet packages
1.4.2.0 Update
- Selectable 2FA input methods in the 'Auto-Login' settings menu. Default is SendMessage, which works in most cases. PostMessage is also included. SendWait, which was used before, should solve the issue of it not working like it used to in environments like Windows 7 and various sandbox systems.
1.4.1.1 Hotfix
- Address issue that was created by implementing the Microsoft IME fix that would cause the Steam Guard code sent from SAM to be incorrect for some Windows Language and Keyboard settings.