Skip to content

Releases: DoctorMcKay/node-steam-user

v3.6.1

25 May 16:52
Compare
Choose a tag to compare
  • Fixed crash if we receive data for a user that doesn't include an avatar
  • Fixed crash if connection is lost in the middle of a web auth attempt

v3.6.0

25 May 04:17
Compare
Choose a tag to compare
  • Added avatar URLs to object in user event
  • Added msg argument to disconnected event
  • The error in error will now be RateLimitExceeded (eresult 84) when Steam is rate-limiting your logins

v3.5.1

13 May 03:14
Compare
Choose a tag to compare
  • v3.5.0 had some leftover debug code that was accidentally published

v3.5.0

27 Apr 20:38
Compare
Choose a tag to compare
  • webLogOn now throws an Error if you try to use it while logged on anonymously (thanks @ryantology / @lootmarket in PR #63)
  • Added parental argument to loggedOn event
  • Added hasPhone argument to callback of getSteamGuardDetails

v3.4.0

03 Apr 05:50
Compare
Choose a tag to compare
  • Added marketingMessages event
  • Added accountInfo property and event
  • Updated to use SteamID v1.0.0
  • Now gets the time offset from Steam before finalizing two-factor authentication enabling

v3.3.4

06 Mar 00:59
Compare
Choose a tag to compare
  • Use the IP to which the CMClient is bound for WebAPI AuthenticateUser calls

v3.3.3

29 Feb 22:07
Compare
Choose a tag to compare
  • Added twofactorTime argument to getSteamGuardDetails
  • Fixed getSteamGuardDetails returning an incorrect false for canTrade if you have had two-factor authentication for more than 7 days and your sentry file is less than 7 days old (issue #51)
  • Fixed login keys not being accepted, which the official Steam client does (they still worked though for some reason)

v3.3.2

29 Jan 17:53
Compare
Choose a tag to compare
  • Fixed getPlayerCount

v3.3.1

19 Jan 16:33
Compare
Choose a tag to compare
  • Use standard device ID format when enabling 2FA

v3.3.0

23 Dec 23:05
Compare
Choose a tag to compare
  • Added enablePicsCache, picsCacheAll, and changelistUpdateInterval options
  • Added picsCache property
  • Added getOwnedApps, ownsApp, getOwnedDepots, ownsDepot, getOwnedPackages, and ownsPackage methods
  • Added changelist, appUpdate, packageUpdate, and appOwnershipCached events