Bump version to 604. Add release notes.

This commit is contained in:
Brent Simmons 2021-05-31 17:04:19 -07:00
parent 0d0f1e4908
commit fdcffc4b74
3 changed files with 13 additions and 4 deletions

View File

@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/Ranchero-Software/RSParser.git", "repositoryURL": "https://github.com/Ranchero-Software/RSParser.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "a4467cb6ab32d67fa8b09fcef8b234c7f96b7f9c", "revision": "7de3940c67a5fd128c8088eaa218617f2d3cc3ee",
"version": "2.0.0" "version": "2.0.2"
} }
}, },
{ {

View File

@ -1,10 +1,19 @@
# iOS Release Notes # 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 ### 6.0 TestFlight build 603 - 16 May 2021
Feedly: handle Feedly API change with return value on deleting a folder Feedly: handle Feedly API change with return value on deleting a folder
NewsBlur: sync no longer includes items marked as hidden on NewsBlur 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 cant be found FreshRSS: improved the error message for when the API URL cant be found
iCloud: retain existing feeds moved to a folder that doesnt exist yet (sync ordering issue) iCloud: retain existing feeds moved to a folder that doesnt exist yet (sync ordering issue)
Renamed a Delete Account button to Remove Account Renamed a Delete Account button to Remove Account

View File

@ -1,7 +1,7 @@
// High Level Settings common to both the iOS application and any extensions we bundle with it // High Level Settings common to both the iOS application and any extensions we bundle with it
MARKETING_VERSION = 6.0 MARKETING_VERSION = 6.0
CURRENT_PROJECT_VERSION = 603 CURRENT_PROJECT_VERSION = 604
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon