Add in-app update notifications via Sparkle - #4
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Measured on the notarized 1.1.0 artifact: 1.73 MB zip, 4.4 MB installed, 960 KB app binary. The old ~4 MB figure came from a zip that was accidentally flattening Sparkle.framework, and conflated download with installed size. Co-authored-by: Cursor <cursoragent@cursor.com>
anibalribeiro
marked this pull request as ready for review
September 4, 2026 10:03
The appcast is generated from docs/changelog/<version>.md, so a workflow_dispatch run left on the default version used to get all the way through both notarization steps before dying on a missing changelog. Check it up front instead, and stop calling the version optional. Also import Combine explicitly in UpdateController, matching the other ObservableObjects in the target rather than relying on a transitive re-export through Sparkle. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work in progress — implementing docs/superpowers/plans/2026-09-04-sparkle-updates.md.
Adds Sparkle so WinMice can notify users of new versions and install them, plus a per-release changelog that feeds both the GitHub release notes and the in-app update dialog.
Draft while the remaining tasks land. Opened early so CI runs (ci.yml only triggers on main pushes and pull requests).
Made with Cursor