v1.25.0

Vanilagy/mediabunnyv1.25.0Nov 13, 2025by Vanilagy

AI Summary

This version enables reading and writing track disposition metadata and exposes disabled tracks in the track list.

Key Highlights

  • Added read/write support for track disposition metadata
  • Disabled ISOBMFF tracks will now be surfaced in `input.getTracks()`

New Features

  • Track disposition metadata read/write support
  • Disabled track visibility in `input.getTracks()`

Full Release Notes

- Added read/write support for track disposition metadata, which carries information about the intended usage of the track. You can now check which tracks are marked as default, are meant for hearing-impaired users, and other things.
- Disabled ISOBMFF tracks will now be surfaced in `input.getTracks()` (#214), just with `disposition.default` set to `false`.