Back to Blog
March 27, 20263 min read1 viewv1.2.13En cours de déploiement

SuperClaude v1.2.13 + v1.2.12 — Sign In, Account Plans & No More License Keys

changelogreleaserolling-out

# V1.2.13 — Sign In, Account Plans & No More License Keys

V1.2.11 brought usage analytics and team management. V1.2.12 and V1.2.13 change how you access SuperClaude entirely.

License keys are gone. SuperClaude now has real accounts — sign in with email, Google, or GitHub, and your plan follows you. No more copying keys between devices, no more losing access after a reinstall. Your subscription lives on your account, not in a string you paste into a field. Here's everything in the box.

What's New in V1.2.13

Sign In from the Extension — Create an account or sign in directly from SuperClaude. Email and password, Google OAuth, or GitHub OAuth — pick your method. No external page, no redirect loop. The auth flow lives inside the extension.

Account-Based Plans — Your plan is now tied to your account, not to a license key. Sign in on any browser, any device — your Pro or Max plan is already there. Stripe webhooks write directly to your account, so upgrades activate instantly. No more copy-pasting keys.

Gravatar Profile Picture — When signed in, your Gravatar appears in the extension header. Small detail, but it makes the extension feel like yours.

Maintenance Mode — Admins can now toggle maintenance mode from the dashboard. When active, the extension shows a maintenance notice instead of hitting a dead API. Clean downtime, no confusion.

Feature Toggles — Usage Speed and Copy Button can now be toggled on or off individually in settings. Not everyone wants every feature visible — now you choose.

User Reviews on Landing & Pricing — The landing page and pricing pages now display real user reviews — 5-star ratings from Chrome Web Store and Firefox Add-ons. Social proof, not marketing copy.

Stateless Auth Tokens — Tokens no longer depend on server-side sessions. They survive server restarts, deployments, and infrastructure changes. The random 401 errors after a server update are gone for good.

Improvements in V1.2.13

Admin Dashboard Reworked — The admin panel now includes a Plans management section with editable Stripe IDs per user. Manually granted Pro plans are flagged as permanent — Stripe sync can't overwrite them. Useful for comps, beta testers, and partnerships.

Account Page Simplified — The account page now shows three things: plan status, billing, and referrals. Everything else moved where it belongs. Less clutter, faster orientation.

Instant Plan Detection — When you open the extension, it checks your current plan immediately. Upgrade mid-session, close and reopen — your new plan is already active. No delay, no cache lag.

34 Languages Updated — All auth screens, upgrade flows, and account pages are fully translated across all 34 supported languages.

Fixes in V1.2.13

Safari Mobile Flickering — Fixed animation flickering on Safari mobile caused by missing GPU compositing hints. Animations are now smooth on iOS.

Invalid Token Handling — An expired or invalid token no longer force-logs you out. Instead, you get a clean re-login prompt. No lost state, no surprise disconnection.

Success Page Updated — The post-checkout success page no longer references license keys. It now reflects the account-based flow.

V1.2.12 — Privacy Policy Compliance

Released March 26, this patch addressed Chrome Web Store compliance requirements.

Bundled Privacy Policy — A dedicated privacy.html page is now included directly in the extension package. Accessible from Settings → About. Chrome Web Store requires the privacy policy to be reachable from within the extension itself — this satisfies that requirement. Firefox Add-ons benefits from the same addition.