v0.5.1 — Liquid Glass HUD + dismiss controls
Liquid Glass adoption + explicit dismiss controls for the result HUD. No more popups that feel stuck on screen.
What's new
- Liquid Glass background — On macOS 26 Tahoe the HUD and Preview panels use
.glassEffect(in:). Older systems get the existing.regularMateriallook as a graceful fallback. - X close button on the loading / result / error HUD — tap to dismiss instantly.
- Click anywhere outside the panel to dismiss — global mouse-down monitor watches for clicks in other apps and hides the HUD.
- Stable display preserved — the auto-hide timer (8s result, 6s error) is still the safety net. No focus-loss auto-dismiss that could surprise you mid-read.
Why
"tôi nhớ AppKit của Mac mới nhất là Liquid design mà sao mở app lên không có. Với lại popup nên có nút tắt để user tắt sớm, hoặc bấm ra ngoài để tắt. Nhưng đảm bảo nó phải hiển thị ổn định."
Done meow~
Install
- Download the DMG below
- Open it, drag Contextual Mac Translator.app into Applications
- Launch from Spotlight / Launchpad — signed + notarized by Apple, no right-click required
Compatibility
- macOS 14 Sonoma minimum (set in
Package.swift) - Liquid Glass effect kicks in on macOS 26 Tahoe; older systems get the
.regularMaterialfallback automatically
Tests
- 190 Swift tests / 45 suites GREEN
- Apple notarization: Accepted (submission
c6e5f957-…)