Skip to content

v1.0.0 — First stable release

Choose a tag to compare

@ArianAr ArianAr released this 15 Jul 17:30
e8b4d71

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, #L links)
  • 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:3000

Support

Security fixes: 1.0.x only — see SECURITY.md.