Release notes for 6.0.1 first TestFlight build.

This commit is contained in:
Brent Simmons 2021-08-21 18:08:29 -07:00
parent 8828c0eaaa
commit 7773e31e17
2 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,21 @@
# iOS Release Notes
### 6.0.1 TestFlight build 607 - 21 Aug 2021
Fixed bug where BazQux-synced feeds might stop updating
Fixed bug where words prepended with $ wouldnt appear in Twitter feeds
Fixed bug where newlines would be just a space in Twitter feeds
Fixed a crashing bug in Twitter rendering
Fixed bug where hitting b key to open in browser wouldnt always work
Fixed a crashing bug due to running code off the main thread that needed to be on the main thread
Fixed bug where article unread indicator could have wrong alpha in specific circumstances
Fixed bug using right arrow key to move focus to Article view
Fixed bug where long press could trigger a crash
Fixed bug where external URLs in Feedbin feeds might be lost
Fixed bug where favicons wouldnt be found when a home page URL has non-ASCII characters
Fixed bug where iCloud syncing could stop prematurely when the sync database has records not in the local database
### 6.0 TestFlight build 604 - 31 May 2021
This is a final candidate

View File

@ -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 = 606
MARKETING_VERSION = 6.0.1
CURRENT_PROJECT_VERSION = 607
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon