v0.3.0

vietnh1009/ASCII-generatorv0.3.0Jul 9, 2025by pappacena

AI Summary

Fixes critical bugs including file encoding issues on Windows and bounding box crop problems, while introducing a `ParseConfig` option for centralized API key configuration.

Key Highlights

  • Fix file encoding issues on Windows
  • Fix bounding boxes crop issues out of image limits
  • Added ParseConfig option for API key and configuration settings

New Features

  • Windows encoding bug fix
  • Bounding box crop fix
  • ParseConfig option for API keys

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