Skip to content

v0.6.1 — crash hotfix + draggable popups

Choose a tag to compare

@hoangperry hoangperry released this 21 May 21:17

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 build only bakes rpaths for the .build/ layout. Once the binary moved into Contents/MacOS/ and Sparkle into Contents/Frameworks/, dyld had no rpath that resolved there. The packaging script now adds @executable_path/../Frameworks to 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 ultraThinMaterial backing; 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-…)