Skip to content

Releases: 3urobeat/steam-idler

Version 1.10

20 Oct 16:54
94f27db
Compare
Choose a tag to compare
  • Added an available update checker
  • Updated sessionHandler to latest steam-comment-service-bot state
  • Fixed user missing in cache causing crash when reading nickname #22
  • Fixed logOn giving up not being handled, causing the bot to exit
    • Related discussion: #25
  • Fixed typo in README in #24
  • Updated dependencies
  • Migrated eslint config to eslint v9

Version 1.9

31 Dec 11:33
2fb4cc0
Compare
Choose a tag to compare
  • 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

Version 1.8

20 Aug 11:45
b809e27
Compare
Choose a tag to compare
  • Fixed syntax error when requesting missing game licenses
  • Added demo picture to README and improved header styling
  • Improved config documentation a bit

Version 1.7

12 Aug 13:39
bedd9bf
Compare
Choose a tag to compare
  • 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

Version 1.6

24 May 19:19
Compare
Choose a tag to compare
  • 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

Version 1.5

30 Mar 13:09
Compare
Choose a tag to compare
  • 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

Version 1.4

12 Mar 19:54
Compare
Choose a tag to compare
  • Updated dependencies to fix login issue caused by outdated steam-session version

Version 1.3

18 Oct 18:11
4da2b1c
Compare
Choose a tag to compare
  • 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

Version 1.2

17 Jul 12:05
Compare
Choose a tag to compare
  • 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

Version 1.1

08 Jul 14:24
Compare
Choose a tag to compare

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