Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Releases: kjsmita6/node-steam-parentbot

ES6 Class

30 Mar 03:48
Compare
Choose a tag to compare
  • New class added which supports ES6
    • Check out the second section of the readme for information (ES5 vs ES6!)

Not compatible with older versions (< 3.0.0) of ParentBot due to the different require logic.

Add 2FA enabling and login

16 Dec 21:50
Compare
Choose a tag to compare

Late release, but

  • Add support for enabling 2FA (will automatically be enabled on logon)
  • Login properly with the code

Steam Two Factor Authorization

07 Dec 00:10
Compare
Choose a tag to compare
Pre-release
  • Add Two Factor Authorization for login and trade confirmation (@andrewda)

I am tagging this as a pre-release since we won't be able to really test it until the 9th when it is implemented. Once I confirm it works I will release on npm.

Major update

10 Nov 03:39
Compare
Choose a tag to compare
  • Add Steam Rich Presence
  • Change require statements (see example.js)

This release will NOT be compatible with previous versions (due to the change with the requires), so you must update your code for this version to work.

Steam games

04 Sep 04:12
Compare
Choose a tag to compare
  • Add SteamGameCoordinator
  • Documentation and examples

Initial Release

13 Aug 17:18
Compare
Choose a tag to compare
1.0.0

Move stuff to an order that makes sense