diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d749686..3c636da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 2022.1 (52) +Features/Improvements: +- Save and restore position for all timelines and all accounts + - As a side effect of this change, the first time you launch with this update, the timeline position will be lost +- Add preference to never blur attachments +- New segmented control for timeline switcher that scrolls when there's not enough space +- Copy status expand all setting when viewing More Replies in a converstaion +- Include followed hashtags in the Explore screen and iPad sidebar +- Allow saving or following hashtag from Add Hashtag screen +- Scroll long attachment descriptions in the gallery +- VoiceOver: Improve Profile Directory +- VoiceOver: Include attachment descriptions in timeline items when not marked as sensitive + +Bugfixes: +- Fix swipe actions preference not persisting +- Fix rich text list bullets/numbers appearing black in dark mode +- Fix crash when previewing non-HTTP(S) link +- Fix images from Safari pasting as URLs rather than attachments +- Fix Trending Posts appearing to reload forever +- Fix controls reappearing when swiping between pages in the attachments gallery +- Fix reblog confirmation alert actions missing hover effect +- Fix status reply/visibility/local icons flashing blue when expanding a status +- iPad: Fix My Profile item sidebar item not updating when avatar style changes +- iPad: Fix tapping status bar not scrolling to top in single-column navigation mode +- VoiceOver: Fix crash when scrolling through local/federated timeline +- VoiceOver: Fix escape gesture not working in attachment gallery +- VoiceOver: Fix custom emoji not being stripped from display names + ## 2022.1 (51) Features/Improvements: - Clarify text for conversation main status favorite/reblog count preference diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index acd51d22..1cdfff3d 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -2307,7 +2307,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2375,7 +2375,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2525,7 +2525,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2554,7 +2554,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2664,7 +2664,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2691,7 +2691,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1;