Steam Idler Versions Save

🎮 Headless cross-platform Steam game idler with multi account support!

1.9

4 months ago
  • Enabled automatic token refresh #12
    • This means that you should not anymore need to type in a Steam Guard Code every ~200 days
  • Added feature to log playtime information of every account to playtime.txt on stop/relog (enabled by default) #14
  • Added support for logging in by scanning a QR Code using your Steam Mobile App #13
  • Added proxy support to my sessionHandler module
    • Updated my sessionHandler module to include other fixes from my other projects
  • Added automatic handling of AccessDenied login error - the bot will automatically delete the associated token and create a new session
  • Added logging of username in chat messages from friends (Thanks @4root on Discord for the suggestion)
  • Fixed potential startup softlock when accounts.txt is empty
  • Improved README to be more appealing
  • Updated dependencies
  • Minor other changes/fixes

1.8

8 months ago
  • Fixed syntax error when requesting missing game licenses
  • Added demo picture to README and improved header styling
  • Improved config documentation a bit

1.7

9 months ago
  • Simplified getting missing app licenses to drastically reduce memory consumption
  • Fixed shared_secret not working correctly
  • Added proper handling of >50 missing game licenses
  • Added support for setting specific games for specific accounts #11
  • Updated documentation
  • Updated dependencies (and friendMessage event usage)
  • Minor other changes/fixes

1.6

11 months ago
  • Added proxy support
  • Added support for automatically requesting licenses on start for games listed in playingGames which the user does not have (#9)
  • Updated output-logger to fix crash with pm2 (#10)
  • Updated dependencies

1.5

1 year ago
  • Added support for accepting login from Mobile Steam Guard App (#8)
  • Fixed token not being used on relog (#6)
  • Fixed bot not starting when accounts.txt had an empty line at the end (#7)
  • Clarified playingGames custom game status in README
  • Updated dependencies

1.4

1 year ago
  • Updated dependencies to fix login issue caused by outdated steam-session version

1.3

1 year ago
  • Added support for Steam's new login flow
  • Fixed crash on connection loss emitting error event (#2)
  • Code improvements (split up into modules, enforced eslint rules, ...)
  • Updated dependencies

1.2

1 year ago
  • Added a relog queue to fix cooldown errors when relogging many accounts at once
  • Added a loginDelay setting
  • Improved look of stdout by using my logging lib
  • Updated dependencies

1.1

2 years ago

Added multi account & afkMessage support. Accounts are now provided in accounts.txt

1.0

2 years ago

Initial release