Skip to content

WinDev Helper VS Code extension v4.2.0

Latest

Choose a tag to compare

@alvinashcraft alvinashcraft released this 14 Aug 14:06
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
b1d59ba

What's Changed

Aligns the extension with winapp CLI v0.6.0, adding project-mode runs, WinUI sample discovery, sparse packaging, and Azure Trusted Signing.

Added

  • Project-mode run - WinDev: Run as Packaged App can now build and launch the active .csproj directly, with configuration, architecture, and build-step selection
  • Find WinUI controls and samples - Added WinDev: Find WinUI Controls & Samples, which searches the WinUI 3 Gallery, Windows Community Toolkit, Reactor Gallery, or offline core patterns through winapp find-ui
  • Sparse MSIX packaging - Added WinDev: Create Sparse MSIX Package for identity-only packages using an AllowExternalContent app manifest
  • Azure Trusted Signing - Added WinDev: Sign with Azure Trusted Signing, supporting either a prepared metadata.json file or an explicitly selected subscription, resource group, signing account, and certificate profile

Changed

  • Loose-layout output option - Corrected the winapp run wrapper to use --output-appx-directory
  • Dependency maintenance - Updated compatible development tooling and applied npm audit remediation, leaving zero reported vulnerabilities
  • v0.6 documentation - Documented winapp new, corrected MSIX bundle version generation, project-mode run, sparse packages, Find UI, and Azure Trusted Signing

Full Changelog: 4.1.0...4.2.0