Skip to content

Version 1.5.1

Compare
Choose a tag to compare
@therksius therksius released this 04 Dec 10:36
· 17 commits to master since this release

Change log:

  • Credit to AutoIt forum user Ward, for the Json.au3 and BinaryCall.au3 files included since last update. Forum thread here: https://www.autoitscript.com/forum/topic/148114-a-non-strict-json-udf-jsmn/
  • Forgot to test the deferred pic creation with tabs, doesn't work properly, so just removed it.
  • Added config migration (whoops, forgot to include with v1.5).
  • Fixed bug with avatar download which would ignore profile page avatar and try the search page.
  • Changed "Add/Edit Users" to "Manage Users".
  • Change unfocused auto-close. Was getting too many erroneous exits. Now waits 100ms before closing.
  • Changed all child GUI handles to static vars and hide/show instead of deleting/creating every time.
  • Added some online/offline indicators for each user (so can tell right away how it will log in). Customize size with parameter (/indicator=#, /in=#).
  • Detect and reveal when the "Steam - Offline Mode" window is hidden, which prevents Steam from launching normally. This happens when you click the [x] instead of one of the buttons.
  • Added function to detect if 'steam.exe' process matches file path of Steam acquired from registry.
  • Different waiting animation for SteamClose window.
  • Added detection for other avatar file types (jpg, gif, bmp) if users want to customize avatars.
  • Added "Grab Usernames" button to Manage users dialog. This will check the Steam loginusers.vdf file for any AccountNames and add them to the list.
  • Dropped extra icons from compiled version.