diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 0d0a8dc46..c3aee6cb9 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -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 diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 9259230f1..aa6e7d1d0 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -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;