-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for appcast in development!
- Loading branch information
Showing
2 changed files
with
64 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |