Skip to content

Releases: mkht/pspm

v1.8.0

26 Dec 15:25
Compare
Choose a tag to compare

Fix minor issues in the PowerShell 7.4 environment.

v1.7.1

29 Dec 15:37
Compare
Choose a tag to compare
  • 1.7.1
    • NEW: Add new syntax pspm install <user>/<repo-name>#<ref>::path/to/subdir for fetching subdirectories within github repos.
    • Change minimum supported version of PowerShell to 5.1

v1.6.3

13 Dec 01:26
Compare
Choose a tag to compare
  • 1.6.3
    • Fixed issue in error handling when downloading modules from GitHub in PowerShell 7.

v1.6.2

03 Apr 13:03
Compare
Choose a tag to compare
  • 1.6.2
    • Fixed issue that the prerelease version of the module does not handling property.

v1.6.1

21 Jun 15:21
Compare
Choose a tag to compare
  • Fixed issue that a "null" file being saved in the current directory.
  • Pin Pester module to 4.x because Pester 5.x is currently not compatible.

v1.6.0

12 Apr 11:17
Compare
Choose a tag to compare
  • Enable TLS 1.2 when loading the module (if not supported)
    This is in preparation for a change in TLS support in the PowerShell Gallery
  • Fix some potential issues in the internal function Format-Json (Thanks @vody!)

v1.5.1

31 Mar 12:56
Compare
Choose a tag to compare
  • Improved stability when using an older version of PowerShellGet.

1.4.5

30 Nov 05:27
Compare
Choose a tag to compare
  • Fixed issue that an error occurs when the pspm install command was executed simultaneously in multiple processes.

1.4.2

18 Sep 03:29
Compare
Choose a tag to compare
  • Fixed issue that an environment variable GITHUB_TOKEN is not working properly.
  • Improve help messages.

1.4.0

01 Aug 13:17
Compare
Choose a tag to compare
  • If an environment variable GITHUB_TOKEN is present, pspm uses it as GitHub PAT
  • Exceptions at installing modules has been changed to non-terminating error
  • Improved error messages