| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-02-25 | 544 Bytes | |
| pinchtab-linux-amd64 | 2026-02-25 | 10.3 MB | |
| pinchtab-windows-arm64.exe.exe | 2026-02-25 | 9.7 MB | |
| pinchtab-darwin-amd64 | 2026-02-25 | 10.5 MB | |
| pinchtab-darwin-arm64 | 2026-02-25 | 9.9 MB | |
| pinchtab-linux-arm64 | 2026-02-25 | 9.6 MB | |
| pinchtab-windows-amd64.exe.exe | 2026-02-25 | 10.5 MB | |
| README.md | 2026-02-25 | 1.2 kB | |
| v0.7.1 source code.tar.gz | 2026-02-25 | 3.3 MB | |
| v0.7.1 source code.zip | 2026-02-25 | 3.4 MB | |
| Totals: 10 Items | 67.2 MB | 0 | |
Changelog
- [f0137b] Merge branch 'main' into feature/install-sh
- [937abb] Merge branch 'main' into feature/npm-package
- [0f5c0d] Merge pull request [#36] from pinchtab/fix/goreleaser-config
- [1fd0ac] bump: version 0.7.1 — npm package + goreleaser ready
- [ecc8de] feat: add install.sh for one-liner setup
- [4aac6c] feat: add npm package wrapper for pinchtab binary
- [1dd17e] feat: production hardening — proxy, dedup logic, env vars, .npmignore
- [b4b0e0] fix: add 500ms sleep to stealth tests — race condition on injection timing
- [44599d] fix: align architecture naming with goreleaser (x64 → amd64)
- [3b9958] fix: critical — binary download safety, versioning, error handling
- [134a50] fix: goreleaser binary output — remove invalid goos field
- [2e3f73] fix: goreleaser config — separate archive sections for OS
- [0bafc3] fix: goreleaser output binaries directly (not archives)
- [714548] fix: harden npm package per modern best practices
- [d07528] fix: production-grade installer — permissions, cleanup, docs
- [d6eab4] fix: skip screenshot test gracefully in CI headless environment
- [c9f96d] merge: feature/npm-package and feature/install-sh to main