Skip to content

PassKey v1.0.12

Choose a tag to compare

@pexatar pexatar released this 05 May 09:00
· 25 commits to main since this release
c226897

What's new in v1.0.12

Fixed

  • Windows 11 25H2 crash (STATUS_INVALID_IMAGE_HASH): Upgraded the bundled Windows App Runtime from 1.8.260101001 to 1.8.260416003 (released 2026-04-21), which resolves a compatibility issue specific to Windows 11 25H2 (Build 26200+).

  • "You must install or update .NET" on startup: PassKey.Desktop is now published as self-contained — the .NET runtime is bundled directly in the application folder. No separate .NET installation is required. The external .NET 10.0.7 installer has been removed from the setup wizard.

Installation

Download PassKey-Setup-x64.exe and run it. The installer silently sets up Windows App Runtime 1.8 and then launches PassKey.

Requirements: Windows 10 version 1809 (build 17763) or later, x64 processor.

⚠️ SmartScreen warning: PassKey is signed with a self-signed certificate. Windows may show an "Unknown publisher" warning. Click More info → Run anyway to proceed.

What's Changed

  • fix: remove invalid RunOnceId from [Run] section in PassKey.iss by @pexatar in #24
  • fix: self-contained publish + Windows App Runtime 1.8.7 (v1.0.12) by @pexatar in #25

Full Changelog: v1.0.9...v1.0.12