Skip to content

v4.0.2-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Apr 14:20
· 427 commits to main since this release

Fixed

  • Crash on macOS 26 (Tahoe) when using beautifyBeautifyRenderer was marked @MainActor which caused all rendering code inside NSImage drawing handler closures to violate actor isolation under macOS 26's stricter concurrency enforcement. Removed class-level @MainActor, now only applied to the SwiftUI ImageRenderer methods that actually require it.