Skip to content

Changelog

Welcome to the NuxtPro changelog. Here you can track major updates, new features, and bug fixes as the project evolves.


v0.0.1 - 2025-07-01

Added

  • Initial stable release of NuxtPro with core functionality.
  • Authentication: Full auth flow based on email/password and Magic Link.
  • Stripe integration: Subscription and payment processing.
  • Internationalization (i18n): Built-in support for English and Chinese.
  • Base UI/UX: Core UI components built with Tailwind CSS and shadcn-vue.

Improvements

  • Improved server-side rendering performance and first contentful paint (FCP).
  • Enhanced SEO configuration, including dynamic meta tags and sitemap.xml generation.

Fixed

  • Fixed Magic Link potentially expiring under certain conditions.
  • Fixed styling compatibility issues for some form elements on mobile devices.

v0.0.2 - 2025-07-13

Fixed

  • Fixed WaitList not saving successfully.
  • Fixed the login modal not appearing when purchasing products while logged out.

v0.0.3 - 2025-07-15

Fixed

  • Fixed language preference not persisting (clicking menu would revert to English). Thanks to Shunamxiao in #2.

v0.0.4 - 2025-07-23

Fixed

  • Fixed new users not automatically getting an invite code after signup.
  • Fixed new users not automatically getting initial quota/credits after signup.

v0.0.5 - 2025-08-23

Improvements

  • Added LLM.txt to improve AI readability and onboarding.
  • Added PayPal as a cross-border payment method.

v0.0.6 - 2025-09-24

Improvements

  • Improved blog detail loading API for better SEO.
  • Added PM2 deployment guide.
  • Added Context7 MCP support.

Fixed

  • Fixed i18n display issue for blog detail categories.

v0.0.7 - 2025-09-29

Added

  • Added bagelPay as a more convenient payment channel for developers in China, enabling Alipay/WeChat/Stripe-friendly collection without requiring a domestic/overseas company.

v0.0.8 - 2025-10-14

Fixed

  • Fixed missing payment status in NuxtPro-client Affiliate invite records.
  • Fixed incorrect invitee data when querying personal Affiliate records.
  • Fixed NuxtPro-admin Vercel job build missing lint dependencies.

v0.0.9 - 2025-10-28

Fixed

  • Fixed Affiliate invite link not showing when logged out; now prompts login on entering the Affiliate page.

v0.0.10 - 2025-12-23

Fixed

  • Fixed missing internationalization in NuxtPro-Admin Settings.
  • Fixed missing i18n for product status/hot/display dropdowns when adding products in NuxtPro-Admin.

v0.0.11 - 2025-12-31

Added

  • Added Docker deployment for NuxtPro-Client.
  • Added Docker deployment for NuxtPro-Admin.

v0.0.11.1 - 2026-01-08

Fixed / Docs

  • Added documentation on how to obtain BagelPay Webhook secrets.
  • Added troubleshooting for NuxtPro-Client Google OAuth login 404.

v0.0.12 - 2026-01-11

Fixed

  • Fix the exception where BagelPay's WebHooks callback for unprocessed orders fails

We’ll keep updating this log—stay tuned.