CHANGELOG

What's new in LoopBack

Every release, documented. We ship fast and keep you in the loop.

v0.4.0June 27, 2026

Stripe goes live, exact marker anchoring, per-device seat enforcement, and multiple licenses per account.

Added
  • Stripe live mode: Pro plan at $9.99 and Team plan at $99 are now purchasable from the website
  • Comment markers pinned to the exact pixel clicked, not the element bounding box
  • Marker author name displayed on each pin so teammates know who left which note
  • SPA-aware markers: markers reattach to the correct element after React or Vue re-renders the DOM
  • Per-device seat enforcement: each activated device occupies one seat, manageable from the dashboard
  • Multiple licenses per account: agencies and consultants can hold separate workspaces under one login
  • Extension version check in the dashboard: see the installed build version for every device in the team
  • Sign-in gate enforced before the extension activates on any device
  • FAQ structured data (JSON-LD) added to the marketing site for search visibility
Improved
  • Extension UI is now English-only; removed all untranslated strings
  • Marker tooltip hidden until the pin is clicked, reducing visual noise on dense pages
  • Launcher button can now be toggled open or closed from within the feedback drawer
Fixed
  • Marker tooltip appeared on hover instead of on click in some page layouts
  • Seat count did not decrement correctly when a member was removed from a team
v0.3.2June 10, 2026

Local workspace now pulls the team feed on extension open, plus tooltip reliability fixes.

Improved
  • Local workspace loads the team feed automatically when the extension is opened, removing the need for a manual sync
  • Marker tooltip rendering is more reliable on pages with custom z-index stacking contexts
Fixed
  • Comment tooltips stayed visible after the marker was deselected on some single-page apps
  • Team feed failed to load on first open when the network request raced with extension initialisation
v0.3.0May 28, 2026

On-page comment markers, redesigned launcher, and drawer-based toggle shipped.

Added
  • On-page comment markers: pins appear directly on the page at the clicked element
  • Redesigned launcher button with a cleaner, smaller footprint on the page
  • Launcher can be toggled open or closed from the feedback drawer without leaving the page
Improved
  • Launcher position no longer overlaps fixed headers or footers by default
  • Feedback drawer animation is smoother on lower-end hardware
Fixed
  • Launcher z-index conflicted with Radix UI dialog overlays on some apps
v0.2.3April 30, 2026

First public release of the extension plus the full Next.js companion site with auth, dashboard, licenses, team sync, and Stripe.

Added
  • Chrome extension v0.2.3 published to the Chrome Web Store
  • Next.js web app: marketing site, auth flow, user dashboard, license management, and team sync
  • Stripe integration: checkout, webhook handling, and license provisioning on payment success
  • Team sync: invite flow, invite-accept page, and auto-sync of team members across devices
  • Welcome email sent on account creation with branded logo
  • Receipt email sent on every successful Stripe payment
  • Team sync screenshots in the onboarding flow showing how shared workspaces look
Improved
  • License key activation flow inside the extension sidebar streamlined to a single input and button
  • Dashboard shows team member list with per-seat status
v0.2.xApril 8, 2026

Transactional emails, invite accept flow, and auto-sync shipped across patch releases.

Added
  • Invite accept flow: invited team members land on a dedicated page to accept and activate their seat
  • Auto-sync: team workspace syncs changes from all members without requiring a manual refresh
  • Team sync screenshots added to the dashboard to illustrate shared feedback in context
Fixed
  • Invitation email link expired too quickly on slow mail providers; extended TTL to 72 hours
  • Dashboard showed incorrect seat count after a member declined an invitation