Merge branch 'mac-release'

This commit is contained in:
Maurice Parker 2021-05-25 20:14:18 -05:00
commit 57815f0496
3 changed files with 22 additions and 2 deletions

View File

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

View File

@ -1,5 +1,24 @@
# Mac Release Notes
### 6.0.3b1 build 6033 - 20 May 2021
Feedly: handle API change with deleting and dont show a spurious error
NewsBlur: dont 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 hasnt been synced yet
Feeds list: smart feeds remain visible despite Hide Read Feeds setting
Keyboard shortcuts: fixed regression where L key wouldnt 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

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