v3.7.11 — latest Current
  • Load-all-cards stability: increased retry threshold from 5 to 8, added 600ms post-scroll wait for more reliable full listing capture
  • Made DEFAULT_SYSTEM_PROMPT location-agnostic so AI enhancement works regardless of locale
  • Removed dead client-side GA4 code path; now routes analytics exclusively through the existing proxy relay
v3.7.10 — previous
  • Fixed free-tier gating to use button DOM order instead of fragile selectors
  • Added a manual unlock path for edge-case scenarios
v3.7.8 — harvest-all-listings build
  • Installed harvest interceptor at document_start (MAIN world) to capture ALL listings, not just the first ~5
  • Harvest interceptor now enumerates all ~20 visible listings reliably
v3.7.7 — monetization release
  • DIY Stripe licensing model: gating, anonymous license UUIDs, subscription verification
  • AI proxy endpoint (relist.nowoly.com/api/ai) for Pro subscribers — no API key needed
  • Fixed popup version label to read from manifest instead of hardcoded value
  • Archived ExtPay code — billing is now entirely through Stripe
v3.6.x — earlier releases

Multiple incremental improvements to the popup UI, scheduling engine, and photo re-upload pipeline.

  • v3.6.3 — Store submission preparation, ZIP packaging
  • v3.6.2 — Popup stability fixes
  • v3.6.1 — Scheduling edge-case fixes
  • v3.6.0 — Major popup rewrite, improved progress indicators
v3.4.0 — AI enhancement beta
  • Added optional AI listing enhancement (Google Gemini) — BYOK mode
  • Added Options page for AI configuration
v3.2.0 — scheduling engine
  • Added auto-relist scheduling (one-off, recurring daily, weekly, hourly)
  • Background alarm-based scheduling engine
v2.1.0 — GraphQL rewrite
  • Complete rewrite: moved from DOM automation to direct GraphQL API calls
  • Faster relists, no visible page interaction
  • Condition carried over (New, Used – Good, etc.)
v2.0.x — early GraphQL
  • Initial GraphQL-based prototype using Facebook's internal API
  • Basic single-relist working end-to-end
v1.x — DOM automation era
  • v1.6.0 — Selective relist, simplified hook, scan-to-select UI
  • v1.2.0–1.2.1 — DOM selectors for selling-page link patterns, debug scan
  • v1.1.0 — Initial release: basic single-listing relist via DOM automation