Releases: DoctorMcKay/node-steam-user
Releases · DoctorMcKay/node-steam-user
v5.2.0
- #485 Added handling for new Steam notifications
Full Changelog: v5.1.0...v5.2.0
v5.1.0
- #471 Fixed incorrect documentation for
getUserOwnedApps
return type (thanks @simonkovtyk in #484) - #477 Fixed uncaught exceptions when reading and writing messages via TCP (thanks @Sadzurami in #475)
- #476 Fixed
machineName
inlogOn()
not being reported to Steam during login - #487 Fixed unhandled rejection when
webLogOn()
fails (thanks @Sadzurami in #473) - #488 Fixed
webCompatibilityMode
not properly filtering CMs by port (thanks @Sadzurami in #490) - Added missing
playingState
property docs by (thanks @Sadzurami in #476) - Added support for more options in
getUserOwnedapps
(thanks @HarryVGI in #472) - Fixed incorrect documentation for
getSteamGuardDetails
(thanks @quesswho in #470) - Fixed corrupted unicode characters in readme (thanks @Ziocash in #465)
New Contributors
- @simonkovtyk made their first contribution in #484
- @HarryVGI made their first contribution in #472
- @quesswho made their first contribution in #470
- @Ziocash made their first contribution in #465
Full Changelog: v5.0.10...v5.1.0
v5.0.10
- Fixed app crash when calling
getInviteLinkInfo
ifuser_chat_group_state
is null
Full Changelog: v5.0.9...v5.0.10
v5.0.9
- Fixed "Already logged on" error being thrown when calling logOn() following a proxy connection failure (issue #481)
Full Changelog: v5.0.8...v5.0.9
v5.0.8
- Fixed SteamUser automatically reconnecting after
logOff()
is called
Full Changelog: v5.0.7...v5.0.8
v5.0.7
- Added check to throw an error if you attempt to call logOn() while a log on attempt is already ongoing
Full Changelog: v5.0.6...v5.0.7
v5.0.6
- Fixed an issue where SteamUser may attempt to reconnect even after emitting
error
due to error during auth
Full Changelog: v5.0.5...v5.0.6
v5.0.5
- Fixed "already logged on" error not having a useful stack trace
Full Changelog: v5.0.4...v5.0.5
v5.0.4
- Fixed issue where HTTP requests could hang indefinitely
Full Changelog: v5.0.3...v5.0.4
v5.0.3
- Fixed pre-connect network errors not being properly handled
Full Changelog: v5.0.2...v5.0.3