Changelog
Every release since July 2026. Where a change fixed something, it says what was broken — a list of features tells you nothing about whether the thing is maintained.
1.3.330 August 2026current
- Subscribers can cancel and request a refund from inside the popup. Cancelling goes straight to the payment provider and needs no email; a refund opens a message with the licence key already in it.
- Added a step-by-step cancellation guide in all twelve languages.
- If the licence check fails for our reasons, the capture goes through anyway. A storage error on our side should not read as "you are out of captures" to someone who paid.
1.3.230 August 2026
- The free plan became 5 captures, each with every feature included. It used to be unlimited captures with the workflow features metered separately, which was two things to explain and made the free tier a version of the product nobody would pay for.
- Region and element pickers now refuse before the overlay appears, so nobody drags out a selection only to be told it did not count.
1.3.130 August 2026
- Repeating cards become components again. The grouping signature included each text layer's width, and Figma measures text to its content, so three cards whose only difference was the title never matched. The feature was doing nothing on the exact case it exists for.
- Card titles containing a bold word or a link now override per instance. They were mixed-font nodes, the font load was skipped, the write threw, and every instance kept the first card's text.
- Auto Layout is re-checked against Figma's real engine after import and reverts to exact coordinates if anything moved. The code claimed to be lossless by construction and never actually compared the result.
- Design tokens are found on sites that keep them inside @layer or @media — Tailwind v4 puts its entire theme there, so those sites had been yielding no token names at all.
- Captures no longer hang forever in a backgrounded tab, where requestAnimationFrame never fires and the only path to finishing ran inside one.
1.3.023 August 2026
- Snapture Pro: licences, entitlement checks, and the workflow features behind them.
- Batch capture: paste a list of URLs and get a capture of each.
- Clip-path polygons become real Figma vector masks.
1.2.226 July 2026
- Groundwork for paid tiers, with no behaviour change for anyone.
1.2.123 July 2026
- Icon capture fixes: CSS mask icons, SVG sprites and icon fonts all come through. Reported from a real page where every icon had arrived blank.
1.2.017 July 2026
- Image cropping matches CSS object-fit and background-size instead of stretching.
- WebGL canvases and cross-origin iframes arrive as a sharp screenshot of exactly that area rather than a gray box.
- Password fields are masked at capture time.
1.1.013 July 2026
- Auto Layout inference, gated on Figma's engine reproducing the page within half a pixel.
- Components from repeating structures, and text/colour styles from repeated values.
- Modern colour spaces (oklch, lab, color-mix) that Tailwind v4 emits and that used to import as nothing.
- Fonts arrive as a stack rather than a single name, so Figma can fall back sensibly.
1.0.013 July 2026first release
- Capture a page, a dragged region, or one element, and paste it into Figma as editable layers.
Version numbers you can check. The version you have is in the Snapture popup and on the Chrome Web Store listing. Chrome updates extensions on its own schedule, so a fix listed here may take a day or two to reach you.