From 1e7bfac13ca39405b0a79cf5ca477728160d8a7b Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 15 Feb 2021 10:56:36 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 12 ++++++++++++ Tusker.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd791b06..863e5d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2021.1 (17) +The main improvement this build is a complete overhaul of the Conversation screen, along with fixes for a few different crashes. + +Features/Improvements: +- Group replies by thread on Conversation screen +- Adding Trending Hashtags and Profile Directory to Explore screen (Mastodon only) + +Bugfixes: +- Fix crash when editing List members +- Fix crash when re-opening Preferences after switching accounts +- Fix crash when refreshing profiles in some circumstances + ## 2021.1 (16) This build fixes a number of crashes and significantly improves performance on older devices. diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index ee99ea32..5d8f99c7 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -2409,7 +2409,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 16; + CURRENT_PROJECT_VERSION = 17; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2438,7 +2438,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 16; + CURRENT_PROJECT_VERSION = 17; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1;