|
| 1 | +# 2.7.0 |
| 2 | + |
| 3 | +* Unarchiver / validation improvements (Zorg) |
| 4 | + * Remove old checksum verification checks for dmg archives to improve extraction speed (#2568) (Zorg) |
| 5 | + * Skip extracting auxiliary files and improve extraction progress for disk images (#2569) (Zorg) |
| 6 | + * Improve robustness around extracting dmg's with passwords (#2627, #2571) (Zorg) |
| 7 | + * Randomize the download archive name the installer extracts/executes (#2584) (Zorg) |
| 8 | + * Retry extracting zip file without piping if extraction fails to workaround bug prior to macOS 15 (#2616) (Zorg) |
| 9 | + * Add opt-in SUVerifyUpdateBeforeExtraction option to force verification of updates before extraction (#2667) (Zorg) |
| 10 | + * Add support for extracting Apple Archives (.aar files; requires SUVerifyUpdateBeforeExtraction) (#2586, #2588, #2590) (Zorg) |
| 11 | + * Don't allow removal of signing keys more strictly (#2647) (Zorg) |
| 12 | +* Add new BinaryDelta format (version 4) (Zorg) |
| 13 | + * Preserve bundle creation date when creating and applying delta updates (#2583) (Zorg) |
| 14 | + * Use faster crc32 hashes for binary delta version 4 (#2638) (Zorg) |
| 15 | + * Make binary delta version 4 the default (#2668) (Zorg) |
| 16 | +* Language / layout improvements |
| 17 | + * Fix typo in Dutch localisation (#2642) (Eitot) |
| 18 | + * Add baseline alignment to status text in SUStatus dialog (#2587) (Eitot) |
| 19 | + * Make horizontal hugging priority required for status text field (#2614) (Zorg) |
| 20 | + * Adjust the layout of anonymous system profile info to align better with the rest of the panel's UI (#2564) (Daniel Jalkut) |
| 21 | + * Fix typo in Dutch localisation (#2642) (Eitot) |
| 22 | + * Internationalize system profile display keys (#2577) (Zorg) |
| 23 | + * Update hebrew locale and add right-to-left characters (#2573, #2576, #2578, #2579) (Shlomo) |
| 24 | + * Update localisations for Dutch and German (#2582) (Eitot) |
| 25 | + * Add unlocalized strings in Japanese (#2589) (1024jp) |
| 26 | + * Fix typo in LICENSE (#2648) (fujisoft) |
| 27 | +* Deprecate custom version comparators (#2639) (Zorg) |
| 28 | +* Skip preflight update check in sparkle-cli if user is root (#2645) (Zorg) |
| 29 | +* Avoid assert/crash when app is moved before update alert shows (#2658) (Zorg) |
| 30 | +* Use default NSURLRequest timeoutInterval for the downloader (currently 60s) (#2673) (Zorg) |
| 31 | +* Fix process substitution failing to work for providing the private key as file argument (#2615) (Zorg) |
| 32 | +* Improve unable decode private key error messages in generate_appcast (#2675) (Zorg) |
| 33 | +* Clarify that default channel must be in allowed channels set in API documentation (#2676) (Zorg) |
| 34 | +* Call update permission prompt delegate method only when needed (#2622) (Zorg) |
| 35 | +* Resolve duplicate class definitions from BinaryDelta, Sparkle Test App, and unit tests (#2570, #2629) (Zorg) |
| 36 | + |
1 | 37 | # 2.6.4
|
2 | 38 |
|
3 | 39 | * Fix app modification prompt from appearing when downloaded update overrides NSUpdateSecurityPolicy (#2593)
|
|
0 commit comments