github yarasaa/Clippy v1.0.6
v1.0.6 — Auto-update reliability & polish

latest releases: v1.0.13, v1.0.12, v1.0.11...
3 months ago

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 tracks MARKETING_VERSION, so Sparkle's version
    comparison actually matches the installed build. (Previously Sparkle
    saw installed build 1 vs feed version 1.0.5 and 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

Don't miss a new Clippy release

NewReleases is sending notifications on new releases.