Update change notes. Bump version to 6.0b1.
This commit is contained in:
parent
935180bf2d
commit
2b816fee4b
|
@ -1,5 +1,10 @@
|
|||
# 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
|
||||
|
||||
Article view: make code and preformatted fonts and sizes follow Apple’s precedents more closely
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
||||
MARKETING_VERSION = 6.0a6
|
||||
CURRENT_PROJECT_VERSION = 6011
|
||||
MARKETING_VERSION = 6.0b1
|
||||
CURRENT_PROJECT_VERSION = 6012
|
||||
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
|
|
Loading…
Reference in New Issue