Release notes for 6.0.1 first TestFlight build.
This commit is contained in:
parent
8828c0eaaa
commit
7773e31e17
|
@ -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 $ wouldn’t 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 wouldn’t 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 wouldn’t 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue