Releases: aaronepinto/smollet-screencappy
Releases · aaronepinto/smollet-screencappy
Release list
v0.1.0
0.1.0 (2026-08-15)
⚠ BREAKING CHANGES
- license the project under Apache-2.0
✨ Features
- adopt the Screencappy name (f90de0e)
- build: Firefox build target plus cross-browser debugger guards (ae32191)
- capture: auto-load infinite-scroll pages before capturing (1c4e074)
- capture: capture iframes in depth from the element picker (5de0cfc)
- capture: capture the visible area when a page blocks scrolling (ea94e89)
- capture: delayed capture with a badge countdown (65c2211)
- capture: mobile-width capture via Turbo device emulation (6bee917)
- capture: pick and capture a single element, DevTools style (8be3894)
- capture: stitch pages that scroll inside an inner container (56ed289)
- capture: wait out async renderers and probe blocked scrolling (d96f2a1)
- editor: add right-click menu for full-image copy and download (ec4254e)
- export: save pages as searchable PDFs with selectable text (5670f88)
- initial release of Screencappy (f0545ac)
- license the project under Apache-2.0 (2d43196)
- site: add competitor comparison pages and the alternatives hub (33e9559)
- site: add screencappy.smollet.app landing page and privacy policy (614a051)
- site: add the Smollet umbrella site (9b6040f)
- site: full marketing site with SEO and answer-engine assets (5a18735)
- site: reconcile the GoFullPage page with refreshed research (1999e4b)
- site: restyle Screencappy on the Smollet editorial design system (ed0cc38)
- site: show live project health badges on the homepage (f23b6df)
- site: wire the comparison pages into site discovery (82df641)
🐛 Bug fixes
- build: give tests their own TypeScript project (59ccc20)
- capture: hold the shot while rows are still streaming in (118f2fa)
- capture: pin sticky elements inside open shadow DOM (3bee54e)
- capture: stop parallax backgrounds repeating in every tile (b035d0a)
- editor: keep hidden panels hidden despite author display rules (fa0b90d)
- tests: type the e2e harnesses so editors report nothing (c6b20f2)
⚡ Performance
- capture: size the settle from the latency the page has shown (1a0075e)
📝 Documentation
✅ Tests
- add real-Chrome e2e capture test (ecd41f0)
- add unit tests and run the full suite in CI (f5b69d0)
- capture: fixtures and scenarios for the known ways capture breaks (6332b86)
- firefox: real capture end to end under geckodriver (5cc5f03)
- share e2e fixtures and label capture runs by browser (bbc7430)
🧹 Chores
- set initial release version (bdad01c)