Skip to content

v1.0.13

Choose a tag to compare

@github-actions github-actions released this 29 Jul 03:04
· 29 commits to master since this release

πŸ› Fixed

  • Excessive background license checks: installs with an expired trial or license were re-contacting the server on every browser event instead of once a day β€” wasted network, battery, and backend load. The 24-hour check cadence now applies to every license state; the 3-day trial grace window behaves exactly as before.

πŸ”„ Changed

  • Store listing in your language: the extension's Chrome Web Store title and summary are now localized in all 15 supported languages instead of English-only.
  • Better-timed review prompt: the "Enjoying Image Harvest?" dialog now appears right after a successful download (when it's least disruptive) instead of interrupting you at panel open.

🌍 i18n

  • 2 new keys Γ— 15 languages: localized store-listing name and summary (extName / extDesc) added to every language catalogue.

πŸ§ͺ Test Coverage

  • 9 new tests (suite now 1527): license-cache regression net (EXPIRED honors the 24h window, trial grace without network) and rating-prompt telemetry + re-check timing.