Update Twitter notice to not specify any dates. Bump version and build.

This commit is contained in:
Brent Simmons 2023-03-13 21:44:32 -07:00
parent c848f5ef3c
commit 0ba9a06b92
3 changed files with 11 additions and 3 deletions

View File

@ -974,7 +974,7 @@ internal extension AppDelegate {
let alert = NSAlert()
alert.alertStyle = .warning
alert.messageText = NSLocalizedString("Twitter Integration Removed", comment: "Twitter Integration Removed")
alert.informativeText = NSLocalizedString("On February 1, 2023, Twitter announced the end of free access to the Twitter API, effective later in February.\n\nSince Twitter does not provide RSS feeds, weve had to use the Twitter API. Without free access to that API, we cant read feeds from Twitter.\n\nWeve left your Twitter feeds intact. If you have any starred items from those feeds, they will remain as long as you dont delete those feeds.\n\nYou can still read whatever you have already downloaded. However, those feeds will no longer update.", comment: "Twitter deprecation informative text.")
alert.informativeText = NSLocalizedString("Twitter has ended free access to the parts of the Twitter API that we need.\n\nSince Twitter does not provide RSS feeds, weve had to use the Twitter API. Without free access to that API, we cant read feeds from Twitter.\n\nWeve left your Twitter feeds intact. If you have any starred items from those feeds, they will remain as long as you dont delete those feeds.\n\nYou can still read whatever you have already downloaded. However, those feeds will no longer update.", comment: "Twitter deprecation informative text.")
alert.addButton(withTitle: NSLocalizedString("OK", comment: "OK"))
alert.buttons[0].keyEquivalent = "\r"
alert.runModal()

View File

@ -1,5 +1,13 @@
# Mac Release Notes
## 6.1.1 build 6112 13 Mar 2023
Revised Twitter removal warning to not mention any specific month. Were holding this release until Twitter shuts down free access to its API.
## 6.1.1 build 6111 9 Feb 2023
Same as 6.1.1b4 but with updated build and version number.
### 6.1.1b4 build 6110 9 Feb 2023
Update the Twitter removal warning to say “later in February” instead of “February 9,” since Twitter postponed the removal date to the 13th and might postpone it further.

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.1.1b4
CURRENT_PROJECT_VERSION = 6110
MARKETING_VERSION = 6.1.1
CURRENT_PROJECT_VERSION = 6112
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;