diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbae4f2..c35a10d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 2022.1 (33) +Features/Improvements: +- Show notifications when subscribed to other people's posts +- Use context menu for filter/sort in Profile Directory +- Enable data detectors (flight numbers, addresses, shippment numbers, phone numbers, currency (iOS 16), and physical units (iOS 16)) for the main status in Conversation +- iPadOS: Two column navigation + - In potrait orientation with the sidebar hidden, or in landscape, Tusker uses two column navigation on iPad + - Selecting something will open a second column in which navigation takes place + - The second column can be closed from its top level + - You can drill down farther inside the second column + - Selecting a different item in the first column replaces the second column +- iPadOS: Move Trending Hashtags/Links to Explore screen (formerly Search) + - Trending Statuses and Profile Directory will also be moved in a future version +- iPadOS: Add context menu action for deleting drafts +- iOS 16: Add Live Text to images in the gallery view +- iOS 16: Show favorite/reblog context menu actions +- iOS 16: Show full size previews when long-pressing attachments on the Compose screen +- iOS 16: Show formatting actions in edit menu on Compose screen + +Bugfixes: +- Fix attachments on Pleroma not being served as the correct content type +- Fix not being able to open some hashtags with non-ASCII characters +- Fix crash when leaving the app shortly after opening it +- Fix crash when loading notifications on Pixelfed +- Fix crash due to retain cycle when changing preferences +- iPadOS: Fix crash when opening a conversation in a new window + ## 2022.1 (31) Bugfixes: - Fix not being able to post attachments with descriptions diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index 68fee5f2..196af288 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -2198,7 +2198,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31; + CURRENT_PROJECT_VERSION = 33; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2228,7 +2228,7 @@ CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31; + CURRENT_PROJECT_VERSION = 33; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = Tusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; @@ -2337,7 +2337,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31; + CURRENT_PROJECT_VERSION = 33; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1; @@ -2364,7 +2364,7 @@ CODE_SIGN_ENTITLEMENTS = OpenInTusker/OpenInTusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31; + CURRENT_PROJECT_VERSION = 33; DEVELOPMENT_TEAM = V4WK9KR9U2; INFOPLIST_FILE = OpenInTusker/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.1;