forked from okwasniewski/MiniSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappcast.xml
31 lines (31 loc) · 1.25 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
<?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>MiniSim</title>
<link>https://raw.githubusercontent.com/okwasniewski/MiniSim/main/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.8.0</title>
<description>
<![CDATA[ <ul>
<li><b>New: Allow for iOS / Android only usage</b></li>
<li>Refactor: device service methods</li>
<li>Feat: use MacOS Sonoma separators</li>
<li>Refactor: use Table component in Devices tab</li>
<li>Refactor: new menu building flow</li>
</ul> ]]>
</description>
<pubDate>2023-11-13</pubDate>
<releaseNotesLink>https://github.com/okwasniewski/MiniSim/releases/tag/v0.8.0</releaseNotesLink>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/okwasniewski/MiniSim/releases/download/v0.8.0/MiniSim.app.zip"
sparkle:version="13"
sparkle:shortVersionString="0.8.0"
length="0"
type="application/octet-stream"
/>
</item>
</channel>
</rss>