This file format is based on Keep a Changelog.
1.13.0 - 2025-08-22
- Added environment and module metadata to verbose output.
- Added parameters
DisableTelemetryandDisableWindowsUpdatetoInstall-PowerShellandInstall-PSPreview. [Issue #27] - Updated
Get-PSReleaseAssetto write a typed custom object to the pipeline and added defined custom formatting. - Updated
Get-PSReleaseAssetto better handle family groupings including support for ARM. - Updated markdown creation in
Get-PSReleaseSummary. - General code cleanup.
- Updated license year.
- Help documentation updates.
- Updated change log to new format. Moved older change log entries to an archive change log for historical purposes.
- Fixed missing class needed for
Get-PSIssue. - Fixed duplicate entry in new Issue object.
v1.12.0 - 2022-06-04
- Exported public functions to individual files.
- Fixed
A parameter cannot be found that matches parameter name 'source'bug inSave-PSReleaseAsset. Renamed theDLprivate function to_DownloadAsset.
v1.11.0 - 2021-10-15
- Modified private function
getCodeto get latest release sorting on the published date.
v1.10.0 - 2021-08-10
- Added a custom format file,
psreleasestatus.format.ps1xmlfor thePSReleaseStatustype.
- Help file cleanup.
- Modified
images/PowerShell_avatar.pngto use a transparent background. - Modified
Get-PSReleaseCurrentto write aPSReleaseStatustype of object to the pipeline. - Updated
README.md.
- Fixed broken online help links. (Issue #25).
v1.9.0 - 2021-01-13
- Added
-EnableRunContextparameter toInstall-PowerShell,Install-PSPreview, and the internalinstallMSIfunctions to reflect a new MSI installation option.
- Help updates.
- Modified
installMSIto create a log file at$env:temp\PS7Install.log. - Updated
README.md. - Updated license year.
v1.8.0 - 2020-08-25
- Added commands (
Get-PSIssue,Get-PSIssueLabel,Open-PSIssue) to view and search issues from the PowerShell GitHub repository. - Added format file
githubissues.format.ps1xmlwhich is used byGet-PSIssue.
Changelogclean up.- Updated help documentation.
- Updated
README.md.
v1.7.1 - 2020-07-30
- Documentation updates.
- Merge pull request #24 from xtqqczze/lint to fix casing issues.
- Updated manifest private data tags.
v1.7.0 - 2020-07-10
- Updated
README.md(Thanks @Gimly)
- Fixed
critieratypo in warning message forGet-PSReleaseSummary.
v1.6.2 - 2020-06-26
- Added a dynamic parameter called
-OnlinetoGet-PSReleaseSummaryto open the GitHub release page in the default web browser.
- Updated warning message for
Install-PSPreviewwith a clearer error message.and suppressed error output. (Issue #21) - Updated the same for
Install-PowerShell.
v1.6.1 - 2020-03-27
- Updated
Install-PSPreviewandInstall-PowerShellto fix errors when using-WhatIf. (Issue #19)
v1.6.0 - 2020-03-11
- Added
-LTSparameter toGet-PSReleaseAssetto limit results to LTS-related files.
- Updated install functions to allow options for enabling remoting and Explorer context menus.
- Updated documentation and help to reference PowerShell 7 and not PowerShell Core. (Issue #18)
- Renamed
Install-PSCoretoInstall-PowerShell. KeptInstall-PSCoreas a command alias. - Updated commands to recognize the LTS assets.
- Updated
README.md.
- Fixed bug in Get-PSReleaseAsset` that failed to label a family for CentOS assets.
v1.5.0 - 2020-02-03
- Help updates to reflect PowerShell 7.
- License update.
- Updated
README.md.
- Fixed bug installing preview on Windows PowerShell (Issue #16).
- Fixed regex in
Get-PSReleaseAssetto get all preview files (Issue #17).
v1.4.1 - 2019-08-27
- Merged PR from @weebsnore to fix a bug when installing from a path with an apostrophe.
- Minor help corrections.
v1.4.0 - 2019-08-26
- Added
msixas an asset format.
- Changed online help links to
bit.lylinks. - Updated
Get-PSReleaseAssetto be stricter on format matching.
- Fixed bug with
Install-PSPreviewerroring on the path (Issue #15).
v1.3.2 - 2019-07-18
- Standardized verbose output to include a timestamp.
- Fixed another new bug with installation commands.
v1.3.1 - 2019-07-18
- Fixed installation issue with spaces in filenames (Issue #13).
v1.3.0 - 2019-07-16
- Added online help links.
- Updated
README.md.
v1.2.0 - 2019-07-12
- Added
Install-PSCorecommand for Windows only (Issue #11). - Added YAML versions of help documents.
- Reorganized module layout.
- Updated verbose messages in private functions.
- Updated help.
- Updated
README.md.
v1.1.0 - 2019-07-10
- Added
Install-PSPreviewto install the latest 64bit PowerShell Preview build for Windows.
- Updated asset cmdlets to include new families (Issue #10).
- Updated
Get-PSReleaseAssetto allow specifying a format (Issue #9). - Updated
Save-PSReleaseAssetand madeFormata formal parameter. - Updated
README.md. - Help updates.
v1.0.0 - 2019-02-13
- There have been enough updates that this seems like a good time.