diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 8037f8aa6..e34d982c2 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,12 @@ # Mac Release Notes +### 6.0b4 build 6024 - 23 Mar 2021 + +Feedly: Deleting a feed successfully no longer shows an alert and leaves the feed in the sidebar +iCloud sync: fixed a bug where, in some circumstances, dragging a feed from elsewhere in the sidebar to the iCloud account could trigger the feed-finder +NetNewsWire will now refresh on launch if you have the Debug menu enabled +Article view: footnotes should now work with articles from a Feedly account + ### 6.0b3 build 6023 - 16 Mar 2021 Article view: fixed bug where URL status field might not disappear when switching articles diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index ac717e200..da86f5eba 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.0b3 -CURRENT_PROJECT_VERSION = 6023 +MARKETING_VERSION = 6.0b4 +CURRENT_PROJECT_VERSION = 6024 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;