Releases: DoctorMcKay/node-steamcommunity
Releases · DoctorMcKay/node-steamcommunity
v3.43.1
- Fixed a couple minor bugs
v3.43.0
- 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)
v3.42.0
- Added
packGemSacks
and unpackGemSacks
methods (thanks to @nolddor in PR #260)
v3.41.8
- Fixed bug preventing
parentalUnlock
from working (thanks to @theanht1 in PR #258)
v3.41.7
- Fixed bug in CSteamUser#getInventoryContents (thanks to @timi-owo in PR #257)
v3.41.6
- Added a workaround for a Node.js memory usage issue when loading very large inventories (issue #254)
v3.41.5
- Added
openBoosterPack
method (thanks to @itsjfx in PR #250)
- Fixed
editProfile
and profileSettings
to work with new Steam update
- Some options to
editProfile
don't work for the moment:
background
featuredBadge
primaryGroup
v3.41.4
- Fixed issue holding app open if everything else has shut down
v3.41.3
- Fixed
hidden
parameter missing from CSteamGroup#postAnnouncement
v3.41.2
- Added workaround for Steam error 2 when uploading the same image to chat twice
- Added
hidden
parameter to postGroupAnnouncement
(thanks to @Revadike in PR #233)
- Fixed wrong year for user account creation date (thanks to @heartz66 in PR #237)