Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 2.5 KB

File metadata and controls

69 lines (49 loc) · 2.5 KB

Changelog

All notable changes to this project are documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

While the project is in 0.x (preview), minor version bumps may include breaking changes — see the README warning. Once we ship 1.0.0 we will follow strict SemVer.

[Unreleased]

Added

Changed

[0.4.0] — 2026-06-25

Added

  • OpenClaw support: the winui plugin now ships a native OpenClaw manifest (openclaw.plugin.json) and package.json entry point so all eight skills load in OpenClaw (Format: openclaw). README documents the marketplace and local-clone install routes.

[0.3.1] — 2026-05-19

Added

  • winui-dev agent: window sizing rubric, screenshot validation step, and anti-self-delegation guardrails (#84).
  • winui-search: batched CLI mode, background cache refresh, BM25-based ranking, and upgraded WinUI Gallery + Community Toolkit data fetchers (#83).

Changed

  • CI: pr-validation workflow now also runs on PRs targeting staging.
  • Bumped coverlet.collector from 10.0.0 to 10.0.1 (#87).

[0.3.0] — 2026-05-13

Baseline entry covering everything currently shipped on main at the time the release process was introduced. Future releases will list per-PR changes here.

Added

  • Initial public preview of the winui plugin: winui-dev agent and the eight skills (winui-dev-workflow, winui-design, winui-code-review, winui-ui-testing, winui-packaging, winui-wpf-migration, winui-session-report, winui-setup).
  • In-repo tools: Microsoft.WindowsAppSDK.Analyzers (Roslyn analyzer), winui-search (Native AOT search over WinUI Gallery + Community Toolkit), winmd-cli (Native AOT WinRT/.NET metadata indexer).
  • CI provenance jobs guarding the committed analyzer DLL and winui-search.exe against source drift.
  • Marketplace manifest under .github/plugin/marketplace.json and Claude Code marketplace manifest under .claude-plugin/marketplace.json.