mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user