-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add limited support for <sparkle:criticalUpdate> (#244)
Parse <sparkle:criticalUpdate> and don't allow skipping updates if present. The code recognizes <sparkle:criticalUpdate/> both inside <sparkle:tags> (Sparkle 1 way) and in <item> scope (Sparkle 2). This does not parse the specific version string embedded in the criticalUpdate tag. The UI prevents the user from skipping the update or choosing to be reminded later, but isn't outright user hostile and doesn't prevent them from closing the window. That's because we don't know the circumstance - the user may e.g. be doing something urgent at the moment. Co-authored-by: Edwin Clement <[email protected]>
- Loading branch information
1 parent
b246977
commit 7ca9b99
Showing
3 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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