v0.3.0

SagerNet/sing-boxv0.3.0Jul 9, 2025by pappacena

AI Summary

Bug fixes for file encoding on Windows and bounding box cropping issues, along with new configuration options.

Key Highlights

  • Fixed bug with file encoding when running on Windows.
  • Fixed bounding boxes crop issues out of image limits.
  • Added ParseConfig option for setting API keys and configurations.

New Features

  • ParseConfig option for API key configuration
  • Windows encoding bug fixes
  • Bounding box crop 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