This patch release includes significant improvements to GIF and WebP animation handling, Apple Silicon support, CI improvements, and several bug fixes.
New Features
- Added GIF animation loop count detection for animated WebP conversion (@skidder, #199)
- Added duration reporting for animated GIF and WebP images (@skidder, #204)
- Added frame count, dispose method, and background color reporting from GIF for WebP conversion (@skidder, #200)
Bug Fixes
- Fixed timing issue: ensure single frame output before timeout evaluation (@Waldeedle, #201)
- Added support for
AVERROR_INVALIDDATA
to improve error handling (@brian-armstrong-discord, #120) - Resolved compiler warnings on OS X and consolidated CGo settings (@skidder, #194)
Build & CI Improvements
- Added Apple Silicon support in OS X dependencies build script (@skidder, #192)
- Implemented GitHub Actions CI workflows (@acj, #196)
- Added verification and auto-updates for native dependencies (@skidder, #197)
Documentation & Code Quality
- Updated deprecated import in example file (@djeddi-yacine, #190)
- Added comprehensive function documentation (@skidder, #203)
Contributors
Special thanks to all who contributed to this release: