New
Update for new AppStore Requirements
It seems like the AppStore is now enforcing images without alpha channel. Until now this wasn't a problem if no actual pixel was transparent.
Unfortunately this also breaks existing projects as the file structure has changed.
What's Changed
- Disable Alpha channel in exported images by @Patrick-Kladek in https://github.com/IdeasOnCanvas/ScreenshotFramer/pull/31
Full Changelog: https://github.com/IdeasOnCanvas/ScreenshotFramer/compare/v1.1...v2.0