v0.6.1 — crash hotfix + draggable popups
Hotfix for v0.6.0, which crashed on launch. If you are on v0.6.0, download the DMG below manually — the crash happens before Sparkle starts, so auto-update can't reach you. Every release after this updates silently.
Fixed
- Crash on launch (
dyld: Library not loaded: @rpath/Sparkle.framework) —swift buildonly bakes rpaths for the.build/layout. Once the binary moved intoContents/MacOS/and Sparkle intoContents/Frameworks/, dyld had no rpath that resolved there. The packaging script now adds@executable_path/../Frameworksto the binary before signing.
Changed
- HUD + preview popups are draggable and resizable — drag from any non-control area to reposition, drag any edge to resize. The HUD keeps its position and size while a translation streams in.
- Onboarding window adopts Liquid Glass — translucent window with an
ultraThinMaterialbacking; the Accessibility / Input Monitoring permission rows are glass cards on macOS 26 Tahoe.
Install
- Download the DMG below, drag into Applications, launch.
- Signed with Developer ID + Apple-notarized (DMG and update zip both stapled).
Compatibility
- macOS 14 Sonoma minimum
- Liquid Glass effects on macOS 26 Tahoe
Tests
- 190 Swift tests / 45 suites GREEN
- Apple notarization: DMG Accepted, zip Accepted (
9649ce1f-…)