Skip to content

Releases: DoctorMcKay/node-steam-user

v4.23.0

28 Feb 21:54
94f5169
Compare
Choose a tag to compare
  • Improved webpack/electron compatibility
  • Overhauled appticket creation and validation

Full Changelog: v4.22.1...v4.23.0

v4.22.1

25 Feb 05:37
dc1b6c6
Compare
Choose a tag to compare
  • Fixed excludeShared app/license ownership filter not working properly
  • appOwnershipCached event has been renamed to ownershipCached
    • The old name can still be used, but such usage is now deprecated

Full Changelog: v4.22.0...v4.22.1

v4.22.0

24 Feb 09:47
73924f7
Compare
Choose a tag to compare
  • getProductInfo changes (thanks to @Revadike in PR #378)
    • Needed access tokens are now automatically requested for packages
    • Fixed bugs related to expiring packages
    • Added ability to filter owned app/package methods
  • Added playingApp to response of kickPlayingSession (thanks to @Revadike IN PR #376)
  • Improved a lot of JSDoc, so IDEs should pick up on data types of various things better

Full Changelog: v4.21.0...v4.22.0

v4.21.0

19 Feb 03:57
1bb9b5c
Compare
Choose a tag to compare

v4.20.2

10 Nov 10:38
f4e7079
Compare
Choose a tag to compare
  • Added previousRelationship argument to friendRelationship and groupRelationship events
  • friendRelationship and groupRelationship events will now be suppressed if the new relationship matches our previously-known relationship
  • Fixed requestRichPresence callback not working when omitting the language argument
  • Fixed rich presence not parsing properly if the canonical case is not used for localization keys

v4.20.1

19 Oct 17:43
e2c1fb6
Compare
Choose a tag to compare
  • Reduced download size and memory usage
  • Slight refactor to SteamID checks (thanks to @Revadike in PR #377)

v4.20.0

28 Sep 05:16
fefd7b8
Compare
Choose a tag to compare
  • Added getFriendsThatPlay method
  • Added ability to retrieve manifest request codes for CDN downloads

v4.19.12

23 Jul 04:36
9fe5a45
Compare
Choose a tag to compare
  • Fixed error caused by processing user data after we disconnect (issue #363)

v4.19.11

22 Jul 06:52
79c1051
Compare
Choose a tag to compare
  • Fixed bug in retrieving license info (thanks to @Revadike in PR #362)
  • Increased getProductInfo timeout (thanks to @Revadike in PR #362)
  • Increased redeemKey timeout (thanks to @Revadike in PR #369)
  • Added licenses dumper example (thanks to @Revadike in PR #361)

v4.19.10

02 Jun 05:52
d443c34
Compare
Choose a tag to compare
  • Fixed issue with bbcode appearing in output when sending messages with special formatting (e.g. /pre)