ZixeSea / SteamIdler

Light weight multi account steam idler, perfect for boosting playtime
MIT License
23 stars 5 forks source link

Combine idlers #14

Closed ZixeSea closed 3 weeks ago

ZixeSea commented 4 weeks ago

This should add the function descripted in https://github.com/ZixeSea/SteamIdler/issues/10

Also fixed a bug were skipBannedGames didn't do anything. readme has also been updated with all the new changes. And bumped the nodejs version to 14.0.0 since steam-user requires it (see https://www.npmjs.com/package/steam-user)

Keep in mind this change will break config files from older versions!!!!

RedSparr0w commented 4 weeks ago

I would also recommend changing the PR merges to use rebase or squash so the commit log is a bit cleaner, basically just shows as 1 commit for the entire PR instead of every commit made to the PR, although it is just personal preference. (I make messy PRs with lots of random commits some times 😬)

image