Skip to content

v3.2.4

Compare
Choose a tag to compare
@hjorslev hjorslev released this 20 Mar 19:39
· 16 commits to master since this release
cf77fbc

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

Full Changelog: v3.2.3...v3.2.4