- 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.
- Modified private function
getCodeto get latest release sorting on the published date.
- Help file cleanup.
- Modified
images/PowerShell_avatar.pngto use a transparent background. - Modified
Get-PSReleaseCurrentto write aPSReleaseStatustype of object to the pipeline. - Added a custom format file,
psreleasestatus.format.ps1xmlfor thePSReleaseStatustype. - Fixed broken online help links. (Issue #25).
- Updated
README.md.
- Added
-EnableRunContextparameter toInstall-PowerShell,Install-PSPreview, and the internalinstallMSIfunctions to reflect a new MSI installation option. - Modified
installMSIto create a log file at$env:temp\PS7Install.log. - Help updates.
- Updated
README.md. - Updated license year.
- 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.
- Documentation updates.
- Merge pull request #24 from xtqqczze/lint to fix casing issues.
- Updated manifest private data tags.
- Fixed
critieratypo in warning message forGet-PSReleaseSummary. - Updated
README.md(Thanks @Gimly)
- Updated warning message for
Install-PSPreviewwith a clearer error message.and suppressed error output. (Issue #21) - Updated the same for
Install-PowerShell. - Added a dynamic parameter called
-OnlinetoGet-PSReleaseSummaryto open the GitHub release page in the default web browser.
- Updated
Install-PSPreviewandInstall-PowerShellto fix errors when using-WhatIf. (Issue #19)
- 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)
- Fixed bug in Get-PSReleaseAsset` that failed to label a family for CentOS assets.
- Updated commands to recognize the LTS assets.
- Added
-LTSparameter toGet-PSReleaseAssetto limit results to LTS-related files. - Renamed
Install-PSCoretoInstall-PowerShell. KeptInstall-PSCoreas a command alias. - Updated
README.md.
- Fixed bug installing preview on Windows PowerShell (Issue #16).
- Fixed regex in
Get-PSReleaseAssetto get all preview files (Issue #17). - Help updates to reflect PowerShell 7.
- License update.
- Updated
README.md.
- Merged PR from @weebsnore to fix a bug when installing from a path with an apostrophe.
- Minor help corrections.
- Changed online help links to
bit.lylinks. - Added
msixas an asset format. - Updated
Get-PSReleaseAssetto be stricter on format matching. - Fixed bug with
Install-PSPreviewerroring on the path (Issue #15).
- Fixed another new bug with installation commands.
- Standardized verbose output to include a timestamp.
- Fixed installation issue with spaces in filenames (Issue #13).
- Added online help links.
- Updated
README.md.
- Added
Install-PSCorecommand for Windows only (Issue #11). - Reorganized module layout.
- Updated verbose messages in private functions.
- Updated help.
- Added YAML versions of help documents.
- Updated
README.md.
- 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. - Added
Install-PSPreviewto install the latest 64bit PowerShell Preview build for Windows. - Help updates.
- There have been enough updates that this seems like a good time.
- Raised minimum PowerShell version to 5.1 to support CompatiblePSEditions.
- Modified commands to default to the most recent stable build.
- Modified commands to get preview build and related assets (Issue #7).
- Updated the manifest to reflect support for Desktop and Core editions.
- Added an alias of
x64to theOnly64bitparameter inGet-PSReleaseAsset. - Reorganized module file layout.
- Help updates.
- Updated
README.md.
- Added switch parameter on
Get-PSReleaseAssetto only get x64 versions. - Added an option to display the current release summary as a markdown document.
- help updates.
- file cleanup for the PowerShell Gallery.
- fixed license.
- Added code to fix TLS issue with GitHub (Issue #5).
- Updated to support GA for PowerShell 6 (Issue #4).
- Changed Save-PSReleaseAsset Name parameter to Family.
- Modified Family values.
- Updated documentation.
- Updated screenshots and README.md.
- Added asset support for SUSE and AppImage.
- Minor changes to help documentation.
- Updated Pester tests.
- Modified download to pull file hashes from summary and compare them to downloaded files. This is a BREAKING CHANGE.
- Updated
Get-PSReleaseAssetto include the SHA256 hash. - Updated help.
- updated README.
- Fixed semantic versioning in the manifest.
- Changed to semantic versioning.
- Updated author name in manifest.
- Added
Get-PSReleaseCurrent. - Updated help.
- Renamed
Save-PSReleasetoSave-PSReleaseAssetfor consistency (Issue #1). - Updated documentation.
- Updated manifest.
- Published to PSGallery.
- Added external documentation.
- Initial module release.
- updated license copyright.
- updated README.