v1.0.8
GargantuaX/gemini-watermark-removerv1.0.8Mar 31, 2026by GargantuaX
AI Summary
Fixes metadata extraction issues and updates tooling to use Node pipeline instead of local-browser.
Key Highlights
- Fixed origin confirmation for metadata-stripped inputs using image dimensions.
- Expanded the recognized Gemini size catalog.
- Softened non-confirmed origin status copy.
- Removed local-browser dependency from benchmark scripts.
New Features
- Metadata fallback logic
- Size catalog expansion
- Copy text softening
- Tooling pipeline updates
Full Release Notes
## 1.0.8 - 2026-03-31 ### Userscript - Fixed Gemini origin confirmation for metadata-stripped inputs by falling back to actual image dimensions instead of EXIF-only width and height fields. - Expanded the recognized Gemini size catalog to cover the current tall and wide sample outputs used by the project fixtures. - Softened the non-confirmed origin status copy so confirmed removal quality is no longer described as "not Gemini" when the source is only unconfirmed. ### Tooling - Removed the local-browser dependency from `benchmark:samples` and `export:samples`; both scripts now decode and encode fixtures through the Node pipeline directly. - Updated local regression fixtures and tests to use the remaining WebP sample set as the active release baseline. ### Quality - Added regression coverage for no-EXIF origin fallback and Node-only sample decoding/export flows. - Re-verified the release with full automated tests, SDK smoke validation, sample benchmark/export runs, and a production build.