Make 1.0d22 and update the appcast.

This commit is contained in:
Brent Simmons 2017-12-04 13:15:16 -08:00
parent a488683550
commit d1a82572e2
2 changed files with 26 additions and 3 deletions

View File

@ -5,7 +5,30 @@
<link>https://ranchero.com/downloads/evergreen-beta.xml</link>
<description>Most recent Evergreen changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 1.0d22</title>
<description><![CDATA[
<p>Refresh all after importing OPML.</p>
<p>Fetch unread counts from database at startup.</p>
<p>Make resizing the timeline view marginally faster.</p>
<p>Make the favicon downloading system use a little less memory.</p>
<p>Read a newly-added feed immediately, instead of waiting for the next refresh-all.</p>
<p>Use 38-pt-wide toolbar icons, a la Mail.</p>
<p>Parse RSS 1.0 (RDF) feeds. Pinboard uses these (I couldnt find them anywhere else).</p>
<p>Make the window title-less. You can bring back the title using a <a href="https://github.com/brentsimmons/Evergreen/blob/master/Technotes/HiddenPrefs.md">hidden pref</a>.</p>
<p>Save feed authors.</p>
<p>Save article authors.</p>
<p>Use updated @2x next-unread icon from Brad.</p>
<p>Fix bug detecting feed type for Dr. Drangs JSON Feed.</p>
<p>Fix bug detecting Macworlds RSS feed as an RSS feed. The feed doesnt start with the standard XML header.</p>
<p>Set user-agent on the detail views webview.</p>
]]></description>
<pubDate>Mon, 4 Dec 2017 13:00:00 -0800</pubDate>
<enclosure url="https://ranchero.com/downloads/Evergreen1.0d22.zip" sparkle:version="514" sparkle:shortVersionString="1.0d22" length="7153185" type="application/zip" />
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
</item>
<item>
<title>Version 1.0d20</title>
<description><![CDATA[

View File

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0d21</string>
<string>1.0d22</string>
<key>CFBundleVersion</key>
<string>513</string>
<string>514</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>