Skip to content

Releases: DoctorMcKay/node-steam-user

v4.18.0

01 Sep 10:32
3184e57
Compare
Choose a tag to compare
  • Added requestRichPresence method (thanks to @itsjfx in PR #323)

v4.17.2

01 Sep 07:01
577fcdd
Compare
Choose a tag to compare
  • Fixed failure to download files from CDN (issue #328)

v4.17.1

28 Jul 03:37
79e3fc2
Compare
Choose a tag to compare
  • Added workaround for a crash when connecting (thanks to @itsjfx in PR #322)

v4.17.0

02 Jul 04:24
3db87a5
Compare
Choose a tag to compare
  • Fixed some warnings about deprecated Buffer usage
  • When using inclTokens, package tokens are now automatically grabbed from the license list if available (bug #318)
  • Added support for family sharing (issue #267, thanks to @mlajx in PR #293)

v4.16.2

09 Jun 04:49
423f361
Compare
Choose a tag to compare
  • Fixed excessive CPU and network usage when attempting to connect to Steam with either no Internet connection, or with unresponsive CMs

v4.16.1

06 Jun 11:09
d2c28ac
Compare
Choose a tag to compare
  • Fixed issue loading on Linux (issue #315)

v4.16.0

06 Jun 00:31
da3fc86
Compare
Choose a tag to compare
  • Added getUserOwnedApps method
  • Added getOwnedProfileItems and getEquippedProfileItems
  • Added setProfileBackground
  • Fixed error when a package contains data that requires an access token (thanks to @Y2Nk4 in PR #314)

v4.15.5

29 May 01:25
Compare
Choose a tag to compare
  • Fixed incorrect property in getGameBadgeLevel callback according to docs (thanks to @mninc in PR #313)
  • Fixed event handler leak in cases where Steam does not respond to a request (issue #297)
  • Fixed issue caused by trying to add appid 0 to the PICS cache (issue #312)
  • Fixed proxy connection errors not emitting error event for WebSocket connection attempts (issue #302)

v4.15.4

21 May 10:41
Compare
Choose a tag to compare
  • Promises/callbacks will now return a "Request timed out" error if Steam never responds (issue #307)

v4.15.3

14 May 10:23
Compare
Choose a tag to compare
  • Fixed bug related to package token retrieval (thanks to @Y2Nk4 in PR #306)