From bb5a0abb9a2d7721fe8ed0da7f46f202dc1c02fa Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 2 Mar 2021 22:08:11 -0800 Subject: [PATCH 1/3] Update crash log URL to the new crash log catcher on our new services.netnewswire.com server. --- Mac/CrashReporter/CrashReporter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/CrashReporter/CrashReporter.swift b/Mac/CrashReporter/CrashReporter.swift index 9c15e602e..b37810a9d 100644 --- a/Mac/CrashReporter/CrashReporter.swift +++ b/Mac/CrashReporter/CrashReporter.swift @@ -42,7 +42,7 @@ struct CrashReporter { } static func sendCrashLogText(_ crashLogText: String) { - var request = URLRequest(url: URL(string: "https://netnewswire.com/crashreportcatcher.php")!) + var request = URLRequest(url: URL(string: "https://services.netnewswire.com/reportCrash.php")!) request.httpMethod = HTTPMethod.post let boundary = "0xKhTmLbOuNdArY" From b6f62c5f98b66317723c480de3a20f8b93a5a9ee Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 3 Mar 2021 17:30:59 -0800 Subject: [PATCH 2/3] Bump version to 6.0a5. --- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index cc646fd6f..1217f2818 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.0a4 -CURRENT_PROJECT_VERSION = 6009 +MARKETING_VERSION = 6.0a5 +CURRENT_PROJECT_VERSION = 6010 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; From 09cdfc6522a20e939d8e5cae45160d8e018f20b4 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 3 Mar 2021 17:35:57 -0800 Subject: [PATCH 3/3] Write release notes for 6.0a5. --- Technotes/ReleaseNotes-Mac.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 124dc0b47..81508eb3d 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,13 @@ # Mac Release Notes +### 6.0a5 build 6010 - 3 Mar 2021 + +Performance boost: use compression with content synced in CloudKit +Fixed bug where detail view title bar could be overlapped by toolbar when in full screen +Fixed bug where add-feed window could block when syncing CloudKit statuses +Added hidden pref to mark all as read in a feed when double-clicking on it in the sidebar and opening its home page (defaults write com.ranchero.NetNewsWire-Evergreen GruberFeedDoubleClickMarkAsRead -bool true) +Switched the crash log catcher URL to our brand-new crash log catcher server + ### 6.0a4 build 6009 - 22 Feb 2021 Fix a bug with keyboard shortcuts on Big Sur (for real this time)