From b5d8d12912f836b7628a1f60b0c8a3c8d433a9b2 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 28 Mar 2021 14:33:00 -0700 Subject: [PATCH 1/3] Bump version to 6.0.1b1. --- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 59d7e29e6..2315ee991 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -1,6 +1,6 @@ // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 6.0 -CURRENT_PROJECT_VERSION = 6026 +MARKETING_VERSION = 6.0.1b1 +CURRENT_PROJECT_VERSION = 6027 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; From f404759ba86ab7da6fc840e5a7944ea3fa6ee876 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 28 Mar 2021 14:43:03 -0700 Subject: [PATCH 2/3] Write 6.0.1b1 release notes. --- Technotes/ReleaseNotes-Mac.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 9f8acb01d..f1a719987 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,11 @@ # Mac Release Notes +### 6.0.1b1 2028 - 28 Mar 2021 + +Timeline: fix bug updating article display when an article with the same article ID appears more than once (which can happen when a person has multiple accounts) +iCloud: won’t add feeds that aren’t parseable, which fixes an error upon trying to rename one of these feeds +Feedbin: fixed a bug with read/unread status syncing + ### 6.0 build 6027 - 26 Mar 2021 No code changes since 6.0b5 From b9e2371ca7e588c234a02133bb49223b8939a618 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 28 Mar 2021 14:55:20 -0700 Subject: [PATCH 3/3] Fix build number. --- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 2315ee991..c96a276a9 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -1,6 +1,6 @@ // High Level Settings common to both the Mac application and any extensions we bundle with it MARKETING_VERSION = 6.0.1b1 -CURRENT_PROJECT_VERSION = 6027 +CURRENT_PROJECT_VERSION = 6028 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;