From ffed4fbbd51894ebab1307ce767054934316f480 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 29 Mar 2021 20:30:34 -0700 Subject: [PATCH] Update version and release notes for 6.0.1b2. --- Technotes/ReleaseNotes-Mac.markdown | 8 +++++++- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index f1a719987..8a876df97 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,6 +1,12 @@ # Mac Release Notes -### 6.0.1b1 2028 - 28 Mar 2021 +### 6.0.1b2 build 6029 - 29 Mar 2021 + +Twitter: fixed a date parsing bug that could affect people in some locales, which would prevent Twitter feeds from working for them +Feeds list: fixed bug where newly added feed would be called Untitled past the time when the app actually knows its name +Fixed bug where next-unread command wouldn’t wrap around when you got to the bottom of the Feeds list + +### 6.0.1b1 build 6028 - 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 diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index c96a276a9..115f5db14 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 = 6028 +MARKETING_VERSION = 6.0.1b2 +CURRENT_PROJECT_VERSION = 6029 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;