Update DONE.md with player module crash fix
Documented disabling of Player module to prevent crashes.
This commit is contained in:
parent
07d00789e7
commit
3254526d6e
7
DONE.md
7
DONE.md
|
|
@ -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
|
## 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
|
### Workflow Enhancements
|
||||||
- ✅ **Benchmark Result Caching**
|
- ✅ **Benchmark Result Caching**
|
||||||
- Benchmark results now persist across app restarts
|
- Benchmark results now persist across app restarts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user