From fdadb8086360698f7d64931fe6fa71b754e857ad Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 6 Apr 2022 21:52:45 -0700 Subject: [PATCH] Update build number and write release notes for 6104 TestFlight beta. --- Technotes/ReleaseNotes-iOS.markdown | 8 ++++++++ xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index d0db5db3a..a90c4f723 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,13 @@ # iOS Release Notes +### 6.1 TestFligth build 6104 - 6 April 2022 + +Building on a new machine and making sure all’s well +Moved built-in themes to the app bundle so they’re always up to date +Fixed a crash in the Feeds list related to updating the feed image +Fixed a layout bug that could happen on returning to the Feeds list +Fixed a bug where go-to-feed might not properly expand disclosure triangles + ### 6.1 TestFlight build 6103 - 25 Jan 2022 Fixed regression with keyboard shortcuts. diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 4dbd4ef00..4351c5e70 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.1 -CURRENT_PROJECT_VERSION = 6103 +CURRENT_PROJECT_VERSION = 6104 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon