v0.3.0
bigcapitalhq/bigcapitalv0.3.0Jul 9, 2025by pappacena
AI Summary
This release fixes critical bugs on Windows and introduces a ParseConfig option for API key configuration.
Key Highlights
- Fixed file encoding bug on Windows
- Fixed bounding box cropping issues
- Added ParseConfig option for API key and configuration management
New Features
- ParseConfig option
- Fixed Windows encoding bug
- Fixed bounding box cropping issues
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