v1.0.31

GargantuaX/gemini-watermark-removerv1.0.31Jul 18, 2026by GargantuaX

AI Summary

This release fixes the exact 96px watermark profile for 192px anchors and improves processing coverage for margin variants. It also hardens fallback mechanisms for copy/download operations and adds a real-page probe for verification.

Key Highlights

  • Fixed #111 by preserving the exact 96px watermark profile for the confirmed 192px anchor.
  • Improved processing coverage for new-margin and outline variants.
  • Hardened bound-preview and clipboard fallbacks.
  • Added a repeatable real-page copy/download probe covering image dimensions and RPC requests.

New Features

  • Real-page copy/download probe
  • Improved processing coverage for variants

Full Release Notes

## Watermark removal

- Fixed #111 by preserving the exact 96px watermark profile for the confirmed 192px right/bottom anchor, including 2816x1536 Gemini outputs.
- Kept the canonical 64px anchor first and evidence-gated the secondary 192px anchor.
- Improved processing coverage for related new-margin and outline variants while retaining conservative content-protection gates.

## Copy and download

- Hardened bound-preview fallback without contaminating full-size original-image bindings.
- Isolated clipboard fallback from Gemini's passive native full-size download chain.
- Added a repeatable real-page copy/download probe covering image dimensions, RPC and asset requests, dialogs, and failures.

## Verification

- Full automated suite: 1,385 tests, 1,357 passed, 28 skipped, 0 failed.
- SDK/package smoke suite: 8 passed, 0 failed.
- Image-scoped release quality gate: passed.
- Fixed-profile real-page probe: processed 1408x768 clipboard image and 2816x1536 native download, with no dialogs or request failures.

Issue #101 remains open for best-effort residual-quality follow-up on difficult dark-outline samples. This release does not claim that those residual cases are fully solved.