You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added in-app updates for Windows x64, allowing users to check for, download, and install new versions directly within the application.
Windows updates now work without a Windows code-signing certificate.
Windows updates use the complete NSIS installer instead of a web installer.
Security and Reliability
Update packages are verified against GitHub Release metadata and SHA-512 checksums before installation.
Strengthened Windows update configuration checks to ensure unsigned builds do not contain an invalid publisherName.
CI now verifies installer files, update metadata, and blockmap consistency. macOS releases continue to undergo code signing, Apple notarization, and artifact integrity verification.