From aced0a63c95714fb82185fa9d57ad2391b980245 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 15 Aug 2021 22:43:32 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 14 ++++++++++++++ OpenInTusker/Info.plist | 4 ++-- Tusker.xcodeproj/project.pbxproj | 8 ++++---- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72aa27c0..2377de6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 2021.1 (22) +This is the first public beta build of Tusker, so if you're just joining us, welcome! Not too many new features this build, mostly bugfixes, so test everything and generally use the app. + +Features/Improvements: +- Add timeline descriptions the first time you view federated/local +- Show messages when loading posts fails or when there are no newer posts + +Bugfixes: +- Fix crash after editing lists +- Fix crash when refreshing before anything is loaded +- Fix crash when fetching recommended instances fails +- Fix crash when replying to posts with code formatting +- Fix crash when changing preferences after switching accounts + ## 2021.1 (21) This is a quick follow-up to the previous build with fixes for a couple major crashes. Unfortunately, due to a bug in iOS 14, the Disable Infinite Scrolling preference now requires the iOS 15 beta to use. It may return in a future build if I can find a workaround, but it's disabled in the meantime. diff --git a/OpenInTusker/Info.plist b/OpenInTusker/Info.plist index f974a9c3..a397805d 100644 --- a/OpenInTusker/Info.plist +++ b/OpenInTusker/Info.plist @@ -24,8 +24,6 @@ NSExtensionAttributes - NSExtensionJavaScriptPreprocessingFile - Action NSExtensionActivationRule NSExtensionActivationSupportsAttachmentsWithMinCount @@ -35,6 +33,8 @@ NSExtensionActivationSupportsWebURLWithMaxCount 1 + NSExtensionJavaScriptPreprocessingFile + Action NSExtensionServiceAllowsFinderPreviewItem NSExtensionServiceAllowsTouchBarItem diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index ec3194c4..622c9027 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -2615,7 +2615,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 22; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2648,7 +2648,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 22; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2757,7 +2757,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 22; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2784,7 +2784,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 22; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1;