v0.3.0

skaldlabs/skaldv0.3.0Jul 9, 2025by pappacena

AI Summary

A maintenance release that addresses critical bugs related to file encoding on Windows and image cropping boundaries, while adding a new configuration object for API settings.

Key Highlights

  • Fixed encoding bug for files running on Windows
  • Fixed bounding boxes crop issues
  • Added ParseConfig option for API key and configurations

New Features

  • ParseConfig option
  • Windows encoding fix
  • Bounding box crop fix

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