v1.0.0 — First stable release
PaperCut v1.0.0
First stable release of the interactive terminal pastebin and log canvas.
Full notes: CHANGELOG.md § 1.0.0
Highlights
- CLI + Next.js server + interactive log canvas (ANSI, virtual scroll, filters, JSON,
#Llinks) - SQLite, password pastes, expiry, Docker compose
- Rate limits, security headers,
/api/health, expired paste purge - CI required to merge; Dependabot + CodeQL (default setup)
Package versions
1.0.0 — root, cli, @papercut/server
Quick start
export PASTE_AUTH_SECRET="$(openssl rand -hex 32)"
docker compose up --build -d
echo '[INFO] hello' | node cli/bin.js --url http://localhost:3000Support
Security fixes: 1.0.x only — see SECURITY.md.