Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 21:35
· 30 commits to main since this release

What's Changed

  • 0.8.0
  • Round pageHeight to int to stop infinite preview re-capture loop
  • Fix preview white gap on second extension capture
  • Match preview stitch wait pattern to applyCropExtension
  • Wait for page scrollHeight to reach target before capturing preview
  • Remove capture settings height-mode hack
  • Make crop preview resize feel instantaneous
  • Fix crop dialog: correct cropping, polish UI, speed up preview
  • Capture: drop duplicate function declarations in cropCaptureHelpers
  • Capture: reflow + translate scroll-stitch so extended preview grows
  • Capture: scroll-and-stitch preview to avoid viewport-paint clamp
  • Capture: also override screenWidth/screenHeight so viewport isn't clamped to the screen
  • Capture: force layout viewport with setDeviceMetricsOverride before screenshot
  • Capture: use CDP captureBeyondViewport for full-page screenshots
  • Capture: lift webview out of flex layout when forcing height for capture
  • Crop dialog: drop redundant metadata, refresh hint for new handles
  • Crop dialog: tighten bottom handle inset and nudge handles 1px down
  • Crop dialog: let bottom crop value reach pageHeight, cap only visuals
  • Crop dialog: clamp bottom crop value to keep handle and dashed border visible
  • Crop dialog: keep bottom crop handle visible; align handles on dashed border
  • Crop dialog: fix hidden PX label and image squeeze
  • Crop dialog: drop bottom pill, relabel inputs, inline PX unit
  • Crop dialog: contain page preview within stage (no scrolling)
  • Crop dialog: separate page height from crop region with dedicated handle
  • Crop dialog: keep handles visible and snap page rect back when shrinking
  • Crop dialog: width-only scale with scrollable stage; cleaner handles
  • Crop dialog: preserve page aspect ratio and stabilize drag handle
  • Speed up HTML formatting for capture pages with large inlined CSS
  • Implement vertical-only crop with cross-origin CSS fix
  • Merge INSPECT phase into PLAN (#64)

Downloads

File Platform
MockPilot.exe Windows installer
MockPilot.zip macOS app bundle (unzip and move to Applications)

Full Changelog: v0.7.8...v0.8.0