diff --git a/CHANGELOG.md b/CHANGELOG.md index 58bda0bc..41cad4d6 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index b5656ad5..d54765aa 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -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;