0.3.1
June 12th, 2025
What's fixed
- fix wrong permission checks, #1
Full Changelog: https://github.com/el-schneider/statamic-auto-alt-text/compare/v0.3.0...v0.3.1
0.3.0
June 4th, 2025
What's new
- breaking: Command is now nested under statamic namespace - use
php please auto-alt:generate
instead ofphp artisan auto-alt:generate
- improvement: OpenAI default model changed from
gpt-4-turbo
togpt-4.1-mini
for better efficiency - new: Added support for OpenAI 'detail' parameter (low/high/auto) for vision API
- improvement: Increased default max image dimension from 1920px to 2048px
- improvement: Use base64 images with OpenAI for convenience and better reliability
Full Changelog: https://github.com/el-schneider/statamic-auto-alt-text/compare/v0.2.0...v0.3.0
0.2.0
May 29th, 2025
Release Notes
What's new
- Simplified and improved configuration structure
- Caption sanitization
- Improved readme
0.1.0
May 4th, 2025
Full Changelog: https://github.com/el-schneider/statamic-auto-alt-text/compare/v0.0.1...v0.1.0