Jump to content
McKay Development

GitHub

Bot
  • Posts

    1630
  • Joined

  • Last visited

Everything posted by GitHub

  1. 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
  2. Fixed active session detection (thanks to @Heartz66 in #286) Full Changelog: v3.44.0...v3.44.1 View on GitHub
  3. Fixed cancel() and decline() TradeOffer methods View on GitHub
  4. 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
  5. Fixed some incompatibilities with older Node.js versions Full Changelog: v4.24.1...v4.24.2 View on GitHub
  6. Fixed createAuthSessionTicket callback not receiving the ticket (#391) Full Changelog: v4.24.0...v4.24.1 View on GitHub
  7. Improved IDE intellisense detection of methods and enums Added getLegacyGameKey (#388) Full Changelog: v4.23.0...v4.24.0 View on GitHub
  8. Added back getEncryptedAppTicket as an alias of createEncryptedAppTicket for backwards compatibility View on GitHub
  9. 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
  10. 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
  11. What's Changed 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 View on GitHub
  12. Added new SteamChatRoomClient features: createGroup saveGroup leaveGroup setGroupUserRoleState chatRoomGroupSelfStateChange chatRoomGroupMemberStateChange chatRoomGroupHeaderStateChange View on GitHub
  13. Added getBoosterPackCatalog and createBoosterPack View on GitHub
  14. 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 View on GitHub
  15. The trade offers response will now be de-paginated when using getOffers and in polling View on GitHub
  16. Reduced download size and memory usage Slight refactor to SteamID checks (thanks to @Revadike in PR #377) View on GitHub
  17. Added getFriendsThatPlay method Added ability to retrieve manifest request codes for CDN downloads View on GitHub
  18. Fixed error caused by processing user data after we disconnect (issue #363) View on GitHub
  19. Fixed a couple minor bugs View on GitHub
  20. Added `removePackage` and `restorePackage` methods (thanks to @Revadike in PR #262) Added `getFriendsList` method (thanks to @Revadike in PR #267) Added `getUserComments` and `deleteUserComment` methods (thanks to @Revadike in PR #220) View on GitHub
  21. 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) View on GitHub
  22. Fixed issue with bbcode appearing in output when sending messages with special formatting (e.g. /pre) View on GitHub
  23. Fixed issue with connection closures being processed at the wrong time View on GitHub
  24. Removed an unnecessary warning View on GitHub
  25. Fixed bug resulting in hangs on slower hardware View on GitHub
×
×
  • Create New...