| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-20 | 789 Bytes | |
| v0.3.2 source code.tar.gz | 2026-02-20 | 784.5 kB | |
| v0.3.2 source code.zip | 2026-02-20 | 837.6 kB | |
| Totals: 3 Items | 1.6 MB | 2 | |
Fixes
🔧 SIGILL crash on CPUs without AVX2 — Fixed crash on older/low-power x86_64 CPUs like Intel Atom C3558R (#70)
The Docker image now uses Bun's baseline build which only requires SSE4.2, supporting CPUs without AVX2 instructions.
Breaking Change
Volume mount paths changed from /app/ to /pasteguard/:
:::yaml
# Before
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/data
# After
volumes:
- ./config.yaml:/pasteguard/config.yaml:ro
- ./data:/pasteguard/data
Other Changes
- Container now runs as non-root user (UID 1001) for improved security
- Fixed compatibility with updated
presidio-analyzerbase image
Full Changelog: https://github.com/sgasser/pasteguard/compare/v0.3.1...v0.3.2