This commit is contained in:
Brent Simmons
2025-01-11 21:33:47 -08:00
2 changed files with 18 additions and 0 deletions

View File

@@ -6,6 +6,19 @@
<description>Most recent NetNewsWire changes with links to updates.</description>
<language>en</language>
<item>
<title>NetNewsWire 6.1.9b1</title>
<description><![CDATA[
<ul>
<li>Fix some glitches in the default article theme</li>
<li>Fix an issue with slow updates for some feeds (by not paying attention to http Cache-Control response headers [except for openrss.org])</li>
</ul>
]]></description>
<pubDate>Sat, 11 Dec 2024 15:30:00 -0800</pubDate>
<enclosure url="https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-6.1.9b1/NetNewsWire6.1.9b1.zip" sparkle:version="6134" sparkle:shortVersionString="6.1.9b1" length="10086881" type="application/zip" />
<sparkle:minimumSystemVersion>13.0.0</sparkle:minimumSystemVersion>
</item>
<item>
<title>NetNewsWire 6.1.8</title>
<description><![CDATA[

View File

@@ -1,5 +1,10 @@
# Mac Release Notes
## 6.1.9b1 build 6134 11 Jan 2024 - branch 6.1.9-mac tag: mac-6.1.9b1
Fix some glitches in the default article theme
Fix an issue with slow updates for some feeds (by not paying attention to http Cache-Control response headers [except for openrss.org])
## 6.1.8 build 6133 19 Dec 2024 - branch 6.1.8-mac tag: mac-6.1.8
Fix state restoration bug by building on Xcode 14