Fixed
- Crash on macOS 26 (Tahoe) when using beautify with mesh gradient styles — SwiftUI
ImageRendererwas called from inside anNSImagedrawing handler closure, violating@MainActorisolation 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-representationfor crisp rendering.