From 4cc4b59da270c2062277b0eeddad0fd24010d749 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 23 Jan 2022 16:24:47 -0800 Subject: [PATCH] Update version and release notes for first 6.1 TestFlight beta. --- Technotes/ReleaseNotes-iOS.markdown | 9 +++++++++ xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 4150dfb6c..ec358a074 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,14 @@ # iOS Release Notes +### 6.1 TestFlight build 6100 - 23 Jan 2022 + +Article themes. Several themes ship with the app, and you can create your own. You can change the theme in Preferences. +Copy URLs using repaired, rather than raw, feed links. +Disallow creation of iCloud account in the app if iCloud and iCloud Drive aren’t both enabled. +Fixed bug showing quote tweets that only included an image. +Video autoplay is now disallowed. +Article view now supports RTL layout. + ### 6.0.1 TestFlight build 608 - 28 Aug 2021 Fixed our top crashing bug — it could happen when updating a table view diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 3d6d7a3de..3be188d1a 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it -MARKETING_VERSION = 6.0.2 -CURRENT_PROJECT_VERSION = 609 +MARKETING_VERSION = 6.1 +CURRENT_PROJECT_VERSION = 6100 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon