This commit is contained in:
Maurice Parker 2020-11-12 15:48:30 -06:00
commit cab5a8178d
4 changed files with 27 additions and 0 deletions

View File

@ -96,6 +96,7 @@ final class FeedWranglerAccountDelegate: AccountDelegate {
switch result {
case .success:
DispatchQueue.main.async {
account.metadata.lastArticleFetchEndTime = Date()
completion(.success(()))
}

View File

@ -6,6 +6,16 @@
<description>Most recent NetNewsWire changes with links to updates.</description>
<language>en</language>
<item>
<title>NetNewsWire 5.1.3</title>
<description><![CDATA[
<p>Fixed a crashing bug that could happen with empty titles in the timeline.</p>
<p>Fixed a crashing bug that could happen when adding a feed.</p>
]]></description>
<pubDate>Mon, 09 Nov 2020 18:30:00 -0700</pubDate>
<enclosure url="https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-5.1.3/NetNewsWire5.1.3.zip" sparkle:version="3018" sparkle:shortVersionString="5.1.3" length="6583350" type="application/zip" />
<sparkle:minimumSystemVersion>10.15.0</sparkle:minimumSystemVersion>
</item>
<item>
<title>NetNewsWire 5.1.3b1</title>

View File

@ -6,6 +6,17 @@
<description>Most recent NetNewsWire releases (not test builds). Well, were including test builds up until 5.0 ships, but after that it wont be test builds.</description>
<language>en</language>
<item>
<title>NetNewsWire 5.1.3</title>
<description><![CDATA[
<p>Fixed a crashing bug that could happen with empty titles in the timeline.</p>
<p>Fixed a crashing bug that could happen when adding a feed.</p>
]]></description>
<pubDate>Mon, 09 Nov 2020 18:30:00 -0700</pubDate>
<enclosure url="https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-5.1.3/NetNewsWire5.1.3.zip" sparkle:version="3018" sparkle:shortVersionString="5.1.3" length="6583350" type="application/zip" />
<sparkle:minimumSystemVersion>10.15.0</sparkle:minimumSystemVersion>
</item>
<item>
<title>NetNewsWire 5.1.2</title>
<description><![CDATA[

View File

@ -1,5 +1,10 @@
# Mac Release Notes
## 5.1.3 build 3018 - 9 Nov 2020
* Fixed a crashing bug that could happen with empty titles in the timeline
* Fixed a crashing bug that could happen when adding a feed
### 5.1.3b1 build 3017 - 6 Nov 2020
* Fixed a crashing bug that could happen with empty titles in the timeline