v0.3.0

remotion-dev/remotionv0.3.0Jul 9, 2025by pappacena

AI Summary

This version resolves file encoding bugs on Windows, fixes bounding box crop issues, and introduces a `ParseConfig` option for easier API key configuration.

Key Highlights

  • Fixed file encoding bugs when running on Windows
  • Fixed bounding boxes crop issues out of image limits
  • Added ParseConfig option for API key configuration

New Features

  • ParseConfig option for setting API keys and configurations
  • Windows file encoding bug fixes

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