Changelog

New features, improvements, and bug fixes. We ship fast.

v1.5.0

Export Overhaul + Gallery & Docs

  • + Real OBJ export via Three.js OBJExporter (was serving GLB)
  • + PLY export (binary) replaces non-functional FBX button
  • + New Gallery page with filter tabs and example models
  • + API Documentation page with endpoint reference and code examples
  • + Blog with tutorials and product updates
  • + Changelog page (you're reading it)
  • ~ Unified navigation across all 10+ pages
  • ~ Updated sitemap.xml with all new routes
v1.4.0

Hunyuan3D v3 + Viewer Toolbar

  • + Upgraded to Hunyuan3D v3 (from v2.1) for Pro and Ultra tiers
  • + 3D Viewer toolbar: lighting presets (Studio, Daylight, Moonlight)
  • + Background switcher: 4 color presets
  • + Screenshot button (download PNG)
  • + Auto-rotate toggle
  • + Rendered/Wireframe mode switch
  • + STL export (Three.js client-side conversion)
  • + Real vertex/face count display
  • + PBR textures enabled by default for Pro/Ultra
  • + 4-tier quality system: Fast, Standard, Pro, Ultra
  • + My Assets page (/assets-page/) with generation history
  • + 3D Viewer tool page (/viewer/) for local file viewing
  • ! Fixed Hunyuan3D API path (v2.1 returned 404)
v1.3.0

Stripe Payments + Pricing Page

  • + Stripe checkout integration
  • + Credit pack pricing: Try ($4.99), Starter ($12.99), Power ($29.99)
  • + Pro subscription: $29/month or $199/year
  • + Pricing page with feature comparison
  • + Checkout success page
v1.2.0

Firebase Auth + WebGL Fix

  • + Firebase authentication (Google OAuth + email magic link)
  • + Login page and workspace session manager
  • + JWT verification in Cloudflare Worker
  • ! Fixed WebGL canvas context pollution (drawPlaceholder3D was calling getContext("2d") on the Three.js canvas)
  • ~ Three.js downgraded from r160 to r147 (r160 removed legacy examples/js)
v1.1.0

Tripo3D API Integration

  • + Tripo3D API for text-to-3D generation
  • + Cloudflare Worker API routes: /api/generate, /api/status, /api/balance
  • + Progress bar with real-time polling
  • + GLTFLoader for loading .glb models in preview
v1.0.0

Initial Launch

  • + Landing page with hero, features, and CTA
  • + Studio page with image upload and text prompt modes
  • + Three.js 3D preview with orbit controls
  • + GLB download
  • + Google Tag Manager + GA4 integration
  • + Deployed to Cloudflare Pages