Windows 11 Release Guard

Changelog

[Unreleased]

No unreleased changes yet.

v0.3.6 - 2026-07-18

Summary

Windows 11 Release Guard 0.3.6 keeps the dashboard's security classification working even when Microsoft's Update History feed lags Patch Tuesday: the baseline-update notice now checks MSRC security data directly using the Release Health date, so administrators see a confirmed security label instead of a neutral placeholder during Microsoft-side feed delays. Enrichment problems now surface as visible warnings instead of staying silent, and the audited GitHub Actions checkout pin moved to v7. Device compliance is unchanged: signed policy verdicts, baseline selection, and the public API behave exactly as before.

Fixed

Changed

Tests

v0.3.5 - 2026-06-15

Summary

Windows 11 Release Guard 0.3.5 hides the short-lived console helper windows the library spawns on Windows, so GUI consumers such as a PySide6 admin app no longer see PowerShell and DISM windows flash on screen when a system check runs. It also folds in the earlier dashboard tooltip and Pages freshness-fixture fixes. Device compliance is unchanged: the same commands run with the same timeouts and parsing, and the signed policy verdict behaves exactly as before.

Fixed

Tests

v0.3.4 - 2026-06-13

Summary

Windows 11 Release Guard 0.3.4 is a polish and reliability release on top of 0.3.3. It makes the dashboard's security wording match the evidence it actually has, reads Microsoft's source dates and update links more defensively so unusual data degrades gracefully instead of breaking, and gives the public wiki and changelog the same comfortable, readable scale as the dashboard. Device compliance results are unchanged: the signed policy verdict and required-baseline rules behave exactly as before.

Fixed

Changed

Tests

Packaging And Release

v0.3.3 - 2026-06-11

Summary

Version 0.3.3 is the corrective source-evidence hardening release. It bumps the package/runtime/generator/WUA identity to 0.3.3, keeps the signed policy verdict model unchanged, and documents the implemented split between Microsoft Release Health latest_build, informational latest_observed_build, and the signed required_baseline_build. Release Health Current Versions remains the latest_build source; Atom-linked Support evidence can advance latest-observed context; baseline rules alone select the compliance floor; when Microsoft sources catch up all three build fields can legitimately match.

Changed

Fixed

Tests

Packaging And Release

v0.3.2 - 2026-06-10

Summary

Version 0.3.2 is the compatibility and documentation-alignment release for the current win11_release_guard codebase. It bumps the package/runtime/generator/WUA identity to 0.3.2, extends declared and CI-tested Python support through 3.14, keeps Source Diagnostics as source-health evidence only, and preserves the signed public policy as the device compliance verdict authority. Windows release semantics are unchanged: existing broad-fleet devices target Windows 11 25H2; 26H1 remains excluded for existing-device targeting; local build evidence outranks display labels; WUA, Panther/setup logs, DISM, Event Logs, and Source Diagnostics remain diagnostic evidence only.

Added

Changed

Fixed

Removed

Documentation

v0.3.1 - 2026-06-05

Summary

Version 0.3.1 documents and hardens the current win11_release_guard worktree: package/runtime version identity, signed public policy feed handling, static GitHub Pages output, strict JSON trust boundaries, tagged source releases, and the PyPI Trusted Publishing lane. Windows release semantics are unchanged: existing broad-fleet devices target Windows 11 25H2; 26H1 remains excluded for existing-device targeting; local build evidence outranks display labels; WUA remains optional secondary evidence; policy schema_version and public api_version are not program versions.

Comparison basis: no local v* tags are present in this checkout. These notes are based on the current worktree at main 56915c9 plus uncommitted worktree files, not on earlier handover text or old release-note drafts.

Added

Changed

Fixed

Hardened

Documentation

Workflows

Packaging And PyPI

Tests