What's Changed
- Find-SteamApp: Gridview formatting change by @bitterbutt in #58
- Get-SteamAPIKey (private cmdlet): Using
NetworkCredential
to decrypt the secure string instead of marshalling. This method properly handles the unmanaged memory, makes it simpler and correctly frees the unmanaged memory by @santisq in #59 - Add-EnvPath.ps1 (private cmdlet): Using
[System.IO.Path]::PathSeparator
instead of;
to split the path for module compatibility with Linux in the future (its separator is:
) by @santisq in #59 - Get-SteamPath.ps1 (private cmdlet): Same change to split using
[System.IO.Path]::PathSeparator
by @santisq in #59
New Contributors
- @bitterbutt made their first contribution in #58
- @santisq made their first contribution in #59
Full Changelog: v3.2.3...v3.2.4