Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@G33K3R-od G33K3R-od released this 03 Apr 10:47
· 10 commits to main since this 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, optional build/tray.png for the system tray, favicon in the renderer window.
  • Windows: embedded requireAdministrator manifest so the installed app requests UAC elevation on launch (required for WireGuard / Wintun).
  • Build pipeline: scripts/after-pack-win.mjs runs 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.ico must 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 signtool if you need signed binaries.
  • Release assets: WirePN Setup 0.2.0.exe and the .blockmap file (for future auto-update tooling such as electron-updater).