From 1c871a12a118dfd4675cbc3524c8ea88682aafdf Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 21 Oct 2020 18:08:20 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ Tusker.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3439e5bf..94c67ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 2020.1 (11) +This release is primarily focused on bug fixes with the one key feature of autocomplete suggestions when typing in the Compose screen. It also fixes an issue on the various new sizes of iPhone 12, so if you're getting a new device, make sure to update. + +Features/Improvements: +- Add autocompletion on Compose screen + - Autocomplete provides suggestions for @-mentions, hashtags, and emojis as you're typing in the post body + - Provides suggestions for emojis as you're typing in the CW field + - Type a colon and expand the emoji suggestions to view all custom emoji on your instance + - Hashtag suggestions prioritize trending and saved hashtags, in addition to searching all hashtags on your instance + - Account suggestions prioritize accounts that you follow or that follow you, as well as searching all accounts known to your instance +- Show custom emojis in users' display names in follow, favorite, and reblog notifications +- Enable picture-in-picture playback of video attachments + - iOS 14: Automatically enter picture-in-picture when closing the app while a video is playing +- Correctly positiong gallery controls on iPhone 12-family devices +- Round corners of the avatar on the My Profile tab icon +- Remove extraneous U+FFFC characters inserted by dictation when posting +- Add swipe to remove accounts in Preferences + +Bugfixes: +- Fix not being able to tap placeholders in Compose +- Fix broken layout on Compose screen when replying to very long posts +- Fix crash when opening Compose or My Profile too quickly after launch +- Upload photos taken with the in-app camera as JPEGs instead of PNGs + - Fixes an issue where Mastodon would incorrectly believe the file size to be too large +- Fix crash when using home screen shortcuts +- Disable rotating into landscape on iPhone on iOS 14 +- Fix assorted other crashes and memory leaks + ## 2020.1 (10) This build is a hotfix for a couple pressing issues. The changelog for the previous build is included below. diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index 878cc652..aea62df4 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 = 10; + CURRENT_PROJECT_VERSION = 11; 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 = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.4;