v1.49.0

Vanilagy/mediabunnyv1.49.0Jun 18, 2026by Vanilagy

AI Summary

Introduces a logging singleton for controlling log levels and adds ID3v2 read support for FLAC files to improve CLI utility and metadata handling.

Key Highlights

  • Added a new `Logging` singleton for controlling log levels in Mediabunny.
  • Added ID3v2 read support for FLAC files.
  • Removed forgotten `console.log` statements in range request warnings.

New Features

  • Logging singleton
  • ID3v2 FLAC support

Full Release Notes

- Added a new `Logging` singleton that can be used to control the log level of Mediabunny. Great for silencing console output for CLI applications. (#415)
- Added ID3v2 read support for FLAC files (#417)
- Removed forgotten `console.log` in range request warning path