diff --git a/CHANGELOG.md b/CHANGELOG.md index 72aa27c07c..2377de6fce 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 f974a9c348..a397805d98 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 ec3194c4a4..622c902733 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;