From a9ebf93ed9f26a9be0c35ae0e5b3dce8431b7e04 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 16 Mar 2021 20:22:09 -0700 Subject: [PATCH] Update release notes and version for 6.0b3. --- Technotes/ReleaseNotes-Mac.markdown | 8 ++++++++ xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 31cce0656..8037f8aa6 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,13 @@ # Mac Release Notes +### 6.0b3 build 6023 - 16 Mar 2021 + +Article view: fixed bug where URL status field might not disappear when switching articles +iCloud sync: dragging feeds from elsewhere in the sidebar to the iCloud account won’t trigger the feed-finding process since this is a better experience for migrating +Syncing: fixed a bug authenticating with some sync services when the user has some special characters in their password +Preferences: removed checkbox for showing unread count in the Dock — control this instead via System Preferences > Notifications > NetNewsWire > Badge app icon + + ### 6.0b2 build 6022 - 13 Mar 2021 Feeds list: when dragging feeds/folders from one account to another, the operation is now *always* copy, to avoid data loss due to misunderstanding that moving a feed between accounts does not move its read/starred statuses diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index df8540584..ac717e200 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.0b2 -CURRENT_PROJECT_VERSION = 6022 +MARKETING_VERSION = 6.0b3 +CURRENT_PROJECT_VERSION = 6023 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;