Jump to content
McKay Development

GitHub

Bot
  • Posts

    1653
  • Joined

  • Last visited

Everything posted by GitHub

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