This project is mirrored from https://github.com/sparkle-project/Sparkle.
Pull mirroring updated .
- May 02, 2024
-
-
Sparkle-Bot authored
-
Zorg authored
-
Zorg authored
This is ported from the 2.x branch.
-
- Dec 25, 2021
-
-
trss authored
-
- Nov 13, 2021
-
-
Sparkle-Bot authored
-
Zorg authored
-
- Nov 12, 2021
-
-
Zorg authored
-
- Nov 08, 2021
-
-
Sparkle-Bot authored
-
Zorg authored
-
Sparkle-Bot authored
-
Zorg authored
-
Zorg authored
-
- Nov 06, 2021
-
-
Zorg authored
This is a backport of #1804 to 1.x
-
Zorg authored
The document I tested (after enabling javascript) was: <description> <![CDATA[ <p>Hello</p> <script> var iframe = document.createElement("iframe"); iframe.srcdoc = `<!DOCTYPE html><p>Hello World!</p>`; document.body.appendChild(iframe); </script> ]]> </description>
-
- Oct 31, 2021
-
-
Zorg authored
-
- Oct 30, 2021
-
-
Sparkle-Bot authored
-
Zorg authored
-
Zorg authored
-
- Oct 29, 2021
- Oct 18, 2021
-
-
Zorg authored
This removes the com.apple.security.get-task-allow entitlement on helper executable tools and XPC Services. While this is not a big deal, I don't think we should distribute executables with this entitlement which allows debugging them (with SIP / hardened runtime on). Note notarization ought to reject this entitlement with library validation enabled, so people must be getting around this anyway (either by using Xcode's Archive / Export which automatically strips this entitlement, or re-signing Sparkle tools without preserving entitlements).
-
- Sep 23, 2021
-
-
Daniel Jalkut authored
When applying the system font size to the baseline CSS for the web view, use px instead of pt to specify the font size. This is consistent with best practices for web content, and alleviates a problem wherein the text in the web view, if not based on a full-fledged release notes HTML document, appears too large. (#1962)
-
Daniel Jalkut authored
Don't manipulate the default WebView preferences, which at least on Monterey beta returns a preferences instance with nil identifier and with autosaves set to YES. This has the unfortunate effect of causing Sparkle, when it uses SULegacyWebView, to pollute the host app's user defaults with high level WebKit defaults for user style sheet, font sizes, etc. Specifying a unique identifier as well as turning autosaves off should both ensure Sparkle doesn't impose app-wide defaults on the host app, and also avoid littering the host app's preference file with identifier-prefixed defaults. (#1961)
-
- Sep 18, 2021
-
-
Sparkle-Bot authored
-
Zorg authored
-
- Sep 12, 2021
-
-
Zorg authored
Co-authored-by: Konstantin Zamyakin <dev@weblab.pro>
-
Zorg authored
Co-authored-by: Vojtěch Koňařík <vojtakonarik@pm.me>
-
- Sep 04, 2021
-
-
Sparkle-Bot authored
-
- Sep 03, 2021
-
-
Mayur Pawashe authored
-
Mayur Pawashe authored
-
J-rg authored
-
Mayur Pawashe authored
This bot has owner access to the repo and should be able to push changes to protected branches, as long as the workflows are being ran from trusted branches / remotes. Also extract changelog and use it for the draft.
-
- Aug 30, 2021
-
-
Mayur Pawashe authored
-
- Aug 21, 2021
-
-
Zorg authored
Also remove old DSA generation script in 1.x too.
-
- Jul 24, 2021
-
-
Mayur Pawashe authored
-
Mayur Pawashe authored
* Create xar files with valid directory/filename structure * Don't use file hash for determining if files are equal or not
-
- Jul 22, 2021
-
-
Sungbin Jo authored
Fixes #1900
-