Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,17 @@
Windows (matching the existing pattern in `Build-PSBuildUpdatableHelp`). Behavior
on PowerShell 7+ is unchanged.

### Added

- An `Import smoke (Windows PowerShell 5.1)` CI job that parses and imports the
module on the real lowest-supported engine, so a construct that breaks import on
Windows PowerShell 5.1 (such as a PowerShell 7+-only ternary operator) fails CI
deterministically.

## [0.8.0] 2026-02-20

### Added

- [**#92**](https://github.com/psake/PowerShellBuild/pull/92) Add Authenticode

Check warning on line 27 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / CI / Run Linters

Unknown word (Authenticode) Suggestions: (authnetcode, Authnetcode, authnetCode, AuthnetCode, authenticate)
code-signing support for PowerShell modules with three new public functions:
- `Get-PSBuildCertificate` - Resolves code-signing X509Certificate2 objects
from certificate store, PFX files, Base64-encoded environment variables,
or pre-resolved certificate objects
- `Invoke-PSBuildModuleSigning` - Signs PowerShell module files (*.psd1,
*.psm1, *.ps1) with Authenticode signatures supporting configurable

Check warning on line 33 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / CI / Run Linters

Unknown word (Authenticode) Suggestions: (authnetcode, Authnetcode, authnetCode, AuthnetCode, authenticate)
timestamp servers and hash algorithms
- `New-PSBuildFileCatalog` - Creates Windows catalog (.cat) files for
tamper detection
Expand Down Expand Up @@ -66,7 +59,7 @@
- The `$PSBPreference` variable now supports the following PlatyPS
`New-MarkdownHelp` and `Update-MarkdownHelp` boolean options:
- `$PSBPreference.Docs.AlphabeticParamsOrder`
- `$PSBPreference.Docs.ExcludeDontShow`

Check warning on line 62 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / CI / Run Linters

Unknown word (Dont) Suggestions: (dent, dint, doit, dolt, dona)
- `$PSBPreference.Docs.UseFullTypeName`
- The `$PSBPreference` variable now supports the following Pester test
configuration options:
Expand Down
Loading