mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-09 14:01:55 -04:00
Bump Sparkle Appcast (#132)
* Update appcast.xml * Update appcast.xml * Update CHANGELOG.md
This commit is contained in:
parent
904bc936ce
commit
a43969719a
2 changed files with 31 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
## [0.20](https://github.com/ninxsoft/Mist/releases/tag/v0.20) - 2024-07-14
|
||||
|
||||
- Added preliminary support for **macOS Sequoia 15**
|
||||
- Fixed a bug that prevented Apple Developer Signing identities being retrieved from the keychain correctly
|
||||
- Fixed a bug that prevented retrieving Apple Developer Signing identities from the keychain correctly
|
||||
- Fixed a bug that prevented CSV output being exported correctly - thanks [NorseGaud](https://github.com/NorseGaud)!
|
||||
- Bumped [Sparkle](https://github.com/sparkle-project/Sparkle) version to **2.6.4**
|
||||
- Bumped [Yams](https://github.com/jpsim/Yams) version to **5.1.3**
|
||||
|
|
36
appcast.xml
36
appcast.xml
|
@ -6,9 +6,9 @@
|
|||
<language>en</language>
|
||||
<link>https://github.com/ninxsoft/Mist</link>
|
||||
<item>
|
||||
<title>Version 0.10.0</title>
|
||||
<title>Version 0.20.0</title>
|
||||
<link>https://github.com/ninxsoft/Mist</link>
|
||||
<sparkle:version>0.10.0</sparkle:version>
|
||||
<sparkle:version>0.20.0</sparkle:version>
|
||||
<sparkle:fullReleaseNotesLink>https://github.com/ninxsoft/Mist/blob/main/CHANGELOG.md</sparkle:fullReleaseNotesLink>
|
||||
<description>
|
||||
<![CDATA[
|
||||
|
@ -23,6 +23,12 @@
|
|||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.styled-0-20 li::before {
|
||||
content: "🆕 ";
|
||||
}
|
||||
.styled-0-20 li:nth-child(n + 2):before {
|
||||
content: "✅ ";
|
||||
}
|
||||
.styled-0-10 li::before {
|
||||
content: "🆕 ";
|
||||
}
|
||||
|
@ -105,6 +111,24 @@
|
|||
content: "🆕 ";
|
||||
}
|
||||
</style>
|
||||
<h3>Version 0.20</h3>
|
||||
<ul class="styled styled-0-20">
|
||||
<li>Added preliminary support for macOS Sequoia 15</li>
|
||||
<li>
|
||||
Fixed a bug that prevented retrieving Apple Developer Signing identities
|
||||
from the keychain correctly
|
||||
</li>
|
||||
<li>Fixed a bug that prevented CSV output being exported correctly</li>
|
||||
<li>
|
||||
Bumped
|
||||
<a href="https://github.com/sparkle-project/Sparkle">Sparkle</a> version to
|
||||
<strong>2.6.4</strong>
|
||||
</li>
|
||||
<li>
|
||||
Bumped <a href="https://github.com/jpsim/Yams">Yams</a> version to
|
||||
<strong>5.1.3</strong>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Version 0.10</h3>
|
||||
<ul class="styled styled-0-10">
|
||||
<li>
|
||||
|
@ -420,12 +444,12 @@
|
|||
</ul>
|
||||
]]>
|
||||
</description>
|
||||
<pubDate>Mon, 26 Feb 2024 12:00:00 +0000</pubDate>
|
||||
<enclosure url="https://github.com/ninxsoft/Mist/releases/download/v0.10/Mist.0.10.pkg"
|
||||
<pubDate>Mon, 15 Jul 2024 12:00:00 +0000</pubDate>
|
||||
<enclosure url="https://github.com/ninxsoft/Mist/releases/download/v0.20/Mist.0.20.pkg"
|
||||
type="application/octet-stream"
|
||||
sparkle:installationType="package"
|
||||
sparkle:edSignature="u5Na2N2i4klZDOLZZmA0z7nY3K7OzKOjEkYqEW4kdzfK/gGxmm4dSyjaiwo8o3ZMVwlZ0tOsQj+mGHBBUWKRBA=="
|
||||
length="9163257"
|
||||
sparkle:edSignature="TYTG5L8a8hTlB5jPyAr6b23gPj86z/yMVRZiOjYKLwf6AvdpRHdM8HQ9SOmyx7TOrEgH/WdJ+nvAC6LMP66hDg=="
|
||||
length="9184767"
|
||||
/>
|
||||
</item>
|
||||
</channel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue