Skip to content

Releases: DoctorMcKay/node-steamcommunity

v3.45.3

22 Jun 04:25
02cc5da
Compare
Choose a tag to compare
  • Error messages in reply to getConfirmations are now more descriptive, if a descriptive error message is available

Full Changelog: v3.45.2...v3.45.3

v3.45.2

21 Jun 01:57
76f2c55
Compare
Choose a tag to compare
  • Updated the new timestamp property of CConfirmation to be a Date object
  • Use new confirmation tags in acceptConfirmationForObject for best future compatibility

Full Changelog: v3.45.1...v3.45.2

v3.45.1

21 Jun 01:44
d23d7e2
Compare
Choose a tag to compare

This release has been supplanted by v3.45.2. This release does work and doesn't contain any known significant issues, but 3.45.2 contains a more robust fix.

  • Fixed getConfirmations and acceptConfirmationForObject returning 404 error
    • Added sending and timestamp properties to CConfirmation objects

Full Changelog: v3.45.0...v3.45.1

v3.45.0

15 Jun 01:03
3531560
Compare
Choose a tag to compare
  • Added setMobileAppAccessToken method
    • This is required before using enableTwoFactor, finalizeTwoFactor, or disableTwoFactor

Full Changelog: v3.44.4...v3.45.0

v3.44.4

15 Jun 00:12
fd87249
Compare
Choose a tag to compare
  • Changed default value for disableMobile in login method to true
  • Fixed login not working at all with "Malformed response" error when logging in with disableMobile: false
    • Steam is no longer issuing oauth tokens, so the oAuthToken value in the login callback will always be null from now on

v3.44.3

28 Oct 08:32
3bcaf40
Compare
Choose a tag to compare

Full Changelog: v3.44.2...v3.44.3

v3.44.2

25 Aug 01:48
b11734c
Compare
Choose a tag to compare
  • Fixed detection of not being logged in with new login page (thanks to @heartz66 in PR #291)

Full Changelog: v3.44.1...v3.44.2

v3.44.1

14 May 02:50
1031a4d
Compare
Choose a tag to compare

Full Changelog: v3.44.0...v3.44.1

v3.44.0

02 Feb 08:40
9a069e8
Compare
Choose a tag to compare

v3.43.1

22 Jul 08:25
dc4bb1b
Compare
Choose a tag to compare
  • Fixed a couple minor bugs