Skip to content

v1.0.16

Choose a tag to compare

@github-actions github-actions released this 24 Aug 06:55
· 22 commits to master since this release

πŸ”„ Changed

  • Telemetry is now silent-by-design: anonymous usage events are collected by default with no in-product toggle. v1.0.9 had muted new installs "until the Privacy Opt-In Modal is accepted" β€” but that modal had already been removed from the UI in the v1.0.10 revamp, and the Settings toggle with it, so installs were silently muted forever (analytics UV collapsed ~97%). The data is zero-PII (event counts only β€” no URLs, no images, no identifiers) and disclosed in the Chrome Web Store listing. On update, installs muted by the old dead-toggle bug are un-muted once.

πŸ› Fixed

  • Saving settings no longer force-disables telemetry: since v1.0.6, every "Save & Apply" wrote telemetryOptIn=false (the toggle's HTML had been removed while its wiring survived, and the read fell back to false). The dead wiring is gone, and a one-time migration clears the bogus stored flag on update.

  • Admin dashboard funnel percentages no longer exceed 100% (e.g. "Used Scan 1000%"): the step-vs-first-install ratio is now clamped to 100% β€” a later step can legitimately exceed the window's new-install count when returning users (extension updates) join in, which used to render as a four-digit percentage.