Changelog

What's new

New features, security improvements, and notable fixes. Subscribe via RSS (coming soon) or watch the GitHub repo for releases.

  1. May 20, 2026Feature

    PDF output format

    Pass `format=pdf` to render the page through the Chromium print pipeline. Vector text is preserved. Full-page PDFs ship at A4; non-full-page captures honor your viewport dimensions.

  2. May 20, 2026Security

    Hardened SSRF protection

    Hostnames are now resolved server-side and rejected if they map to RFC1918, CGNAT, loopback, link-local, or cloud metadata ranges. Direct IP literals in those ranges are blocked outright.

  3. May 20, 2026Polish

    Brand mark and identity refresh

    New aperture-and-arrow logo across the app, OG image, and favicon. Smooth scroll on anchor navigation in docs and pricing.

  4. May 12, 2026Feature

    Auto-dismiss overlays

    Opt-in heuristic that removes fullscreen modals and cookie/consent bars before capture. Combine with `hide` for surgical control.

  5. May 7, 2026Feature

    Persist background for full-page

    Converts `background-attachment: fixed` to `scroll` and tiles the hero background across the full document height. Fixes parallax-style sites whose backgrounds previously only showed at the top of stitched captures.

  6. May 2, 2026Feature

    Browser-style zoom

    New `zoom` parameter (25–500%) reflows layout via `document.documentElement.style.zoom`. Useful for fitting dashboards or compact captures.