• v1.0.2 4b03448e29

    fix(feedback): Screenshot scharf + ohne Feedback-UI

    Ghost released this 2026-04-28 01:10:36 +02:00 | 21 commits to main since this release

    • Auflösung: scale = window.devicePixelRatio (statt min:2 cap) — Retina-scharf
    • Vor dem html2canvas-Capture werden v2-feedback-{modal,overlay,btn} auf
      display:none gesetzt; finally-Block stellt UI zurueck. Damit ist die
      ausgegraute Modal-Schicht nicht im Bild
    • Capture nur des sichtbaren Viewports (width/height/x/y/windowWidth/Height
      explizit), spart Bandbreite + zeigt was der User wirklich sieht
    • MAX_W 800 -> 1600, JPEG 0.7 -> 0.85, imageSmoothingQuality high
    • requestAnimationFrame x2 vor capture, damit Browser den Reflow vor dem Snap fertig hat
    • app_version 1.0.1 -> 1.0.2 (Cache-Buster)

    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

    Downloads