v0.4.1 — Fix WASAPI loopback in packaged builds
Bug fix
WASAPI loopback now works without Node.js installed (#16)
In v0.4.0, the app tried to find node.exe in the system PATH to run the audio loopback worker. On machines where Node.js is not installed, this silently failed — the controller would connect but never vibrate when the default audio device was set to speakers or headphones.
The app now uses Electron's own embedded Node runtime instead, so no system-wide Node.js installation is required. The audify native binary is also correctly unpacked from the asar archive.
How to update
Download and run the installer below. No other changes needed.
Linux users: no changes in this release — audio routing via
pw-loopbackis unchanged.