Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate

This commit is contained in:
Maurice Parker
2021-03-05 12:45:21 -06:00
3 changed files with 11 additions and 3 deletions

View File

@@ -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"

View File

@@ -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)

View File

@@ -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;