GuideWhat's New

Changelog

2025-07-03(v2.6.0)

  • Updated editor component. commit

This version mainly affects the use of the editor. If you want to upgrade to this version, please create a branch backup code before upgrading.

After updating the code, please check whether the writing, updating, and display of the blog are normal.

2025-06-24(v2.5.0)

  • Integrated Drizzle ORM. commit

This version introduces drizzle-orm, which changes the way data tables are operated. The code changes are large, so please upgrade with caution, and please create a branch backup code before upgrading.

The main changes are in the model layer. After updating the code, please check whether there is any code that uses non-orm to operate data tables, and all of them need to be updated to orm.

2025-06-17(v2.3.0)

  • Modified project structure, using src directory. commit

This version adjusts the project structure, moving the core logic into the src directory. The code changes are large, so please upgrade with caution, and please create a branch backup code before upgrading.

The upgrade will not affect the business logic, the main impact is the project structure, please move all the business logic in your project to the src directory, upgrade locally, and ensure that there are no dependency path errors.

2025-06-08

  • Integrated Open-Next framework, supporting one-click deployment to Cloudflare Workers. commit

If your project is deployed on Cloudflare, please upgrade to this version. If your project is not deployed on Cloudflare, you can skip this upgrade.

The original version is deployed on Cloudflare Pages, after upgrading, the project will be deployed to Cloudflare Workers, after deployment, you need to bind a domain name in Cloudflare Workers.

2025-05-28

  • Fixed WeChat/Alipay order amount verification issues. commit

2025-05-05

  • Fixed dropdown menu offset issue. commit

2025-04-27(v2.0.0)

  • commit

  • Support tailwindcss4

  • Support tweakcn theme configuration

  • Modify system default style (blue theme)

  • Fix payment success redirect failure problem

  • Fix checkout can modify order amount problem

  • Fix multi-language redirect language synchronization problem

  • Landing Page page optimization, split pricing, showcase sub-pages

  • Upgrade system management background, support shadcn v4 theme

  • Support tiptap rich text editor

  • Support hreflang

  • Support Plausible statistics

2025-04-21

  • Added user feedback component. commit

2025-03-30

  • Added user points interface. commit
  • Updated page SEO title. commit

2025-03-23

  • Updated Markdown component style. commit

2025-03-20

  • Upgraded to nextjs15 + react19. commit

2025-03-04

  • Added Markdown component. commit

2025-03-03

  • Support Docker deploy. commit

2025-02-24

  • Added Affiliate module. commit

2025-02-22

  • Updated AI SDK dependencies, supporting DeepSeek R1’s text output in the thinking mode. commit

2025-02-01

  • Added upload file to cloud storage. commit

2025-01-23

  • Added user console and admin management system. commit

2025-01-22

  • Added blog and CMS system. commit

2025-01-21

  • Modified light / dark theme switching. commit

2025-01-17

  • Added AI text generation feature. commit

2025-01-13

  • Added image generation feature. commit
  • Added video generation feature. commit

2025-01-11

  • Added user console and admin management system. commit

2025-01-09

  • Added payment callback notification handling. commit

2025-01-08

  • Fixed multilingual routing detection issues and added multilingual redirect configuration. commit

2025-01-05

  • Modified supabase client connection configuration to support more secure SERVICE_ROLE_KEY. commit

2025-01-04

  • Fixed Google one-click login issues. commit
  • Added MDX support. commit

2024-12-31

  • Added configuration for Cloudflare deployment. commit
  • Optimized compiled package size. commit
  • Released first version. commit