Skip to content

Commit

Permalink
Update appcast
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed Jul 30, 2012
1 parent d0fb75f commit 3a5171e
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
39 changes: 39 additions & 0 deletions web/limechat_appcast.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,6 +6,45 @@
<description>LimeChat Releases</description> <description>LimeChat Releases</description>
<language>en</language> <language>en</language>


<item>
<title>LimeChat 2.31</title>
<description><![CDATA[
<html>
<body>
<style>
body {
font-size: medium;
}
h1 {
font-size: large;
}
li {
margin: 0.2em 0;
}
</style>
<h1>LimeChat 2.31</h1>
<ul>
<li>User Notification Center support on Mountain Lion.</li>
<li>Retina Display support.</li>
<li>Highlight connection item in server tree when automatic join on invite settings is off.</li>
<li>Join invited channel when clicked on invitation notification.</li>
<li>Use Twitter API to get Twitter profile image URLs.</li>
<li>Fix a missing people bug in user list.</li>
<li>Fix a bug where settings in numeric text fields could not be saved correctly on Mountain Lion.</li>
<li>Fix a crashing bug when removing DCC connection.</li>
<li>Fix typo in preferences dialog.</li>
<li>Fix memory leaks.</li>
</ul>
</body>
</html>
]]></description>
<pubDate>Sun, 29 Jul 2012 22:20:24 -0700</pubDate>
<sparkle:minimumSystemVersion>10.7.0</sparkle:minimumSystemVersion>
<enclosure url="http://cloud.github.com/downloads/psychs/limechat/LimeChat_2.31.tbz"
sparkle:version="2.31" length="2424475" type="application/octet-stream"
sparkle:dsaSignature="MCwCFEdZoWKjpEJL3uIAZQK+lu1Xhdt+AhRp/jrs8ypy2PY+qWPgjZlPoFEyig=="/>
</item>

<item> <item>
<title>LimeChat 2.30</title> <title>LimeChat 2.30</title>
<description><![CDATA[ <description><![CDATA[
Expand Down
32 changes: 31 additions & 1 deletion web/templates/appcast.rxml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,12 +32,42 @@
</html> </html>
]]></description> ]]></description>
<pubDate><%= ftime %></pubDate> <pubDate><%= ftime %></pubDate>
<sparkle:minimumSystemVersion>10.6.0</sparkle:minimumSystemVersion> <sparkle:minimumSystemVersion>10.7.0</sparkle:minimumSystemVersion>
<enclosure url="http://cloud.github.com/downloads/psychs/limechat/<%= package_fname %>" <enclosure url="http://cloud.github.com/downloads/psychs/limechat/<%= package_fname %>"
sparkle:version="<%= version %>" length="<%= fsize %>" type="application/octet-stream" sparkle:version="<%= version %>" length="<%= fsize %>" type="application/octet-stream"
sparkle:dsaSignature="<%= dsa_signature %>"/> sparkle:dsaSignature="<%= dsa_signature %>"/>
</item> </item>


<item>
<title>LimeChat 2.30</title>
<description><![CDATA[
<html>
<body>
<style>
body {
font-size: medium;
}
h1 {
font-size: large;
}
li {
margin: 0.2em 0;
}
</style>
<h1>LimeChat 2.30</h1>
<ul>
<li>Added an option to bounce dock icon on every unread private message.</li>
</ul>
</body>
</html>
]]></description>
<pubDate>Fri, 20 Jan 2012 11:04:45 -0800</pubDate>
<sparkle:minimumSystemVersion>10.6.0</sparkle:minimumSystemVersion>
<enclosure url="http://cloud.github.com/downloads/psychs/limechat/LimeChat_2.30.tbz"
sparkle:version="2.30" length="1639342" type="application/octet-stream"
sparkle:dsaSignature="MC4CFQDDixGOhXf7YXSAxoSQ3RVqydtWzwIVAJ/tdrtFhjFQpS7HaVLwxd5rGsCp"/>
</item>

<item> <item>
<title>LimeChat 2.26</title> <title>LimeChat 2.26</title>
<description><![CDATA[ <description><![CDATA[
Expand Down

0 comments on commit 3a5171e

Please sign in to comment.