Update DONE.md with player module crash fix

Documented disabling of Player module to prevent crashes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Stu Leak 2025-12-28 20:33:21 -05:00
parent 69a1cd5ba7
commit 63539db36d

View File

@ -4,6 +4,13 @@ This file tracks completed features, fixes, and milestones.
## Version 0.1.0-dev20+ (2025-12-28) - Queue UI Performance & Workflow Improvements
### Bug Fixes
- ✅ **Player Module Crash Fixed**
- Disabled Player module to prevent crashes
- Module was using external tools (MPV, VLC, FFplay) which violates VideoTools' self-contained principle
- Prevents access to broken functionality until proper internal implementation is added
- Future: Implement pure-Go internal player using FFmpeg libraries
### Workflow Enhancements
- ✅ **Benchmark Result Caching**
- Benchmark results now persist across app restarts