v1.50.9
junegunn/fzfv1.50.9Jul 18, 2026by Vanilagy
AI Summary
Fixes for WAVE demuxer, WebVTT writing, and worker stability in Firefox.
Key Highlights
- Added read/write support for 64-bit float sample format for WAVE
- Fixed incorrect duration computation for multi-frame Opus packets
- Fixed nested workers randomly shutting off in Firefox
- Fixed writing WebVTT in MP4 creating an assertion error
- Fixed missing BlockDuration when writing WebVTT into Matroska
New Features
- 64-bit float support for WAVE
- WebVTT and Opus fixes
Full Release Notes
- WAVE demuxer now throws immediately for formats it doesn't support (#440) - Added read/write support for 64-bit float sample format for WAVE - Fixed incorrect duration computation for multi-frame Opus packets (#439) - Fixed nested workers randomly shutting off in Firefox (#435) - Fixed writing WebVTT in MP4 creating an assertion error (#441) - Fixed missing BlockDuration when writing WebVTT into Matroska (#442) - Make sure video/audio samples are always closed in the Conversion API, even during error cases