Release Notes

See what's new in CopyWizard

v0.4.0Pre-release

Works with modern sites that build their forms as you go.

Improved

  • Waits for the form — if a site is still rendering when you start, CopyWizard now waits for the fields to appear instead of giving up
  • Picks up fields that appear later — extra questions revealed by an earlier answer, or the next step of a multi-step form, become selectable without restarting
  • Clearer verdicts — "no fields found" and the frame warning now only appear after actually waiting, so they mean what they say
v0.3.0Pre-release

Much better field matching — the pairs CopyWizard exists to bridge now match on their own.

Improved

  • Smarter field matching — identifiers are now split into words, so patient_name and fullName recognise the shared "name"
  • Acronyms understooddate_of_birth now matches dob
  • Visible labels count — "Phone number" and "Contact number" match even though the field names share nothing
  • Fewer fields left unmatched — an insurance ID mapping to a member ID used to be missed entirely; it is now suggested for review

Under the hood

  • Match quality is now pinned by a test suite of realistic field pairs, so accuracy can’t quietly regress
  • Continuous integration runs those tests on every change
v0.2.1Pre-release

Hardening release: real-world edge cases proven, frame awareness, and a permanent in-browser test gauntlet.

New

  • Frame awareness — when a page's forms live inside an embedded frame, CopyWizard now says so instead of reporting "no fields"

Verified

  • Special characters — field names with brackets, dots, spaces, quotes, and unicode round-trip correctly (user[0].first-name and friends)
  • Framework forms — fills register in real React 18 component state and AngularJS scopes, not just in the visible inputs
  • Performance — a 314-field form detects in 9 ms; selecting everything takes 6 ms
  • Clean teardown — ten consecutive overlay sessions leave zero residue on the page
v0.2.0Polish

The polish pass: motion, clearer feedback, and friendlier errors everywhere.

Improvements

  • Motion — overlay bar, dialogs, and selection badges animate in (respects your reduced-motion preference)
  • Success receipts — ✓-marked toasts confirm saves and fills, with filled/skipped counts
  • Empty-field awareness — saving a profile tells you when selected fields are currently empty
  • Busy states — Save and Fill buttons show progress while working
  • Better errors — storage problems surface as clear messages instead of failing silently
  • Control tooltips — the overlay's All / Cancel / Done buttons explain themselves on hover
v0.1.1Update

Field-metadata tooltips in the selection overlay.

New Features

  • Metadata tooltip — hover any detected field to see its technical name, type, and selection state (insurance_id · text — click to select)
v0.1.0First Build

The first working build of CopyWizard — the complete copy → map → paste loop.

Features

  • Click-to-select capture — an on-page overlay outlines every detected field; click the ones you want, in any order
  • Reusable profiles — captured values and field metadata save locally as named profiles
  • Transparent mapping dialog — source → destination pairs proposed with confidence scores; every pair correctable before filling
  • Instant repeat paste — confirmed mappings are remembered per site; later pastes fill with one keystroke
  • Framework-friendly fills — values are set the way React/Angular/Vue expect
  • Keyboard shortcuts — Ctrl/Cmd+Shift+C to copy, Ctrl/Cmd+Shift+V to paste, plus a right-click menu
  • Graceful edge handling — missing or empty fields are skipped and reported, never fatal
  • Local-only storage — no network requests, no account, no analytics; passwords never captured

Want In Early?

CopyWizard is headed to the Chrome Web Store. Early testers get it first.

Get Early Access