Bump build number and update changelog
This commit is contained in:
parent
16b02edf87
commit
5d9f4b8ea8
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 2020.1 (13)
|
||||
This is another quick build to fix a couple of severe issues on the Compose screen.
|
||||
|
||||
Features/Improvements:
|
||||
- When composing posts, ensure the cursor is always visible and does not scroll below the keyboard while typing
|
||||
|
||||
Bugfixes:
|
||||
- Fix builtin iOS keyboard suggestions not working in text fields on the Compose screen
|
||||
- Fix crash when ending dictation in the CW field
|
||||
- Fix broken layout on the Compose when replying to certain posts
|
||||
|
||||
## 2020.1 (12)
|
||||
This build is a hotfix for the issue of being unable to login to certain instances. The changelog for the previous build is included below.
|
||||
|
||||
|
|
|
@ -2265,7 +2265,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 12;
|
||||
CURRENT_PROJECT_VERSION = 13;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
||||
|
@ -2294,7 +2294,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 12;
|
||||
CURRENT_PROJECT_VERSION = 13;
|
||||
DEVELOPMENT_TEAM = V4WK9KR9U2;
|
||||
INFOPLIST_FILE = Tusker/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
||||
|
|
Loading…
Reference in New Issue