Version 2.0.0 - Production Architecture & Error Tracking
Pre-release
Pre-release
Welcome to Version 2.0.0! This massive update focuses on stability, error tracking, and significantly improving the First-Time User Experience.
What's New:
- Advanced Error Diagnostics: A new hidden "terminal log" UI will automatically grab stack traces, Edge-TTS Python errors, and FFmpeg buffer logs if anything fails, allowing users to copy the exact error for debugging.
- Hello World Test Scene: A brand-new automated "Hello World" sample video generation script runs for completely new users to prove their native installation succeeded.
- Production Architecture Redesign: The entire backend code was massively refactored out of a monolithic
server.tsinto a maintainable Model-View-Controller mapping system.