Update version and release notes for 6.0.1b2.

This commit is contained in:
Brent Simmons 2021-03-29 20:30:34 -07:00
parent afbe25a26c
commit ffed4fbbd5
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,12 @@
# Mac Release Notes # Mac Release Notes
### 6.0.1b1 2028 - 28 Mar 2021 ### 6.0.1b2 build 6029 - 29 Mar 2021
Twitter: fixed a date parsing bug that could affect people in some locales, which would prevent Twitter feeds from working for them
Feeds list: fixed bug where newly added feed would be called Untitled past the time when the app actually knows its name
Fixed bug where next-unread command wouldnt wrap around when you got to the bottom of the Feeds list
### 6.0.1b1 build 6028 - 28 Mar 2021
Timeline: fix bug updating article display when an article with the same article ID appears more than once (which can happen when a person has multiple accounts) Timeline: fix bug updating article display when an article with the same article ID appears more than once (which can happen when a person has multiple accounts)
iCloud: wont add feeds that arent parseable, which fixes an error upon trying to rename one of these feeds iCloud: wont add feeds that arent parseable, which fixes an error upon trying to rename one of these feeds

View File

@ -1,6 +1,6 @@
// High Level Settings common to both the Mac application and any extensions we bundle with it // High Level Settings common to both the Mac application and any extensions we bundle with it
MARKETING_VERSION = 6.0.1b1 MARKETING_VERSION = 6.0.1b2
CURRENT_PROJECT_VERSION = 6028 CURRENT_PROJECT_VERSION = 6029
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;