forked from ninxsoft/Mist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappcast.xml
48 lines (48 loc) · 2.1 KB
/
appcast.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Mist Changelog</title>
<description>A Mac utility that automatically downloads macOS Firmwares / Installers.</description>
<language>en</language>
<link>https://github.com/ninxsoft/Mist</link>
<item>
<title>Version 0.9.1</title>
<link>https://github.com/ninxsoft/Mist</link>
<sparkle:version>0.9.1</sparkle:version>
<sparkle:fullReleaseNotesLink>https://github.com/ninxsoft/Mist/blob/main/CHANGELOG.md</sparkle:fullReleaseNotesLink>
<description>
<![CDATA[
<style>
.styled {
list-style: none;
padding: 0;
}
.styled li {
padding-left: 1rem;
text-indent: -0.75rem;
margin-top: 15px;
margin-bottom: 15px;
}
.styled li::before {
content: "✅ ";
}
</style>
<ul class="styled">
<li>Fixed insecure HTTP URLs for certain Firmware files</li>
<li>Fixed a bug where downloads were not being cancelled when the Escape key was being pressed</li>
<li>Rolled back the Bootable Disk Image (ISO) shrinking logic that was preventing the ISOs from booting correctly</li>
<li>Improved the error message output when installing the Privileged Helper Tool failed</li>
<li>Bumped <a href="https://github.com/jpsim/Yams">Yams</a> version to <b>5.0.6</b></li>
</ul>
]]>
</description>
<pubDate>Fri, 25 Aug 2023 12:00:00 +0000</pubDate>
<enclosure url="https://github.com/ninxsoft/Mist/releases/download/v0.9.1/Mist.0.9.1.pkg"
type="application/octet-stream"
sparkle:installationType="package"
sparkle:edSignature="mGkTl5Lf9hTCnBMUY+ZrhgxqBpY8qpycArou61MDewnwwHrfbfkf4GOzhq3vZC6m36cwwrKSAZYXZHsHb8DhDg=="
length="7416684"
/>
</item>
</channel>
</rss>