Skip to content

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 13:49
· 430 commits to main since this release

Fixed

  • Crash on macOS 26 (Tahoe) when using beautify with mesh gradient styles — SwiftUI ImageRenderer was called from inside an NSImage drawing handler closure, violating @MainActor isolation under macOS 26's stricter concurrency enforcement. Mesh gradients are now pre-rendered before entering the drawing handler.
  • Menu bar icon not centered — SVG viewBox was non-square (658×570) with misaligned origin, causing the icon to render off-center. Fixed to a properly centered square viewBox. Added preserves-vector-representation for crisp rendering.