From 1613a374d2d011a72c92ebe14ff256e96aba9ac0 Mon Sep 17 00:00:00 2001
From: Brent Simmons
Date: Mon, 30 Sep 2019 13:33:52 -0700
Subject: [PATCH 1/2] Update version number.
---
xcconfig/NetNewsWire_target.xcconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xcconfig/NetNewsWire_target.xcconfig b/xcconfig/NetNewsWire_target.xcconfig
index 13b3e20ce..467010cfa 100644
--- a/xcconfig/NetNewsWire_target.xcconfig
+++ b/xcconfig/NetNewsWire_target.xcconfig
@@ -29,8 +29,8 @@ PROVISIONING_PROFILE_SPECIFIER =
#include? "../../SharedXcodeSettings/DeveloperSettings.xcconfig"
// High Level Settings common to both the Mac application and any extensions we bundle with it
-MARKETING_VERSION = 5.0.2
-CURRENT_PROJECT_VERSION = 2615
+MARKETING_VERSION = 5.0.3b1
+CURRENT_PROJECT_VERSION = 2616
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
COMBINE_HIDPI_IMAGES = YES
From 6ad1a21a74e693c0c665bf546ea6e09a155217a9 Mon Sep 17 00:00:00 2001
From: Brent Simmons
Date: Mon, 30 Sep 2019 14:32:18 -0700
Subject: [PATCH 2/2] Update appcast.
---
Appcasts/netnewswire-beta.xml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/Appcasts/netnewswire-beta.xml b/Appcasts/netnewswire-beta.xml
index 105aefd2a..e270c3370 100755
--- a/Appcasts/netnewswire-beta.xml
+++ b/Appcasts/netnewswire-beta.xml
@@ -6,6 +6,32 @@
Most recent NetNewsWire changes with links to updates.
en
+ -
+ NetNewsWire 5.0.3b1
+ Performance enhancement: fetching articles from the database is faster, and sometimes much faster.
+
+Performance enhancement: syncing could block the main thread more than it should. We moved JSON decoding to a background thread, which fixes this. This is particularly noticeable during an initial sync.
+
+Keyboard shortcuts: the 's' key toggles starred status. The 'r' and 'u' keys now both toggle read status (instead of setting read and unread status, respectively).
+
+Articles view: articles where the feed icon is quite large would be slow to render — now they render as fast as other articles.
+
+Articles view: a bug where keyboard shortcuts wouldn’t work after giving the articles view focus has been fixed.
+
+Articles view: YouTube videos could end up small. Fixed.
+
+Articles view: fixed a bug scaling images to fit in the view.
+
+Feedbin syncing: fixed a bug where renaming a tag on the Feedbin site would result in feeds in NNW ending up at the top level.
+
+Help menu: fixed the expired Slack link.
+ ]]>
+ Mon, 30 Sep 2019 13:56:00 -0700
+
+ 10.14.4
+
+
-
NetNewsWire 5.0.2