Installation
You can download your system's respective installer (.exe
for Windows
, .dmg
for MacOSX
, and .AppImage
for Linux
) below.
Changes
- Added an option to import an
maFile
on the Authenticator tab to allow users to easily migrate. (@Preport) - Confirmations can be declined now. (@Preport)
Bug Fixes
- Since a new instance of node-steamcommunity was being used for every login attempt captcha wouldn't work. Added a variable that will keep captcha's id to fix that issue. (@Preport)
- An account named "" (Nothing) which is the exact copy of the previous selected account will no longer appear after returning to switch accounts menu or just closing and reopening the app. (@Preport)
- [Dev only] Changed the start script so npm start won't crash on windows operating systems. (@Preport)