- Exported public functions to individual files.
- Fixed
A parameter cannot be found that matches parameter name 'source'
bug inSave-PSReleaseAsset
. Renamed theDL
private function to_DownloadAsset
.
- Modified private function
getCode
to get latest release sorting on the published date.
- Help file cleanup.
- Modified
images/PowerShell_avatar.png
to use a transparent background. - Modified
Get-PSReleaseCurrent
to write aPSReleaseStatus
type of object to the pipeline. - Added a custom format file,
psreleasestatus.format.ps1xml
for thePSReleaseStatus
type. - Fixed broken online help links. (Issue #25).
- Updated
README.md
.
- Added
-EnableRunContext
parameter toInstall-PowerShell
,Install-PSPreview
, and the internalinstallMSI
functions to reflect a new MSI installation option. - Modified
installMSI
to 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.ps1xml
which is used byGet-PSIssue
. Changelog
clean 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
critiera
typo in warning message forGet-PSReleaseSummary
. - Updated
README.md
(Thanks @Gimly)
- Updated warning message for
Install-PSPreview
with a clearer error message.and suppressed error output. (Issue #21) - Updated the same for
Install-PowerShell
. - Added a dynamic parameter called
-Online
toGet-PSReleaseSummary
to open the GitHub release page in the default web browser.
- Updated
Install-PSPreview
andInstall-PowerShell
to 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
-LTS
parameter toGet-PSReleaseAsset
to limit results to LTS-related files. - Renamed
Install-PSCore
toInstall-PowerShell
. KeptInstall-PSCore
as a command alias. - Updated
README.md
.
- Fixed bug installing preview on Windows PowerShell (Issue #16).
- Fixed regex in
Get-PSReleaseAsset
to 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.ly
links. - Added
msix
as an asset format. - Updated
Get-PSReleaseAsset
to be stricter on format matching. - Fixed bug with
Install-PSPreview
erroring 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-PSCore
command 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-PSReleaseAsset
to allow specifying a format (Issue #9). - Updated
Save-PSReleaseAsset
and madeFormat
a formal parameter. - Updated
README.md
. - Added
Install-PSPreview
to 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
x64
to theOnly64bit
parameter inGet-PSReleaseAsset
. - Reorganized module file layout.
- Help updates.
- Updated
README.md
.
- Added switch parameter on
Get-PSReleaseAsset
to 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-PSReleaseAsset
to 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-PSRelease
toSave-PSReleaseAsset
for consistency (Issue #1). - Updated documentation.
- Updated manifest.
- Published to PSGallery.
- Added external documentation.
- Initial module release.
- updated license copyright.
- updated README.