v0.3.0
hinthornw/trustcallv0.3.0Jul 9, 2025by pappacena
AI Summary
A maintenance release that resolves Windows-specific file encoding problems and bounding box cropping errors, while introducing a new configuration option for programmatic API key management.
Key Highlights
- Fix for file encoding issues on Windows
- Fix for bounding box crop limits
- Introduction of ParseConfig for programmatic configuration
- Minor bugfixes
New Features
- ParseConfig option for passing API keys and settings programmatically
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