From 48662ef1f37dc0560e2f42e8a5962bda082d94ce Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 1 Jan 2023 15:12:21 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Tusker.xcodeproj/project.pbxproj | 12 ++++++------ 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfae69ba..b50d554b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 2022.1 (58) +Features/Improvements: +- Sync timeline positions via iCloud +- Add pinned timelines customization (synced via iCloud) +- Sync saved hashtags & instances via iCloud +- Add filters for hiding reblogs and replies from home timeline +- Show uncropped attachments in the timeline for posts that have only one attachment +- Add more prominent Follow button to profile pages +- Add About and Acknowledgements pages to Preferences +- Automatically report certain kinds of errors +- iPadOS/macOS: Add window titles to indicate which account is in use +- iPadOS: Limit content to readable width +- VoiceOver: Improve label for toggle collapse button in conversation view + +Bugfixes: +- Fix attachments in timeline somtimes being untappable +- Fix previewing links in the main status in a conversation activating the link +- Don't show reblog swipe action when reblogging is forbidden +- Fix unknown notifications appearing in the Mentions view +- Fix crash when fetching present items in certain circumstances +- Fix relationship (following/blocked/etc.) change breaking profile header layout +- Fix crash when restored timeline state includes unloaded statuses +- macOS: Fix add attachment buttons not matching system accent color + ## 2022.1 (53) Features/Improvements: - Apply filters to Trending Posts diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index 0ef105e3..57e9ecff 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -2278,7 +2278,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 53; + CURRENT_PROJECT_VERSION = 58; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -2345,7 +2345,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 53; + CURRENT_PROJECT_VERSION = 58; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.3; @@ -2496,7 +2496,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 53; + CURRENT_PROJECT_VERSION = 58; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -2524,7 +2524,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 53; + CURRENT_PROJECT_VERSION = 58; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -2633,7 +2633,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 53; + CURRENT_PROJECT_VERSION = 58; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.3; @@ -2659,7 +2659,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 53; + CURRENT_PROJECT_VERSION = 58; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.3;