v1.0.3
Fixes
🐛 Fix Windows npm installation failure by @leggetter in #144
Problem: Windows users were unable to install the Hookdeck CLI via npm due to a 404 error when downloading the binary archive.
Solution: Changed Windows release archives from .zip to .tar.gz format to match the npm package expectations.
Impact:
- ✅
npm install -g hookdeck-clinow works on Windows - ✅ Scoop installation continues to work (supports
.tar.gzformat) - ✅ Manual downloads now use
.tar.gzformat (requires extraction tool on Windows 10)
For Windows users:
- npm installation: Now works correctly
- Scoop installation: Continues to work as before
- Manual download: Files are now
.tar.gzformat instead of.zip- Windows 11: Native support for
.tar.gz - Windows 10: Use 7-Zip, WinRAR, or similar tool
- Windows 11: Native support for
Breaking Changes: None - all installation methods continue to work.
Full Changelog: v1.0.2...v1.0.3