chore(appcast): publish worker-v0.2.221#477
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs an automated update to the application's appcast file, incorporating the latest release information for version 0.2.221. This ensures that users receive the correct update notifications and download links for the new worker version. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the appcast.xml file to add release entries for version 0.2.221 on Windows and macOS. Feedback was provided regarding the DSA signature for WinSparkle 0.8.x, which needs to be generated using double-hashing to avoid verification failures during the update process.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| <sparkle:shortVersionString>0.2.221</sparkle:shortVersionString> | ||
| <sparkle:minimumSystemVersion>10.0</sparkle:minimumSystemVersion> | ||
| <enclosure url="https://github.com/TytaniumDev/MagicBracketSimulator/releases/download/worker-v0.2.221/MagicBracketWorker-Installer.exe" | ||
| sparkle:dsaSignature="MEQCIHlKfAi4E+sujwNWd1DvuN9iQsi7c6C2/GJ8WqpNSXGVAiBfAZK63HJ7fNI1ISTXSCYduFANP1axjpqEpiVeKpi5fw==" |
There was a problem hiding this comment.
The DSA signature for WinSparkle 0.8.x must be generated using double-hashing (SHA1 of the SHA1 of the file) to match the library's internal verification logic. Single-hashed signatures will cause verification failures during the update process.
References
- When generating DSA signatures for WinSparkle 0.8.x, use double-hashing (SHA1 of the SHA1 of the file) as required by the library's internal verification logic.
Auto-generated appcast update for worker-v0.2.221. Will auto-merge once required checks pass.