v0.2.0
Pre-release
Pre-release
Changelog
All notable changes to this project are documented in this file.
[0.2.0] — 2026-04-03
Added
- App branding:
build/icon.ico, optionalbuild/tray.pngfor the system tray, favicon in the renderer window. - Windows: embedded
requireAdministratormanifest so the installed app requests UAC elevation on launch (required for WireGuard / Wintun). - Build pipeline:
scripts/after-pack-win.mjsruns rcedit after packaging to apply the manifest and icon without electron-builder’s winCodeSign unpack (avoids symlink privilege issues on some Windows setups).
Notes
- NSIS / installer:
build/icon.icomust include at least a 256×256 bitmap (electron-builder requirement for the installer wizard). - Code signing: Authenticode is not applied in default builds; configure a certificate and
signtoolif you need signed binaries. - Release assets:
WirePN Setup 0.2.0.exeand the.blockmapfile (for future auto-update tooling such as electron-updater).