What's new
New features, security improvements, and notable fixes. Subscribe via RSS (coming soon) or watch the GitHub repo for releases.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.