Skip to content

npad v0.14.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 03:50

npad v0.14.0

🎉 New Release Available!

Downloads

Windows Builds:

  • npad-setup-v0.14.0.exe - Windows installer (per-user by default; system-wide available)
  • npad-v0.14.0.msi - Windows MSI for silent/managed deployment (msiexec /i ... /qn)
  • npad-v0.14.0-windows-gui.exe - Portable GUI version for Windows (no install needed)

Verification:

  • CHECKSUMS.txt - SHA256 checksums for all files
  • Individual .sha256 files for each binary
  • Verify with: sha256sum -c CHECKSUMS.txt (Linux/macOS) or Get-FileHash (Windows)

Installation

  1. Download the appropriate file from the Assets below
  2. Windows: Run npad-setup-*.exe to install (or msiexec /i npad-*.msi /qn for silent), or run the portable exe directly
  3. Verification: Check the file integrity using the provided checksums

SmartScreen / Defender blocking the download? Releases are not code-signed yet. Right-click the file → Properties → tick UnblockApply, or choose "More info" → "Run anyway". Verify the SHA256 against CHECKSUMS.txt first if unsure.

Changes

See the commit history for detailed changes in this release.


Build Info:

  • Commit: fba0f522f033dd79ef51b09d4a505ba660b5fa85
  • Built: $(date -u '+%Y-%m-%d %H:%M:%S UTC')
  • CI Run
  • All builds passed CI validation before release