Jump to content
McKay Development

GitHub

Bot
  • Posts

    1645
  • Joined

  • Last visited

Everything posted by GitHub

  1. Access tokens are now directly returned as cookies in getWebCookies() for EAuthTokenPlatformType.SteamClient, to match official client behavior Full Changelog: v1.2.4...v1.2.5 View on GitHub
  2. Added 'br' language for Brazilian Portuguese by @matheustav in #332 Removed deprecated appdirectory dependency Full Changelog: v2.10.5...v2.10.6 View on GitHub
  3. Updated enums Removed deprecated appdirectory dependency Full Changelog: v4.28.8...v4.28.9 View on GitHub
  4. Now uses kvparser for VDF parsing, which is more compatible with the VDF format Full Changelog: v4.28.7...v4.28.8 View on GitHub
  5. Fixed errors in getWebCookies() not being catchable by @Sadzurami in #23 Full Changelog: v1.2.3...v1.2.4 View on GitHub
  6. Fix resolving vanity returning error by @HerrEurobeat in #314 Full Changelog: v3.46.0...v3.46.1 View on GitHub
  7. Improved compatibility with using proxies on newer versions of Node.js Full Changelog: v4.28.6...v4.28.7 View on GitHub
  8. Add full sharedfiles support by @HerrEurobeat in #306 Full Changelog: v3.45.3...v3.46.0 View on GitHub
  9. 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 View on GitHub
  10. Fixed getConfirmations and acceptConfirmationForObject returning 404 error Added sending and timestamp properties to CConfirmation objects Full Changelog: v3.45.0...v3.45.1 View on GitHub
  11. Fixed getConfirmations and acceptConfirmationForObject returning 404 error Added sending and timestamp properties to CConfirmation objects Full Changelog: v3.45.0...v3.45.1 View on GitHub
  12. Added setMobileAppAccessToken method This is required before using enableTwoFactor, finalizeTwoFactor, or disableTwoFactor Full Changelog: v3.44.4...v3.45.0 View on GitHub
  13. 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 View on GitHub
  14. At some point, the structure of how manifest IDs are represented in appinfo has changed. This release adds a shim to support passing the old format into getManifest. Full Changelog: v4.28.5...v4.28.6 View on GitHub
  15. Fixed error when calling getProductInfo due to Steam changes Fixed endAuthSessions not working properly, thanks to @Sadzurami in #436 Full Changelog: v4.28.4...v4.28.5 View on GitHub
  16. Add access modifiers to private properties/methods by @timvandam in #17 Full Changelog: v1.2.2...v1.2.3 View on GitHub
  17. Fixed an issue where the user event might stop emitting and memory usage would spike Full Changelog: v4.28.3...v4.28.4 View on GitHub
  18. Replaced VDF parser dependency to fix issues parsing some VDF, particularly in appinfo (issue #397) Full Changelog: v4.28.2...v4.28.3 View on GitHub
  19. Fixed issues importing types in TypeScript consumer applications View on GitHub
  20. Fixed timeouts when calling createAuthSessionTicket not properly rejecting the returned promise (thanks to @kgns in PR #430) Full Changelog: v4.28.1...v4.28.2 View on GitHub
  21. Fixed an issue when logging in using a sentry file hash Full Changelog: v1.2.0...v1.2.1 View on GitHub
  22. Added refreshAccessToken() method Full Changelog: v1.1.1...v1.2.0 View on GitHub
  23. 1.1.1 View on GitHub
  24. Fixed socksProxy and webCompatibilityMode intermittently not working properly Fixed the module swallowing errors thrown by userland webSession event handlers View on GitHub
  25. Added modern authentication flow when logging on with an account name and password For more information, see Legacy Authentication This includes a fix for those using login keys Login keys are now deprecated and will be removed in the next major release For more information, see Login Key Deprecation Full Changelog: v4.27.1...v4.28.0 View on GitHub
×
×
  • Create New...