v0.3.0

JinhuaLiang/WavCraftv0.3.0Jul 9, 2025by pappacena

AI Summary

Fixes file encoding bugs on Windows, resolves bounding box crop issues, and introduces a ParseConfig option for setting API keys.

Key Highlights

  • Fix Windows file encoding bug
  • Fix bounding box crop issues
  • Add ParseConfig option for API key

New Features

  • ParseConfig option
  • API key configuration

Full Release Notes

- Fix bug with encoding of files when running on Windows
- Fix bounding boxes crop issues out of image limits
- Add ParseConfig option, so users can set API key and other configurations when calling parse(... config=ParseConfig()) function
- Other minor bugfixes