Changelog
What we shipped and when.
v0.6.0March 25, 2026
Caption system, FFmpeg pipeline, and mobile editor
- Full caption rendering system with FFmpeg burn-in pipeline and real-time preview
- Mobile-responsive caption editor with touch gestures and responsive layout
- 32 production-ready caption templates spanning all major social platforms
- QA engine for caption validation (timing, overlap, readability, compliance)
- Caption analytics dashboard with per-template and per-format usage metrics
- Service worker for offline-capable static asset and API response caching
- Custom confirm modal replacing window.confirm with focus trap and keyboard support
- Branded email templates for welcome and team invite flows
- DPA/BAA notice component for pricing page compliance
v0.5.0March 23, 2026
Caption templates, animations, and editor integration
- Caption template engine with 32 templates across TikTok, YouTube, Instagram, and podcast formats
- Animation system supporting fade, typewriter, bounce, glow, and karaoke word-highlight effects
- Editor integration: live caption preview panel with template switching and style controls
- Social platform presets with per-platform safe zones, font sizes, and aspect ratios
- Template export pipeline producing styled SRT, VTT, and ASS subtitle formats
v0.4.0March 22, 2026
Caption formats, compliance, and translation
- Multi-format caption output: SRT, VTT, ASS, TTML, and raw JSON
- FCC/broadcast compliance engine with line length, CPS, and timing validation
- Caption translation pipeline with language detection and bilingual output
- Caption emphasis engine for speaker stress, volume, and emotional tone markers
- Emoji-aware caption segmentation that preserves multi-byte characters
- Caption intelligence service for automatic line breaking and scene-aware splits
v0.3.0March 20, 2026
Visual consistency and deployment readiness
- Rebuilt all pages to match the premium landing page design system (DM Sans, dark glass cards, gradient accents)
- Added environment validation on backend startup (database, Redis, Resend, Stripe, RunPod status check)
- Created deployment configuration: Dockerfile, fly.toml, vercel.json
- Fixed upload-to-editor flow with Next.js proxy routing (no more CORS issues)
- Created /upload page for authenticated file uploads
v0.2.0March 20, 2026
YanaScript rebrand and premium landing page
- Renamed product from Project Q to YanaScript across all user-facing strings
- Premium landing page with animated waveform demo cycling through 4 industry examples (Business, Medical, Legal, General)
- New design system: deep green + warm amber palette, DM Sans display font, Source Serif 4 editor font, glass morphism
- Email system with Resend API integration and 7 branded HTML templates
- Competitive research document with landscape analysis and go-to-market strategy
v0.1.0March 19, 2026
Milestone 1 complete
- Authentication system with JWT cookies, disposable email blocking, rate limiting, and login lockout
- Stripe payments with 4-tier pricing, webhook handling, and security hardening
- WhisperX dual-model transcription engine (code complete, GPU deployment manual)
- Export engine supporting TXT, DOCX, PDF, SRT, and VTT formats
- Real-time transcript editor with word-level audio sync, confidence scoring, and auto-save
- 56 audio and video format support with FFmpeg conversion pipeline