Polish release focused on making Clippy's update flow — and a few small
rough edges — feel right.
🔧 Fixed
- Auto-update no longer prompts you about the version you already have.
The build number now tracksMARKETING_VERSION, so Sparkle's version
comparison actually matches the installed build. (Previously Sparkle
saw installed build1vs feed version1.0.5and kept offering the
same release.) - "Check for Updates" now works on the first click. If a background
scheduled check was in flight, the first button press used to silently
no-op and you'd need a second click to see the sheet. Fixed by
explicitly marking the check as user-initiated and falling back to a
fresh feed reload when the updater isn't ready yet. - Search field no longer loses focus when a query returns no results.
The search bar was being re-mounted whenever the list swapped to its
empty state, dropping the text cursor. It's now a stable sibling of