What's Changed
Major audio fixes and UI overhaul! Released slightly earlier than I'd like to quickly push a fix for Windows project opening.
Audio
- Complete audio export overhaul: replaced real-time audio export with streaming decode + chunked offline rendering for reliability
- Fixed audio desync issues and tightened sync tolerances with aresample filter
- Fixed audio regions on silent video and interleaved >2ch stride handling
- Improved cursor telemetry accuracy under CPU load
Windows
- Fixed projects not opening on Windows by serving video files via local HTTP server (fixes file:// protocol issues in Electron on Windows)
UI
- Added light mode theme support (defaults to system preference)
- Major UI overhaul across settings, timeline, and editor panels
- Restored clip marker indent lines, major ticker dots, and hover-only end caps in timeline
Linux
- Fixed Linux GPU HUD fallback
- Fixed x11 fullscreen capture by matching display sources by position when IDs do not match
- Wayland: collapsed 3-step capture flow into a single portal dialog
Other
- Extension system improvements and marketplace integration
- Replaced lucide-react with phosphor icons
- Refactored IPC handlers into focused modules
- Various stability and performance fixes