From 2b816fee4b0e0b29980f32c29759137b1c5e9fe6 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 7 Mar 2021 12:06:13 -0800 Subject: [PATCH] Update change notes. Bump version to 6.0b1. --- Technotes/ReleaseNotes-Mac.markdown | 5 +++++ xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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;