Update DONE.md with player module crash fix

Documented disabling of Player module to prevent crashes.
This commit is contained in:
Stu Leak 2025-12-28 20:33:21 -05:00
parent 07d00789e7
commit 3254526d6e

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