Skip to content

v0.5.1 — click-path toggle honoured, settings labels fixed

Choose a tag to compare

@AmigoUK AmigoUK released this 21 Jul 12:57
· 19 commits to main since this release

Fixed

  • "Track click path for screenshots" was a dead switch. Nothing read the setting: clicks were written into every companion .json and email body even with it turned off. Both context toggles now run through one gate (lib/reportContext.ts), covered by unit tests.
  • Settings showed two different controls under the same label — v0.5.0 reused the console-error toggle's translation key for the new domain list, so the checkbox read "Capture console errors on these domains". The toggle and the domain list now have their own labels, and E2E asserts they stay distinct.