v0.2.0 — memorable URLs, Docker, deploy history, telemetry
First release since v0.1.6, bundling everything merged on main since that tag.
Added
- Memorable links (#10) — published pages get human-readable word-slugs (e.g.
/p/hollow-paperclip/) instead of a random token tail. Long & hard-to-guess (private) by default. - Advanced publish settings (#11) — admin-UI "Publish as a drop" toggle mints a short, shareable link; the default stays a long, private one.
- Docker support (#9) — a single image serves the dashboard and runs every publish/deploy command (Dockerfile, Compose, headless CLI).
- Deploy history (#6) — view & remove old whole-site Cloudflare Pages snapshots from the admin UI or
pagecast pages deployments list|delete|prune. - Anonymous usage telemetry, opt-out (#12) — command name, pagecast/Node version, and OS/arch only; never file contents, paths, URLs, or tokens. Off in CI by default; disable with
pagecast telemetry disable,PAGECAST_TELEMETRY=0, orDO_NOT_TRACK=1.
Fixed
- Windows compatibility (#8) — spawn
npxvia the shell and accept Windows-style paths.
Agent skill
- The
publish-reportskill now documents--expires,--password/--no-password, and--label, and the memorable private-by-default link model.
Published to npm automatically by the Release workflow.