-
Notifications
You must be signed in to change notification settings - Fork 0
/
appcast_dev.xml
64 lines (64 loc) · 2.34 KB
/
appcast_dev.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>ContactsPal</title>
<item>
<title>Version 0.9.8.4</title>
<pubDate>Sun, 03 Dec 2024 12:00:00 +0000</pubDate>
<sparkle:version>280</sparkle:version>
<sparkle:shortVersionString>0.9.8.4</sparkle:shortVersionString>
<description><![CDATA[
<h2>New Features:</h2>
<ul>
<li>Fix animation to be better</li>
<li>Added support for update reminders</li>
</ul>
<h2>Bug Fixes:</h2>
<ul>
<li>Fixed regression where verification was removed</li>
<li>Fixed regressions where schema function introduced a tab</li>
<li>Fixed issue where duplicate profiles could be sent for addresses</li>
<li>Fixed issue where context was obtained by name instead of ID</li>
</ul>
]]></description>
<enclosure
url="https://yourserver.com/downloads/YourApp-09.8.4.dmg"
sparkle:version="280"
sparkle:shortVersionString="0.9.8.4"
length="1234567"
type="application/x-installer"
sparkle:installationType="package"
/>
</item>
<item>
<title>Version 0.9.5</title>
<pubDate>Sat, 26 Jul 2024 15:20:11 +0000</pubDate>
<sparkle:version>135</sparkle:version>
<sparkle:shortVersionString>0.9.5</sparkle:shortVersionString>
<description><![CDATA[
<h2>New Features:</h2>
<ul>
<li>Onboarding Flow</li>
<li>The app helps you login, set up agent profile & syncs your data</li>
<li>Added Support</li>
<li>The app now supports Phone Numbers & Email Addresses</li>
<li>Added Support for modifying groups</li>
<li>You can now add contacts to groups</li>
</ul>
<h2>Bug Fixes:</h2>
<ul>
<li>Much better responses to questions</li>
<li>Fixed issue 2</li>
</ul>
]]></description>
<enclosure
url="https://yourserver.com/downloads/YourApp-09.5.pkg"
sparkle:version="135"
sparkle:shortVersionString="0.9.5"
length="1234567"
type="application/x-installer"
sparkle:installationType="package"
/>
</item>
</channel>
</rss>