v0.9.2
·
125 commits
to development
since this release
What's Changed
- fix(ios): Add
@objc(NoScreenshotPlugin)annotation for Swift Package Manager builds — fixes "Unknown receiver 'NoScreenshotPlugin'" compilation error inGeneratedPluginRegistrant.m(#96). - fix(ios): Replace
UIVisualEffectViewblur overlay withCIGaussianBlur— the previous implementation darkened the screen instead of blurring it; now captures a window snapshot and applies a true Gaussian blur with configurable radius.
Full Changelog: v0.9.1...v0.9.2