v1.49.0

chatboxai/chatboxv1.49.0Jun 18, 2026by Vanilagy

AI Summary

Adds a Logging singleton for controlling log levels, introduces ID3v2 read support for FLAC files, and removes forgotten console.log statements.

Key Highlights

  • New Logging singleton for Mediabunny
  • ID3v2 read support added for FLAC files
  • Forgotten console.log removed from range request warning path

New Features

  • Logging control for CLI applications
  • FLAC metadata reading capability

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