v1.0.14
GargantuaX/gemini-watermark-removerv1.0.14May 3, 2026by GargantuaX
AI Summary
Configures userscript metadata to enable automatic updates via GitHub Release assets.
Key Highlights
- Added `@downloadURL` and `@updateURL` metadata
- Linked to GitHub Release `latest/download` assets
- Added regression coverage for auto-update URL
New Features
- Userscript auto-update metadata
- GitHub release asset linking
- Closes issue #62
Full Release Notes
## Summary - Added userscript `@downloadURL` and `@updateURL` metadata. - Pointed both fields at the GitHub Release `latest/download` userscript asset so the auto-update endpoint is controlled by published release assets. - Bumped the release version to `1.0.14` and updated changelogs. - Added regression coverage for the release-backed userscript auto-update URL. ## Verification - `pnpm exec node --test tests/userscript/userscriptVersionSync.test.js tests/project/releaseMetadata.test.js` - `pnpm build` - `pnpm package:extension` - `pnpm test` (577 passed, 1 skipped) Closes #62