Jump to content
McKay Development

GitHub

Bot
  • Posts

    1645
  • Joined

  • Last visited

Everything posted by GitHub

  1. Added ability to pass a Buffer containing a sentry file SHA-1 hash in place of steamGuardMachineToken Full Changelog: v1.0.0...v1.1.0 View on GitHub
  2. Added timeouts when sending requests over a CM WebSocket connection Full Changelog: v0.0.5-alpha...v1.0.0 View on GitHub
  3. BREAKING CHANGE The transport argument in the LoginSession and LoginApprover constructors is now an options object Added support for HTTP and SOCKS proxies Removed axios dependency Added login-with-password-proxy example Full Changelog: v0.0.4-alpha...v0.0.5-alpha View on GitHub
  4. Fixed warning being printed when retrying an anonymous account login Fixed sentry files and account-name-generated sentry files not working properly when logging in with a refresh token (#422) Full Changelog: v4.27.0...v4.27.1 View on GitHub
  5. Now uses a CM WebSocket as the network transport when logging in for the SteamClient platform type This is now required by the Steam backend Full Changelog: v0.0.3-alpha...v0.0.4-alpha View on GitHub
  6. steam-user now raises a warning when logging on anonymously unless the intention to do so is confirmed by passing anonymous: true to logOn() Logging on anonymously without passing anonymous: true is now deprecated Full Changelog: v4.26.1...v4.27.0 View on GitHub
  7. Fixed error when specifying a SteamID and refresh token to logOn (issue #415) Full Changelog: v4.26.0...v4.26.1 View on GitHub
  8. Added SOCKS proxy support Full Changelog: v4.25.0...v4.26.0 View on GitHub
  9. 3.44.3 View on GitHub
  10. Added QR login support platformType is no longer optional when creating a new LoginSession Added forcePoll() Added approve-qr example Device friendly name and website ID are now automatically determined from your provided EAuthTokenPlatformType, and can no longer be passed to startWithCredentials() Added steamGuardMachineToken property and steamGuardMachineToken event Supplying a steamGuardMachineToken to startWithCredentials() now works when using EAuthTokenPlatformType.SteamClient Fixed double Steam Guard emails being generated for EAuthTokenPlatformType.SteamClient and EAuthTokenPlatformType.MobileApp Full Changelog: v0.0.2-alpha...v0.0.3-alpha View on GitHub
  11. Added ability to log on using a refresh token Logging on to non-anonymous accounts using schemes other than refresh tokens is now deprecated These alternative logon schemes will continue to be supported by steam-user as long as they're supported by the Steam backen Updated enums Full Changelog: v4.24.6...v4.25.0 View on GitHub
  12. 0.0.2-alpha View on GitHub
  13. 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 View on GitHub
  14. Fixed serverQuery not working and causing a crash Improved cleanup after a connection closes View on GitHub
  15. Fixed rich presence localization parsing not working with a crash View on GitHub
  16. Fixed errors being thrown by attempting to retrieve CDN auth tokens when not needed It's now possible to retrieve a manifest from a password-protected beta branch If no branch name is specified when downloading a manifest, "public" will now be assumed (and you will be warned about this assumption via stderr) Full Changelog: v4.24.3...v4.24.4 View on GitHub
  17. Fixed active session detection (thanks to @Heartz66 in #286) Full Changelog: v3.44.0...v3.44.1 View on GitHub
  18. Fixed cancel() and decline() TradeOffer methods View on GitHub
  19. fix typo jobid_source from job_id_source in sendToGC method by @juliarose in #394 Full Changelog: v4.24.2...v4.24.3 View on GitHub
  20. Fixed some incompatibilities with older Node.js versions Full Changelog: v4.24.1...v4.24.2 View on GitHub
  21. Fixed createAuthSessionTicket callback not receiving the ticket (#391) Full Changelog: v4.24.0...v4.24.1 View on GitHub
  22. Improved IDE intellisense detection of methods and enums Added getLegacyGameKey (#388) Full Changelog: v4.23.0...v4.24.0 View on GitHub
  23. Added back getEncryptedAppTicket as an alias of createEncryptedAppTicket for backwards compatibility View on GitHub
  24. Improved webpack/electron compatibility Overhauled appticket creation and validation This is a breaking change if you are currently using the experimental app auth API Full Changelog: v4.22.1...v4.23.0 View on GitHub
  25. 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 View on GitHub
×
×
  • Create New...