Update change notes. Bump version to 6.0b1.

This commit is contained in:
Brent Simmons 2021-03-07 12:06:13 -08:00
parent 935180bf2d
commit 2b816fee4b
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Mac Release Notes # Mac Release Notes
### 6.0b1 build 6012 - 7 Mar 2021
Article view: fixed several layout edge cases, including with fullscreen
Timeline: fixed a bug scrolling up via arrow key where a row might not be fully visible when it should be
### 6.0a6 build 6011 - 6 Mar 2021 ### 6.0a6 build 6011 - 6 Mar 2021
Article view: make code and preformatted fonts and sizes follow Apples precedents more closely Article view: make code and preformatted fonts and sizes follow Apples precedents more closely

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.0a6 MARKETING_VERSION = 6.0b1
CURRENT_PROJECT_VERSION = 6011 CURRENT_PROJECT_VERSION = 6012
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;