diff --git a/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift b/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift index 85e79cb7e..9dfac12c4 100644 --- a/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift +++ b/Mac/Preferences/Accounts/AccountsReaderAPIWindowController.swift @@ -43,6 +43,7 @@ class AccountsReaderAPIWindowController: NSWindowController { titleLabel.stringValue = NSLocalizedString("Sign in to your FreshRSS account.", comment: "FreshRSS") noAccountTextField.stringValue = NSLocalizedString("Don't have a FreshRSS instance?", comment: "No FreshRSS") createAccountButton.title = NSLocalizedString("Find out more", comment: "No FreshRSS Button") + apiURLTextField.placeholderString = NSLocalizedString("fresh.rss.net/api/greader.php", comment: "FreshRSS API Helper") case .inoreader: titleImageView.image = AppAssets.accountInoreader titleLabel.stringValue = NSLocalizedString("Sign in to your InoReader account.", comment: "InoReader") diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index c3abcbf58..c0da0e968 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,24 @@ # Mac Release Notes +### 6.0.3b1 build 6033 - 20 May 2021 + +Feedly: handle API change with deleting and don’t show a spurious error +NewsBlur: don’t fetch articles marked hidden by NewsBlur +FreshRSS: add API endpoint URL example in setup form +iCloud: fixed bug not retaining feeds in a folder where the folder hasn’t been synced yet +Feeds list: smart feeds remain visible despite Hide Read Feeds setting +Keyboard shortcuts: fixed regression where L key wouldn’t go to next unread when feed is all read +Twitter extension: fixed weird bug where an extra https:/ could appear in tweet text + +### 6.0.2 build 6032 - 20 April 2021 + +Same as 6.0.2b1 + +### 6.0.2b1 build 6031 - 15 April 2021 + +Inoreader sync: fixed (hopefully) cause of rate limit errors — now doing background sync of statuses much less often - note that this fix needs to be rolled out across all NetNewsWire users in order for it to have full effect +Fixed regression with the L key — now works properly again + ### 6.0.1 build 6030 - 1 Apr 2021 Adjusted layout of the add account sheet so that it fits on smaller monitors diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index eb5f690ce..a81ce06f1 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.0.1 -CURRENT_PROJECT_VERSION = 6030 +MARKETING_VERSION = 6.0.3b1 +CURRENT_PROJECT_VERSION = 6033 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;