Skip to main content

Changelog

Recent changes shipped to LC Pilot. We update this page continuously as we ship — checking in here every couple weeks is the easiest way to stay current on new features and fixes.

May 2026

  • Admin accounting dashboard

    NewMay 5

    New /admin/accounting view shows live MRR, ARR, per-tier revenue breakdown, and a filterable user table with billing status, MRR contribution, and CSV export for bookkeeping.

  • Stripe paused / resumed subscription handlers

    SecurityMay 5

    Fixed a billing edge case where trials that ended with no card on file would silently keep paid features for up to 7 days. Now we listen for customer.subscription.paused and customer.subscription.resumed and update entitlements immediately.

  • Comprehensive Terms of Service rewrite

    PolicyMay 5

    7-day money-back guarantee, governing law (Indiana), AAA arbitration with class waiver + 30-day opt-out, $100/12-month liability cap, indemnification, DMCA designated agent, 72-hour data-breach notification commitment, and explicit account-termination policy.

  • GDPR/CCPA cookie banner + consent mode

    SecurityMay 4

    Default-deny analytics for EU/UK/CA visitors via Google Consent Mode v2. New "Your Privacy Choices" footer link. Privacy Policy rewritten to disclose every backend table and sub-processor with retention windows.

  • Tariff-rate divergence warning on saved-calc replay

    NewMay 4

    When you reopen a saved calculation, if 2026 tariff rates have changed since you saved, you now see an amber banner showing both your saved total AND the recomputed total side-by-side.

  • 13 GA4 funnel events instrumented

    NewMay 4

    Conversion analytics now track signup, calc_complete, calc_save, hs_classify_select, country_alternative_view, buy_via_affiliate_click, concierge_query, stripe_checkout_complete, shopify_install_complete, and more — so we can finally see where the funnel breaks.

  • Server-side singletons + USITC retry tuning

    FasterMay 4

    Supabase service-role client + OpenAI client are now module-level singletons (saves 30-80ms per request). USITC retry stack tightened (3×8s → 2×5s) so upstream outages don't pin Vercel concurrency. Drip cron N+1 replaced with single batched profiles SELECT.

  • Account deletion completeness

    SecurityMay 4

    Delete Account now hard-deletes email_drip_state and hs_code_feedback rows AND anonymizes the aliexpress_click_log session_id field. GDPR data export expanded to include 7 additional user-data tables.

  • System status page

    NewMay 4

    New /status page probes USITC, OpenAI, AliExpress, Stripe, and Supabase in parallel with 5-second timeouts. Reviewers and curious users get a live read on dependency health instead of guessing.

  • AliExpress affiliate Buy CTA on saved-calc replay

    NewMay 3

    Saved calculations originally started from a paste-link now restore the Buy on AliExpress affiliate CTA when reopened. Closes the export → re-import revenue gap.

  • Cheaper-origin auto-suggest with AD/CVD guardrails

    NewMay 2

    After every calculation, LC Pilot suggests up to 3 alternative origin countries with lower 2026 landed cost — automatically excluding any country with active AD/CVD orders for that HS code. Includes the transshipment-fraud warning per CBP rules.

  • Marketplace fees and AD/CVD database

    FasterMay 2

    Calculator now applies Amazon FBA, Walmart WFS, Etsy, TikTok Shop, and Shopify fees on top of the duty math, so the viability score reflects true net margin. AD/CVD detection covers ~120 HS-code prefixes with active orders.

April 2026

  • Email deliverability hardened

    SecurityApr 30

    DMARC at p=quarantine, DKIM/SPF aligned, Resend SMTP wired through Supabase Auth so signup confirmations finally land in the inbox (not spam). Mail-tester score 9.9/10.

  • Shopify App Store submission

    NewApr 27

    LC Pilot is officially in review for the Shopify App Store. Embedded admin uses App Bridge v4 + Token Exchange, billing via Shopify Managed Pricing, GDPR webhook chain in place.

  • 5-email welcome drip

    NewApr 26

    New users now receive a 5-email educational drip over 14 days covering Section 122, AD/CVD, country comparison, and the Marcus story — all suppressible at any point via the unsubscribe link.

  • Hardening pass: webhook idempotency + jti tracking + Stripe quarantine

    SecurityApr 25

    Stripe and Shopify webhooks now use proper dedup tables; Shopify session jtis are tracked per-request to prevent replay; Stripe checkout sessions for unmapped price IDs go to a quarantine table instead of being silently dropped.

Have a feature request? Email support@lcpilot.com — we read every one and the next thing we ship is usually whatever users specifically ask for.