diff --git a/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index d98ef98fd..67e8ddc2f 100644 --- a/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -78,8 +78,8 @@ "repositoryURL": "https://github.com/Ranchero-Software/RSParser.git", "state": { "branch": null, - "revision": "a4467cb6ab32d67fa8b09fcef8b234c7f96b7f9c", - "version": "2.0.0" + "revision": "7de3940c67a5fd128c8088eaa218617f2d3cc3ee", + "version": "2.0.2" } }, { diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 0054166eb..8102b5fd3 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,10 +1,19 @@ # iOS Release Notes +### 6.0 TestFlight build 604 - 31 May 2021 + +This is a final candidate +Updated about NetNewsWire section +Fixed bug where Tweetbot share sheet could be empty +Feedly: fixed bug where your custom name could get lost after moving a feed to a different folder +Twitter: fixed bug handling tweets containing characters made up of multiple scalars +iCloud: added explanation about when sync may be slow + ### 6.0 TestFlight build 603 - 16 May 2021 Feedly: handle Feedly API change with return value on deleting a folder NewsBlur: sync no longer includes items marked as hidden on NewsBlur -FreshRSS: form for adding account now suggests endpoing URL +FreshRSS: form for adding account now suggests endpoint URL FreshRSS: improved the error message for when the API URL can’t be found iCloud: retain existing feeds moved to a folder that doesn’t exist yet (sync ordering issue) Renamed a Delete Account button to Remove Account diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index e643a8230..bd062ed50 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it MARKETING_VERSION = 6.0 -CURRENT_PROJECT_VERSION = 603 +CURRENT_PROJECT_VERSION = 604 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon