- Fix Edit Mode bug: send displayed image to backend instead of relying on PHP session
- Fix image order bug: input image now sent first to Gemini API before reference images
- Add "Add from Library" feature to Image Gen reference images
- Redesign Creative Freedom slider with 4 graduated levels (Literal/Conservative/Creative/Inventive)
- Fix Custom application: LLM now infers lighting from scene instead of "user-defined lighting"
- Simplify Video Gen to Frame mode only (remove Subject Ref due to API incompatibility)
- Add comprehensive Veo 3.1 feature matrix constraints (1080p, duration, aspect ratio)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add userId field to projects for SSO-ready user isolation
- Migrate existing projects without userId on load
- Add image upload to project library (multiple files supported)
- Add "Edit in Image Gen" button to load library images for editing
- Fix frame extractor saving to library from VideoPlayer
- Add tooltip to export button clarifying JSON backup purpose
- Update README with production migration path documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add storyboards IndexedDB store with projectId index
- Add storyboard CRUD operations to useProjects hook
- Add sub-tab navigation (Library | Storyboards) to ProjectsTab
- Add image selection mode for creating storyboards
- Create StoryboardEditor component with:
- Drag-and-drop frame reordering (@dnd-kit)
- Editable frame annotations
- Generate Video button per frame
- PDF export with preserved aspect ratios (jspdf)
- PNG export with clean presentation (html2canvas)
- Wire up Video Gen integration for storyboard frames
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Re-run button on video preview in Projects tab
- Pre-fills Video Gen with saved prompt, settings, and reference images
- Save reference images with video metadata in useProjects hook
- Fix database initialization timing for loadProjectImages
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add model selector (Fast/Standard) to VideoGenTab
- Fast model (~50% cheaper): veo-3.1-fast-generate-preview
- Standard model (higher quality): veo-3.1-generate-preview
- Dynamic cost display based on model selection
- Auto-set duration to 8s when adding reference images (I2V requirement)
- Disable 4s/6s duration options when reference images present
- Fix VideoPlayer mute icon state to match actual muted state
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Complete rewrite reflecting new features
- Document Image Gen with physics-based prompts
- Document Video Gen with AI prompt optimizer
- Project management workflow
- Camera/lens profiles reference
- Updated installation instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Major Features:
- Rebrand from Cinema Studio Pro to Lux Studio
- New logo and branding (orange/gold theme)
- Video generation with Veo 3.1 (I2V and T2V)
- Project-first workflow with IndexedDB storage
- AI prompt optimizer with intelligent inference
Video Gen:
- Duration (4s/6s/8s), aspect ratio (16:9/9:16), resolution
- Reference image support for I2V
- Aspect ratio mismatch warnings
- Frame extraction from generated videos
- Video streaming with HTTP Range support
UI/UX:
- Tab navigation with underline style
- Portrait format adaptive display
- Editable optimized prompts with [AI suggestions]
- Auto-save to active project
Security:
- Remove config.php from tracking (contains API key)
- Add comprehensive .gitignore
- Remove uploaded session files from repo
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>