[3.2.0] - 13/09-2020
Added
- New cmdlets that can interact with the Steam Web API
- Connect-SteamAPI
- Get-SteamFriendList
- Get-SteamNews
- Get-SteamPlayerBan
- Get-SteamPlayerSummary
- Resolve-VanityURL
Changed
- Logging is now handled using PSFramework rather than the module Logging. Output
of log files are stored in CSV format with more information about the system etc. - Get-SteamServerInfo
- Write the error, if the server cannot be reached, instead of throwing it. This
is implemented because if the server could not be reached after using Update-SteamServer,
the workflow would be terminated, the first time the server could not be reached,
instead of attempting to test it again.
- Write the error, if the server cannot be reached, instead of throwing it. This
Fixed
- Update-SteamServer
- Update-SteamApp
- Remove the validate parameter when calling SteamCMD. Validation will overwrite
any files that have been changed. This may cause issues with customized
servers (#33).
- Remove the validate parameter when calling SteamCMD. Validation will overwrite