Bump build number and update changelog
This commit is contained in:
parent
6e92633793
commit
1e7bfac13c
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# 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)
|
## 2021.1 (16)
|
||||||
This build fixes a number of crashes and significantly improves performance on older devices.
|
This build fixes a number of crashes and significantly improves performance on older devices.
|
||||||
|
|
||||||
|
|
|
@ -2409,7 +2409,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 16;
|
CURRENT_PROJECT_VERSION = 17;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
INFOPLIST_FILE = Tusker/Info.plist;
|
INFOPLIST_FILE = Tusker/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 16;
|
CURRENT_PROJECT_VERSION = 17;
|
||||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||||
INFOPLIST_FILE = Tusker/Info.plist;
|
INFOPLIST_FILE = Tusker/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
||||||
|
|
Loading…
Reference in New Issue