mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-30 15:05:18 -04:00
89 lines
3.5 KiB
XML
89 lines
3.5 KiB
XML
<?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.6</title>
|
|
<link>https://github.com/ninxsoft/Mist</link>
|
|
<sparkle:version>0.6</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: "🆕 ";
|
|
}
|
|
.styled li:nth-child(n + 5)::before {
|
|
content: "✅ ";
|
|
}
|
|
.styled li ul li:nth-child(n)::before {
|
|
content: "";
|
|
}
|
|
</style>
|
|
<ul class="styled">
|
|
<li>
|
|
Added support for the following legacy operating systems:
|
|
<ul>
|
|
<li>macOS Sierra 10.12.6</li>
|
|
<li>OS X El Capitan 10.11.6</li>
|
|
<li>OS X Yosemite 10.10.5</li>
|
|
<li>OS X Mountain Lion 10.8.5</li>
|
|
<li>Mac OS X Lion 10.7.5</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Added a <strong>Show in Finder upon completion</strong> checkbox to the download screen
|
|
</li>
|
|
<li>
|
|
Added a <strong>Full Disk Access</strong> verfication step prior to downloading a macOS Firmware / Installer
|
|
</li>
|
|
<li>
|
|
Added a warning when attempting to build an <strong>ISO</strong> for <strong>macOS Catalina 10.15 or older</strong> on Apple Silicon Macs
|
|
</li>
|
|
<li>
|
|
The Mist.app <strong>Login Item</strong> title now displays the app name and not the developer's name
|
|
</li>
|
|
<li>
|
|
Temporary volumes are now hidden, and no longer show in Finder when mounted during image creation
|
|
</li>
|
|
<li>
|
|
Mist now has more comprehensive error messages of failed tasks
|
|
</li>
|
|
<li>
|
|
Fixed a bug where warning messages would not cascade correctly
|
|
</li>
|
|
<li>
|
|
Fixed a bug where file and directory ownership was being checked incorrectly
|
|
</li>
|
|
<li>
|
|
Fixed a bug where icons would flicker during animation in the <strong>Settings > Applications</strong> tab
|
|
</li>
|
|
<li>
|
|
Fixed a bug where the Mist window would not resize correctly
|
|
</li>
|
|
</ul>
|
|
]]>
|
|
</description>
|
|
<pubDate>Thu, 08 Jun 2023 12:00:00 +0000</pubDate>
|
|
<enclosure url="https://github.com/ninxsoft/Mist/releases/download/v0.6/Mist.0.6.pkg"
|
|
type="application/octet-stream"
|
|
sparkle:installationType="package"
|
|
sparkle:edSignature="7kvCzhCis95VQ8xd5n3vmutMlDVH+Tdx4rkgb3VQBi20xHPEdIqntqLpRNqUcLTJeWxn8R2blPlETiprrSm0AA=="
|
|
length="7505827"
|
|
/>
|
|
</item>
|
|
</channel>
|
|
</rss>
|