npad v0.10.1
npad v0.10.1
🎉 New Release Available!
Downloads
Windows Builds:
npad-setup-v0.10.1.exe- Windows installer (per-user by default; system-wide available)npad-v0.10.1.msi- Windows MSI for silent/managed deployment (msiexec /i ... /qn)npad-v0.10.1-windows-gui.exe- Portable GUI version for Windows (no install needed)npad-v0.10.1-windows-terminal.exe- Terminal version for Windows
Linux Builds:
npad-v0.10.1-linux-x11- X11/Xorg version for Linuxnpad-v0.10.1-linux-wayland- Wayland version for Linuxnpad-v0.10.1-linux-terminal- Terminal version for Linux
Verification:
CHECKSUMS.txt- SHA256 checksums for all files- Individual
.sha256files for each binary - Verify with:
sha256sum -c CHECKSUMS.txt(Linux/macOS) orGet-FileHash(Windows)
Installation
- Download the appropriate file for your system from the Assets below
- Windows: Run
npad-setup-*.exeto install (ormsiexec /i npad-*.msi /qnfor silent), or run the portable exe directly - Linux: Make executable with
chmod +x filenameand run - Verification: Check the file integrity using the provided checksums
Changes
See the commit history for detailed changes in this release.
Build Info:
- Commit:
11c8cd07b03b595ce8e81211aa703b9fa9b0fb27 - Built: $(date -u '+%Y-%m-%d %H:%M:%S UTC')
- CI Run
- All builds passed CI validation before release