Jump to content
McKay Development

GitHub

Bot
  • Posts

    1647
  • Joined

  • Last visited

Everything posted by GitHub

  1. 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
  2. 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
  3. 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
  4. Added new SteamChatRoomClient features: createGroup saveGroup leaveGroup setGroupUserRoleState chatRoomGroupSelfStateChange chatRoomGroupMemberStateChange chatRoomGroupHeaderStateChange View on GitHub
  5. Added getBoosterPackCatalog and createBoosterPack View on GitHub
  6. 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
  7. The trade offers response will now be de-paginated when using getOffers and in polling View on GitHub
  8. Reduced download size and memory usage Slight refactor to SteamID checks (thanks to @Revadike in PR #377) View on GitHub
  9. Added getFriendsThatPlay method Added ability to retrieve manifest request codes for CDN downloads View on GitHub
  10. Fixed error caused by processing user data after we disconnect (issue #363) View on GitHub
  11. Fixed a couple minor bugs View on GitHub
  12. 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
  13. 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
  14. Fixed issue with bbcode appearing in output when sending messages with special formatting (e.g. /pre) View on GitHub
  15. Fixed issue with connection closures being processed at the wrong time View on GitHub
  16. Removed an unnecessary warning View on GitHub
  17. Fixed bug resulting in hangs on slower hardware View on GitHub
  18. Fixed bug where messages could be processed out of order View on GitHub
  19. Slight refactor View on GitHub
  20. Fixed og and roomeffect bbcodes not being parsed in chat (thanks @icewind1991 and @Revadike in PRs #344 and #346) View on GitHub
  21. Fixed deprecation warning View on GitHub
  22. Fixed cleanup tasks keeping process running after client has disconnected (issue #338) View on GitHub
  23. Fixed issue downloading content from HTTPS-mandatory CDN content servers View on GitHub
  24. Updated enums Fixed error when requesting product info for a package not owned (issue #335) View on GitHub
  25. Added appID argument to getContentServers Added support for sticker and gameinvite chat features (thanks @icewind1991 in PR #337) View on GitHub
×
×
  • Create New...