Changelog
v2.1.0 — 15 March 2026
New
- Dynamic plan features in Upgrade Modal — limits now come live from the billing API instead of hardcoded values.
- GenAI task polling — project creation progress modal now polls
GET /tasks/{task_id}and stops automatically on success or failure. - Standardised genai_prompt fields —
page_goal,content_type,page_name,page_descriptionacross all creation flows.
Fixed
- Upgrade modal showed hardcoded "Unlimited projects" instead of actual plan limits.
- Progress modal kept pinging backend after task reached terminal status.
v2.0.0 — 1 March 2026
New
- Admin pages —
/admin/promote-plan,/admin/discount-codes,/admin/pricing - Project slot checking — users see a clear limit dialog before hitting the wall
- Checkout page — provider-aware checkout with Razorpay & Cashfree support
Fixed
- Alembic migration conflict on fresh installs
datetime.now()incompatibility with asyncpg on Python 3.12