From 76fc73de957b9199179656bb88e84b1568090de1 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 23 Nov 2022 12:25:27 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ Tusker.xcodeproj/project.pbxproj | 12 ++++++------ 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7522c644..8e4d1f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 2022.1 (46) +The headlining feature is state restoration and timeline gaps! When you re-open the app after it's been closed for a while, it will remember your position in the timeline and allow you to keep reading from there. It will also let you jump all the way to the present. + +Features/Improvements: +- Timeline state restoration, timeline gaps, and jump-to-present +- Allow posting wide color gamut images on Mastodon 4 +- Add Add to List menu action to profiles +- Improve More Actions button visibility on dark profile header images +- Make poll options in the Compose screen reorderable with drag & drop +- Embiggen Share/Close controls in the gallery to make them easier to tap +- Separate section for Shared Albums in the Compose attachment picker +- Indicate verified profile links with a checkmark and popover explaining what it means +- Add a preference for using the Twitter-style keyboard with @ and # (Preferences -> Composing -> Show @ and # on Keyboard) +- Improve reblog indicator in timeline + +Bugfixes: +- Fix not being able to select an existing draft to edit it +- Fix double-tap to zoom in the gallery not working +- Fix crash when toggling collapsed posts in Trending Posts +- Fix albums in asset picker not being sorted by name +- Fix profile headers getting squished when statuses are loaded while the profile is offscreen +- Fix error loading posts when server returns rich cards +- Fix Akkoma instnaces not being detected as supporting Pleroma features +- Fix crash when launching the app in slow network conditions +- Fix lists not updating in the UI when renamed +- Fix follow/block/mute actions displaying on the user's own profile +- Fix Edit List screen being presented repeatedly when switching tabs back to Explore with a list open +- Fix reblog visibility icon getting squished in the reblog confirmation dialog when Dynamic Type is active +- Fix toasts not adjusting to Dynamic Type size +- Don't show duplicate reply/favorite/reblog actions in the status More Actions menu +- iPadOS 15: Fix toolbar in Compose window being obscured by the keyboard + ## 2022.1 (45) Features/Improvements: - iPhone: Temporarily hide the Compose screen by swiping down to access the rest of the applies diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index 038ce999..ab9aa880 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -2195,7 +2195,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 45; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2263,7 +2263,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 45; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2413,7 +2413,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 45; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2442,7 +2442,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 45; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2552,7 +2552,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 45; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2579,7 +2579,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 45; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1;